/* Gallery Styles */

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

#motioncontainer a img {
	margin: 0 13px 0 0;
	width: 90px;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

#motioncontainer a:hover img {
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
}

#statusdiv {
background-color: lightyellow;
position: absolute; /* Stop Editing Gallery Styles */
left: -500px;
visibility: hidden;
}

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

nobr {margin: 0; padding: 0;}
/* End Gallery Styles */
