.featuredbox-wrapper{
	display: none;
}
.featuredbox-wrapper,
.featuredbox{
	width: 627px;
    height: 200px;
    position: relative;
    overflow: hidden;
    font-family:  Verdana, Tahoma, "Lucida Sans";
    font-size: 9pt;
    font-weight: normal;	
} 
.featuredbox .description{
	background:transparent url(images/bg.png) repeat scroll 0 0;
	top: 10px;
	left: 397px;
	font-size: 12px;
	color: #fff;
	padding:10px 20px;
	width: 190px;
	position: absolute;
	font-weight:bold;
}
.featuredbox .description h3{
	color:#FFF;
	font-size:18px;
	margin:0 0 3px 0;
	padding:0;
}
.featuredbox .description a:link, .featuredbox .description a:visited, .featuredbox .description a:active{
	color:#fff;
	text-decoration: none;
	padding:0px;
}
.featuredbox .description a:hover{
	text-decoration: underline;
	color:#fff
}
.featuredbox-wrapper .navigation{
	bottom:5px;
	right:0px;
	padding:0px;
	position:absolute;
	z-index:100;	
	height: 20px;
	width: 80px;
}
.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 0px 0px 0px;
	padding: 0px;
	background:transparent url(images/hover.png) no-repeat scroll 0 0;
}
.featuredbox-wrapper .navigation li.hover{
	background:transparent url(images/active.png) no-repeat scroll 0 0;
}
.featuredbox-wrapper .navigation li.active{
	background:transparent url(images/active.png) no-repeat scroll 0 0;
}
.featuredbox .box-slide1,
.featuredbox .box-slide2 {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 300px;
    width: 627px;
    z-index: -1;
	background: #FFF;
	color: #000;	
}
img {
	border:none;
	margin-left:0px;
}
