.featuredbox-wrapper,
.featuredbox{
	width: 650px;
    height: 325px;
    position: relative;
    overflow: hidden;
    font-family:  Verdana, Tahoma, "Lucida Sans";
    font-size: 9pt;
    font-weight: normal;	
} 
.featuredbox .description{
	bottom: 15px;
	left: 0px;
	font-size: 12px;
	color: #FFF;
	font-style:italic;
	font-weight:bold;
	background-color: #000;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 25px;
	font-family: Verdana, Geneva, sans-serif;
	background-position: 100%;
	position: absolute;
}
.featuredbox-wrapper .navigation{
	top:15px;
	right:15px;
	padding:0px;
	position:absolute;
	z-index:100;	
	height: 20px;
	width: 107px;
}
.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(images/inactive.png) no-repeat scroll 0 0;
}
.featuredbox-wrapper .navigation li.hover{

}
.featuredbox-wrapper .navigation li.active{
	background:transparent url(images/active.png) no-repeat scroll 0 0;
}
.featuredbox .box-slide1,
.featuredbox .box-slide2 {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 300px;
    width: 600px;
    z-index: -1;
	background: #FFF;
	color: #000;	
}
