/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
	width: 860px; /* Set to gallery width, in px or percentage */
	height: 180px; /* Set to gallery height */
	margin-bottom:0px;
	margin-top: 0px;
	margin-left:0px;
	margin-right:0px;
	background-color:#e2dedb;
	position:absolute;
	left:2px;
	z-index:1;
}


#motiongallery {
	position:relative;
	margin-top:20px;
}

#motioncontainer a img {
	border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
	border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
	background-color: lightyellow;
	border: 1px solid gray;
	padding: 2px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
}

#motioncontainer a:hover {
	color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

#carica_opere {
	position:relative;
	width:850px;
	margin-right:17px;
	margin-left:17px;
	height:auto;
}

* html #carica_opere { /*IE only style*/
}

#carica_opere h2 {
	font-size:24px;
}

#galbl {
	background-image: url(../immagini/galleria_opere/bleft.gif);
	width:20px;
	height:200px;
	position:absolute;
	left:0;
	z-index:2;
	top:50px;
}

#galbr {
	background-image:url(../immagini/galleria_opere/bright.gif);
	width:20px;
	height:200px;
	position:absolute;
	right:0;
	z-index:5;
	top:50px;
}

.quadro {
     float:left;
	/**-moz-box-shadow:inset 0 0 5px #000000;
	-webkit-box-shadow:inset 0 0 5px #000000;
	box-shadow:inset 0 0 5px #000000;
	padding:10px;*/
	background-image:url(../immagini/body/shad_mid.gif);
	background-repeat:repeat-y;
	margin:0 18px 10px 0;
}

.descrizione {
	float:right;
	width:407px;
	margin:0 0 0 0;
}

#bordermc {
	width: 860px; /* Set to gallery width, in px or percentage */
	height: 180px; /* Set to gallery height */
	margin-bottom:25px;
	margin-top: 0px;
	margin-left:0px;
	margin-right:0px;
	background-color:#fff;
	border-top:1px solid #817569;
	border-bottom:1px solid #817569;
	position:relative;
	left:15px;
	padding-top:2px;
	padding-bottom:2px;
	z-index:1;
	overflow:hidden;
}


.gal_op {
	margin-left:15px;
}

.dtec{
	color:#000;
	font-style:italic;
}

a {

	text-decoration:none;
}