

.featuredbox-wrapper,
.featuredbox{
	width: 582px;
    height: 332px;
    position: relative;
    overflow: hidden;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;	
} 
.featuredbox .description{
	bottom: 10px;
	left: 10px;
	font-size: 12px;
	color: #fff;
	width: 280px;
	height: 55px;
	position: absolute;
	vertical-align:bottom;

}
	.featuredbox .description h2 {
		padding: 0px;
		margin: 0px;
		line-height: 20px;
		font-size: 20px;
		font-weight:bold;
		color:#fff;
		text-decoration:none;
	}
	.featuredbox .description span {
		color: #fff;
		font-size: 12px;
	}
.featuredbox-wrapper .navigation{
	bottom:0px;
	right:0px;
	padding:0px;
	position:absolute;
	z-index:100;	
	height: 79px;
	width:582px;
	background:transparent url(http://www.fotocolombo.it/shop/users/default/templates/static/images/bg.png) repeat scroll 0 0;
}
.featuredbox-wrapper .navigation ul{
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.featuredbox-wrapper .navigation li{
	float: left;
	height: 25px;
	width: 25px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background:transparent url(http://www.fotocolombo.it/shop/users/default/templates/static/images/inactive.png) no-repeat scroll 0 0;
}


.featuredbox-wrapper .navigation li span{
	margin-top:10px; color:#FFF; margin-left:5px; font-weight:bold;
	
}

.featuredbox-wrapper .navigation li.hover{

}
.featuredbox-wrapper .navigation li.active{
	background:transparent url(http://www.fotocolombo.it/shop/users/default/templates/static/images/active.png) no-repeat scroll 0 0;
}
.featuredbox .box-slide1,
.featuredbox .box-slide2 {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 332px;
    width: 582px;
    z-index: -1;
	color: #000;	
}
.featuredbox #prev,
.featuredbox  #next,
.featuredbox  #control {
	position: absolute;
	z-index: 100;
	height: 20px;
	width: 40px;
	display: block;
	background: url(http://www.fotocolombo.it/shop/users/default/templates/static/images/bg.png) repeat 0 0;
	font-size: 14px;
	padding: 8px 15px;
	text-decoration: none;
	color: #FFF;
}




.featuredbox #prev {
	left: 0px;
	top: 140px;
}
.featuredbox #next {
	right: 0px;
	top: 140px;
}
.featuredbox #control {
	right: 220px;
	top: 140px;
	padding: 8px 0px;
	width: 80px;
	text-align: center;
}
.featuredbox #prev:hover,
.featuredbox  #next:hover,
.featuredbox  #control:hover {
	background: #FFEC1F;
	color: #000;
}

