﻿/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 400px; /* Set to gallery width, in px or percentage */
height: 125px; /* Set to gallery height */
margin-top:10px;
margin-bottom:10px;

}

#motioncontainer a img {
border: 1px solid #999999; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid #FF7400; /* Set image border hover color */
}

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

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