/* Gallery Styles */

#motioncontainer {
top: 224px;
left: 125px;  /*Uncomment this line if you wish to center the gallery on page */
width: 735px; /* Set to gallery width, in px or percentage */
height: 166px; /* Set to gallery height */
}

/*///////////////////////*/
#motioncontainer span.galleryGroup {
	padding: 0;
	margin-right: 6px;
	height: 166px; /*height identique à motioncontainer*/
	}
	#motioncontainer span.galleryGroup a img {
		border: 3px solid white;
	}
	#motioncontainer span.galleryGroup a img.firstImage {
	border-right: 3px none #fff; /* Set image border color */
	}		
	#motioncontainer span.galleryGroup a:hover img {
		filter : alpha(opacity=30); 
		-moz-opacity : 0.3; 
		opacity : 0.3;
		}
#motioncontainer a {
	height: 166px; /*height identique à motioncontainer*/
	}


/*///////////////////////*/



/*#motioncontainer a:hover img {
border-right: 3px solid #fff;*/ /* Set image border hover color */
/*}*/

#statusdiv {
/*background-color: lightyellow;
border: 1px solid gray;*/
background-color: transparent;
border: 0px none 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 */
