/* Gallery Styles */
#motioncontainer {
	width: 784px;
	margin: 0 0 10px 10px;
}

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
 /* Set to gallery width, in px or percentage */
	height: 463px; /* Set to gallery height */

}

#motioncontainer a img {
	padding: 0;
}

#motioncontainer a:hover img {

}

#statusdiv {
	background-color: #fff;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	padding: 0;
	visibility: hidden;
}

#motioncontainer a:hover {
	color: #fff; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

