.featuredbox-wrapper{
	display: none;
}
.featuredbox-wrapper,
.featuredbox{
	width: 680px;
    height: 499px;
    position: absolute;
    overflow: normal;
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
} 
.featuredbox .description{
	bottom:-30px;
	left: 0px;
	font-size: 10px;
	color: #999;
	width: 667px;
	
	position: absolute;
	font-style:normal;
	font-weight:normal;
	text-align:center;
}
.featuredbox-wrapper .navigation{
	bottom:-198px;
	left:0px;
	padding:0px 0 60px 0;
	position:absolute;
	z-index:100;	
	height: 84px;
	width: 680px;
}
.featuredbox-wrapper .navigation ul{
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.featuredbox-wrapper .navigation li{
	float: left;
	height: 80px;
	width: 70px;
	margin: 0px 11px 11px 0px;
	padding: 0px;
	border: solid 2px #333;
}
.featuredbox-wrapper .navigation li.hover{
	cursor:pointer;
	border: solid 2px #666;
}
.featuredbox-wrapper .navigation li.active{
	border: solid 2px #fff;
}
.featuredbox .box-slide1,
.featuredbox .box-slide2 {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 495px;
    width: 665px;
    z-index: -1;
	background: #000;
	color: #000;
	border: solid 2px #fff;
}