#gallery {
}
#main_view {
	background-image: url(../img/bgfoto.png);
	padding: 0px 6px 10px 6px;
	margin-top: 25px;
	height: 360px;
	width: 900px;
	text-align: center;
	float: left;
}
#miniature {
	background-image: url(../img/bgfoto.png);
	width: 680px;
	height: 90px;
	padding: 0px 116px 0px 116px;
	text-align: center;
	float: left;
}
a.view:link, a.view:visited, a.view:active {
	text-decoration: none;
	display: block;
	border: 2px solid #000;
	width: 130px;
	height: 83px;
	padding: 1px;
}
a.view:hover{
	text-decoration: none;
	font-weight: normal;
	border: 2px solid #016b99;
}
a.view img {
	 filter: alpha(opacity=30); 
	 -moz-opacity: 0.3; 
	 opacity: 0.3;
} 
 a.view:hover img {
	 filter: alpha(opacity=100); 
	 -moz-opacity: 1.0; 
	 opacity: 1.0;
}
#placeholder {
	width: 550px;
	height: 350px;
	border: 1px solid #016b99;
	padding: 2px;
}
/*
#desc {
	color: white;
	margin: 0px;
	padding: 3px;
	text-align: center;
}
*/
/*Nuovo Script*/

.stepcarousel {	
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 680px; /*Width of Carousel Viewer itself*/
	height: 89px; /*Height should enough to fit largest content's height*/
}
.stepcarousel .belt {	
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
}






