/* Gallery Styles */

#motioncontainer {
	/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 870px; /* Set to gallery width, in px or percentage */
	height: 206px; /* Set to gallery height */
	;
	clip:  rect(   );
	text-decoration: none;
}

#motioncontainer a img {
	border: 1px solid #cccccc; /* Set image border color */
	text-decoration: none;
}

#motioncontainer a:hover img {
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#statusdiv {
	background-color: lightyellow;
	border: 1px solid gray;
	padding: 2px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
	text-decoration: none;
}

#motioncontainer a:hover {
	color: red; /* Dummy definition to overcome IE bug */
	text-decoration: none;
}
/* End Gallery Styles */
