/* Gallery Styles */

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

#motioncontainer a img {
	margin: 2px;
	padding: 2px;
	height: 435px;
	width: 1280px;
	background-color: #000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#motioncontainer a:hover img {
	border: 1px solid #000; /* 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 */
