/* Gallery Styles */
#motioncontainertitle {
	font-size:13px; text-transform:uppercase;
	padding-bottom:3px;
}

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 700px; /* Set to gallery width, in px or percentage */
height: 112px; /* Set to gallery height */
border-top: 2px #E31837 solid; 
border-bottom: 2px #E31837 solid; 

}

#motioncontainer a img {
border: 1px solid #fff; /* Set image border color */
margin-top:3px;
}

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

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

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