/* Gallery Styles */

#overcontainer {
	width: 310px; /* Set to gallery width, in px or percentage */
	height: 107px; /* Set to gallery height */
/*	background-image: url(img/filmstrip1.png);
	background-position: center;
	background-repeat: no-repeat;*/
}
#motioncontainer {
	width: 310px; /* Set to gallery width, in px or percentage */
	height: 107px; /* Set to gallery height */
 /*margin: 0 auto;*/
}

#motioncontainer a img {
	border: 1px solid #666666; /* Set image border color */
	margin-right: 1px;
}

#motioncontainer a:hover img {
	border: 1px solid red; /* Set image border hover color */
	margin-right: 1px;
}

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

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

