/* Gallery Styles */

#motioncontainer {
	/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 613px; /* Set to gallery width, in px or percentage */
	height: 159px; /* Set to gallery height */
	background-color: #F2F1F1;
}

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

#motioncontainer a:hover img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: navy;
	border-right-color: navy;
	border-bottom-color: navy;
	border-left-color: navy;
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 8px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

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

