/* Gallery Styles */

#motioncontainer {
	/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 804px; /* Set to gallery width, in px or percentage */
	height: 140px; /* Set to gallery height */
	/*background-image: url(images/checkered.gif);*/
}

#motioncontainer a img {
border: 2px solid  #CFCFCF; /* Set image border color */
}

#motioncontainer a:hover img {
border: 3px solid #E20A16; /* Set image border hover color */
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */
