.featuredbox-wrapper_6{
	display: none;
}
.featuredbox-wrapper,
.featuredbox{
/*	width: 960px;
    height: 400px;
    position: relative;
    overflow: hidden;
    font-family:  Verdana, Tahoma, "Lucida Sans";
    font-size: 9pt;
    font-weight: normal;	*/
} 
.featuredbox .description{
	bottom: 15px;
	left: 20px;
	font-size: 12px;
	color: #FFF;
	width: 200px;
	height: 20px;
	position: absolute;
	font-style:italic;
	font-weight:normal;
}
.featuredbox-wrapper .navigation{
	bottom:15px;
	right:15px;
	padding:0px;
	position:absolute;
	z-index:100;	
	height: 20px;
	width: 160px;
}
.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(../css/image/inactive.png) no-repeat scroll 0 0;
}
.featuredbox-wrapper .navigation li.hover{

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