.featuredbox-wrapper{
	margin: 0;
	height:300px;
	width:610px;
	padding: 9px;
	position: relative;
    overflow: hidden;
    font-family:  Verdana, Tahoma, "Lucida Sans";
	background: transparent url('../../images/feature-bg.png') no-repeat;
	z-index:1;
}

.featuredbox{
	width: 585px;
    height: 290px;
    position: relative;
    overflow: hidden;
    font-family:  Verdana, Tahoma, "Lucida Sans";
    font-size: 9pt;
    font-weight: normal;	
    left:1px;
    top:1px;
}

.slide-head {font-size:20px;text-transform:uppercase;margin-bottom:5px;font-family:Times New Roman;font-weight:normal;}

.featuredbox ul.slides{
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.featuredbox ul.slides li{
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 590px;
	height: 290px;
}
.featuredbox .description{
	background:transparent url('../../images/slider-images/bg.png') repeat scroll 0 0;
	top:0px;
	color:#FFFFFF;
	left:360px;
	padding:3px 6px;
	position:absolute;
	z-index:75;	
	height: 290px;
	width:150px;
	right:63px;
}
.featuredbox-wrapper .navigation{
	background:transparent url('../../images/slider-images/bg.png') repeat scroll 0 0;
	bottom:4px;
	color:#FFFFFF;
	right:30px;
	top:10px;
	padding:3px 6px;
	position:absolute;
	z-index:75;	
	height: 284px;
}
.featuredbox-wrapper .navigation ul{
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 2px 0px 0px 0px;
}
.featuredbox-wrapper .navigation li{
	list-style: none;
	list-style-type: none;
	margin: 0px 0px;
	padding: 3px 0px;
}
.featuredbox-wrapper .navigation li img{
	border: solid 2px #000;
}
.featuredbox-wrapper .navigation li.hover img{
	border: solid 2px #414141;
}
.featuredbox-wrapper .navigation li.active img{
	border: solid 2px #FFF;
}
.featuredbox .box-slide1,
.featuredbox .box-slide2 {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 290px;
    width: 590px;
    z-index: -1;
}
.featuredbox .box-slide1{
	background: #CCF;	
}
.featuredbox .box-slide2{
	background: #F96;	
}