/* Gallery Styles */

#motioncontainer {
	/* margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
	width: 607px; /* Set to gallery width, in px or percentage */
	height: 76px; /* Set to gallery height */
	background: transparent;
	margin-left: 15px;
}

#motioncontainer a img {
	border: none;
	padding-right: 10px;
}

#motioncontainer a:hover img {
	border: none;
}

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

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

#statusdiv {
	display: none !important;
}

.mediabox .previous:hover,
.mediabox .next:hover {
	/*background-position: top left !important;*/
	display: none !important;
}
