/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 27px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #fff; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid #000000; /* Set image border hover color */
}

#statusdiv {
	background-color:#999999;
	border: 1px solid gray;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	position: absolute;
	visibility: hidden;
	left: -300px;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

