.featuredbox-wrapper,
.featuredbox{
	width: 480px;
    height: 150px;
    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;
	height: 20px;
	position: absolute;
	font-style:italic;
	font-weight:normal;
	padding: 2px 8px;
}
.featuredbox-wrapper .navigation{
	bottom:15px;
	right:15px;
	padding:0px;
	position:absolute;
	z-index:100;	
	height: 20px;
	width: 90px;
}
.featuredbox-wrapper .navigation ul{
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.featuredbox-wrapper .navigation li{
	float: left;
	margin: 0px 5px 0px 0px;
	background-color: #CCCCCC;
	padding: 2px 8px;
	color: #000;
}
.featuredbox-wrapper .navigation li.hover{
	background-color: #000;
	color: #FFF;
}
.featuredbox-wrapper .navigation li.active{
	background-color: #000;
	color: #FFF;
}
.featuredbox .box-slide1,
.featuredbox .box-slide2 {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 260px;
    width: 400px;
    z-index: -1;
	color: #000;	
}
.featuredbox .loading { background: url(images/loader.gif) no-repeat center center; }