.featuredbox-wrapper{
}
.featuredbox-wrapper,
.featuredbox{
	width: 600px;
	height: 375px;
	position: relative;
	overflow: hidden;
	font-family:  Verdana, Tahoma, "Lucida Sans";
	font-size: 9pt;
	font-weight: normal;
	background-color: #FFFFFF;	
} 

.featuredbox .description{
	top:340px;
	color:#FFFFFF;
	left:20px;
	padding:3px 6px;
	position:absolute;
	z-index:100;
	height: 16px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-position: 0 0;
}


.featuredbox-wrapper .navigation{
	bottom:15px;
	right:15px;
	padding:0px;
	position:absolute;
	z-index:120;
	height: 20px;
	width: 100px;
}
.featuredbox-wrapper .navigation ul{
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.featuredbox-wrapper .navigation li{
	float: left;
	height: 20px;
	width: 20px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background-color: #FF0000;
	background:transparent url(media/inactive.png) no-repeat scroll 0 0;
}
.featuredbox-wrapper .navigation li.hover{

}
.featuredbox-wrapper .navigation li.active{
	background:transparent url(media/active.png) no-repeat scroll 0 0;
}
.featuredbox .box-slide1,
.featuredbox .box-slide2 {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 375px;
	width: 600px;
	z-index: -1;
	background: #FFF;
	color: #000;
}
.border {
	border-top-width: 30px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

