.featuredbox-wrapper{
	display: none;
}
.featuredbox-wrapper,
.featuredbox{
	width: 550px;
    height: 169px;
    position: relative;
    overflow: hidden;
    font-family:  Verdana, Tahoma, "Lucida Sans";
    font-size: 9pt;
    font-weight: normal;
	float: left;
} 
.featuredbox .description{
	bottom: 25px;
	left: 20px;
	font-size: 16px;
	color: #FFF;
	width: 200px;
	height: 20px;
	position: absolute;
	font-style:normal;
	font-weight:normal;
}
.featuredbox-wrapper .navigation{
	float:right;
	bottom:25px;
	right:15px;
	padding:0px;
	position:relative;
	z-index:100;	
	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(../images/inactive.png) no-repeat scroll 0 0;
	cursor:pointer;
}
.featuredbox-wrapper .navigation li.hover{

}
.featuredbox-wrapper .navigation li.active{
	background:transparent url(../images/active.png) no-repeat scroll 0 0;
	cursor:pointer;
}
.featuredbox .box-slide1,
.featuredbox .box-slide2 {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 169px;
    width: 550px;
    z-index: -1;
	background: #FFF;
	color: #000;	
}
