body {
	font-family: Arial, Helvetica, sans-serif;
}

/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 950px; /* Set to gallery width, in px or percentage */
height: 350px; /* Set to gallery height */
padding: 0px;
}

#motioncontainer a img {
border: 0px solid #cccccc; /* Set image border color */
padding: 0px;
}

#motioncontainer a:hover img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#statusdiv {
background-color: lightyellow;
border: 0px solid gray;
padding: 0px;
position: absolute; /* Stop Editing Gallery Styles */
/*left: -300px;*/
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */
.dark_gray_bg {
	background-color: #555555;
}
