.featuredbox-wrapper{
	display: none;
}
.featuredbox-wrapper,
.featuredbox{
	width: 840px;
    height: 480px;
    position: absolute;
    overflow: hidden;
    font-family:  Verdana, Tahoma, "Lucida Sans";
    font-size: 9pt;
    font-weight: normal;	
} 
.featuredbox .description{
  display: none ! important;
	bottom: 15px;
	left: 20px;
	font-size: 12px;
	color: #FFF;
	height: 20px;
	position: absolute;
	font-style:italic;
	font-weight:normal;
	background-color: #000;
	padding: 2px 8px;
  cursor:pointer;
}
.featuredbox-wrapper .navigation{
  display: none ! important;
	bottom:211px;
	left:0;
	padding:0px;
	position:absolute;
	z-index:-1000;	
	height: 5px;
	width: 100px;

}
.featuredbox-wrapper .navigation ul{
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.featuredbox-wrapper .navigation li{
  list-style: none ! important;
	list-style-type: none ! important;
	float: left;
	margin: 0px 0px 0px 5px ! important;
	background-color: #CCCCCC;
	padding: 2px 8px;
	color: #000;
}
.featuredbox-wrapper .navigation li.hover{
	background-color: #000;
	color: #FFF;
  cursor:pointer;
}
.featuredbox-wrapper .navigation li.active{
	background-color: #000;
	color: #FFF;
  cursor:pointer;
}
.featuredbox .box-slide1,
.featuredbox .box-slide2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 840px;
    height: 480px;
    z-index: -1;
	background: #FFF;
	color: #000;	
}
