/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
	width: 920px; /* Set to gallery width, in px or percentage */
	height: 198px; /* Set to gallery height */
	background : url('../images/galleryBack.jpg') center left repeat-x;
	text-align : center;
	margin     : 0 auto 0 auto;
}

#motioncontainer a img {
	padding    : 10px 25px 10px 25px;
}

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

#statusdiv {
position: absolute; /* Stop Editing Gallery Styles */
visibility: hidden;
}

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

