/* Gallery Styles */

#motioncontainer {
	margin:0 auto; /* Remove if centering gallery on page is not desired */
	width:100%; /* Set to gallery width */
	height:140px; /* Set to gallery height */
}

#motioncontainer a img {
border: 2px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 2px solid #4f799f; /* 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 */

 Do not edit IE conditional style below 
[if gte IE 5.5]>
<style type="text/css">
#motioncontainer {
width:expression(Math.min(this.offsetWidth, maxwidth)+'px');
}
</style>
<![endif]
 End Conditional Style 
