/* @override http://127.0.0.1:8000/media/css/slide.css */

#mask{
	position:relative;
	width:1px;
	height:1px;
	overflow:hidden;
	clear: left;
	margin-bottom: 22px;
}


#handles {
	text-align: right;
	margin-top: -20px;
}

.buttons span {
    color: #999999;
    cursor:pointer;
    font: 8px Verdana;
	border: 1px solid #999999;
	padding: 0 2px;
	text-align: center;
}

.buttons span.active {
	background: transparent url(img/selezione.gif) repeat 2px;
}

.buttons span:hover {
	background: #eaeaea none repeat 2px;
}
	
.buttons span#prev {
	background: url(img/previous.gif) no-repeat center center;
	border-style: none;
    padding: 2px 4px;
    margin: 0;
}

.buttons span#next {
	background: transparent url(img/next.gif) no-repeat center center;
	border-style: none;
    padding: 2px 5px;
}


#slide-box{
	position:absolute;
}

#slide-box div.slide-item {
	width:750px;
	height:600px;
	float:left;
	background:#eee;
}

/*#slide-box h3, #slide-box p, #slide-box ul*/
#slide-box .slide-item .caption {
	/*padding:5px 10px;*/
	position: absolute;
	left: -4000px;
}
#slide-box p{
	text-indent:16px;
}

#slide-box img{
/*	width:200px;*/
/*	width:150px;*/
	float:left;
	margin:0;
}
	
#info{
	background:#fff !important;
	color: #999999;
	cursor:default;
/*  float: left;*/
	margin-top: -7px;
}

