#motioncontainer {
/*margin:0;  Uncomment this line if you wish to center the gallery on page */
top:5px;
width: 100%; /* Set to gallery width, in px or percentage */
height: 50px; /* Set to gallery height */
}

#motioncontainer a img {

border: 0px solid #ccc;
filter: alpha(opacity=10);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
 -moz-opacity: 0.10; opacity:0.1;
 /* Set image border color */
}

#motioncontainer a:hover img {

filter: alpha(opacity=100);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 -moz-opacity: 1.00; opacity:1;
}


#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */