#foto {
	float:left;
	width:602px;
	height:492px;
	margin-top:25px;
	text-align:center;
	position:relative;
	display: none;
}

	#foto img {
		border: 1px solid #999;
	}
#counter {	
	position:absolute;
	right:0px;
	bottom:0px;
}
	
#carousel_cont {
	float:right;
	width:120px;
	display: none;
}

.mycarousel {
	width:120px;
	height:480px;
	margin:0px;
	padding:0px;
	list-style:none;
}

.mycarousel li {
	display:block;
	text-align:center;
	width:120px;
	height:120px;
	margin:0px;
	padding:0px;
	vertical-align:top;
}


.mycarousel li a {
	display:block;
	margin-top:9px;
	}


.mycarousel li a img {
	border: 1px solid #999;
}

.mycarousel li a.attivo img {	
	border: 1px solid #555;
}

.mycarousel li a:hover img {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

#btnprev {
	width:120px;
	height:20px;
	background: url(../images/pp_prev.gif) no-repeat center;
	cursor:pointer;
}

#btnnext {
	width:120px;
	height:20px;
	background: url(../images/pp_next.gif) no-repeat center;
	cursor:pointer;
}

#btnprev:hover,
#btnnext:hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

#btnprev.disabled,
#btnnext.disabled {
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
