/* Gallery Styles */

.scrollleftimg {
	z-index: 9999999;
	width: 24px;
	height: 97px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.scrollrightimg {
	z-index: 9999999;
	width: 24px;
	height: 97px;
	position: relative;
	display: inline-block;
	left: 534px;
	cursor: pointer;
}

.motiongalleryimg {
	cursor: pointer;
	border-right: 1px solid #cdd9e2;
}

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 586px; /* Set to gallery width, in px or percentage */
height: 97px; /* Set to gallery height */
margin-left: 1px;
margin-top: 13px;
border: 1px solid #cdd9e2;
}

#motioncontainer a img {
border: 0 none white; /* Set image border color */
}

#motioncontainer a:hover img {
border: 0 none white; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 0 none white;
padding: 1px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

