/* Gallery Styles */

#motioncontainer {
	margin:20px auto; /* Uncomment this line if you wish to center the gallery on page */
	width: 720px; /* Set to gallery width, in px or percentage */
	height: 230px; /* Set to gallery height */
	background: url(/images/gallery/gallery_bg.png) no-repeat;
}

#motioncontainer a img {
	border: none; /* Set image border color */
}

#motioncontainer a:hover img {
	border: none; /* Set image border hover color */
}

#statusdiv {
	background-color: #fff;
	border: none;
	padding: 2px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
}

#motioncontainer a:hover {
	color: #fff; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */
