.featuredbox-wrapper{
	display: none;
}
.featuredbox-wrapper,
.featuredbox{
	width: 488px;
    height: 265px;
    position: relative;
    overflow: hidden;
    font-family:  Verdana, Tahoma, "Lucida Sans";
    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: 488px;
	height: 265px;
}
.featuredbox .description{
	background:transparent url(../images/box/bg.png) repeat scroll 0 0;
	top:200px;
	color:#FFFFFF;
	left:15px;
	padding:3px 6px;
	position:absolute;
	z-index:100;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.mini {
	font-size: 12px;
}
.featuredbox-wrapper .navigation{
	bottom:0px;
	color:#FFFFFF;
	right:0px;
	position:absolute;
	z-index:100;
	height: 265px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/box/bg.png);
	background-repeat: repeat;
	background-position: 0 0;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.featuredbox-wrapper .navigation ul{
	list-style: none;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.featuredbox-wrapper .navigation li{
	list-style: none;
	list-style-type: none;
	margin: 0px 0px;
	padding: 3px 0px;
	cursor: pointer;
}
.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: 488px;
    width: 265px;
    z-index: -1;
}
.featuredbox .box-slide1{
	background: none;	
}
.featuredbox .box-slide2{
	background: none;	
}
#example1 {
}

