/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 310; /* Set to gallery width, in px or percentage */
height: 64px; /* Set to gallery height */
}

#motioncontainer a img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);-moz-opacity: 1;
	border:#5A5A59 solid 1px;

}

#motioncontainer a:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);-moz-opacity: 0.8;
	border:#22B24C solid 1px;
}

