/* Gallery Styles */
#motioncontainer {
	margin:0 auto;  /*Uncomment this line if you wish to center the gallery on page */
	width: 90%; /* Set to gallery width, in px or percentage ERA 50%*/
	height: 92px; /* Set to gallery height ERA 130px */
	background-color:#000000;/*AA non era definito*/
	float:left;/*AA attenzione*/
}
#motioncontainer a img {
	width:135x;
	border: 1px solid #cccccc; /* Set image border color */
	padding:6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height:69px;/*AA010711*/
	overflow-x: hidden;
}
#motioncontainer a:hover img {
	border: 7px solid #FFFFFF; /* Set image border hover color */
	padding:0;
}
#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 */

/*INIZIO ANDREA*/
#motioncontainer a {
	margin-right:6px;
}
#motioncontainer a {
	/*filter:alpha(opacity=65);*/
opacity: 0.7;
}
#motioncontainer a:hover {
	opacity: 1;
}
/*FINE ANDREA*/
/*INIZIO GIANLUCA evita tooltip che esce da schermo*/
html {
	overflow-x: hidden;
}
/*FINE GIANLUCA*/
