/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 578px; /* Set to gallery width, in px or percentage */
height: 155px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #c6bfbb;
}

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

#statusdiv {
	padding: 2px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: #633D1D;
}
/* End Gallery Styles */
