#box-wrap{
	text-align: left;
	width: 960px;
}
.spacer{
	clear: both;
}

.featuredbox-wrapper,
.featuredbox{
	width: 960px;
    height: 256px;
    position: relative;
    overflow: hidden;
    font-size: 9pt;
    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: 960px;
	height: 256px;
}
.featuredbox .description {
	/*background:transparent url(../images/image1-bg.gif) no-repeat scroll 0 0;*/
	height: 200px;
	width: 147px;
	top: 19px;
	color:#fff;
	left:764px;
	padding: 12px;
	position:absolute;
	z-index:100;	
	font-size: 110%;
}
.featuredbox-wrapper .navigation {
	/*background:transparent url(../images/bg.png) repeat scroll 0 0;*/
	bottom:0px;
	color:#fff;
	left:0px;
	padding:0;
	position:absolute;
	z-index:100;	
	height: 256px;
}
.featuredbox-wrapper .navigation ul{
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0px;
}
.featuredbox-wrapper .navigation li{
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0;
	height: 64px;
	width: 272px;
}
.featuredbox-wrapper .navigation li a.image1-ro {background: url(../images/thumb_image1.gif) no-repeat 0px 0px; height: 64px; width: 272px; display: block;}
.featuredbox-wrapper .navigation li a:hover.image1-ro, .featuredbox-wrapper .navigation li.active a.image1-ro {background-position: 0px -64px;}

.featuredbox-wrapper .navigation li a.image2-ro {background: url(../images/thumb_image2.gif) no-repeat 0px 0px; height: 64px; width: 272px; display: block;}
.featuredbox-wrapper .navigation li a:hover.image2-ro, .featuredbox-wrapper .navigation li.active a.image2-ro {background-position: 0px -64px;}

.featuredbox-wrapper .navigation li a.image3-ro {background: url(../images/thumb_image3.gif) no-repeat 0px 0px; height: 64px; width: 272px; display: block;}
.featuredbox-wrapper .navigation li a:hover.image3-ro, .featuredbox-wrapper .navigation li.active a.image3-ro {background-position: 0px -64px;}

.featuredbox-wrapper .navigation li a.image4-ro {background: url(../images/thumb_image4.gif) no-repeat 0px 0px; height: 64px; width: 272px; display: block;}
.featuredbox-wrapper .navigation li a:hover.image4-ro, .featuredbox-wrapper .navigation li.active a.image4-ro {background-position: 0px -64px;}

.featuredbox .box-slide1,
.featuredbox .box-slide2 {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 256px;
    width: 960px;
    z-index: -1;
}
.featuredbox .box-slide1{
	background: #fff;	
}
.featuredbox .box-slide2{
	background: #fff;	
}

