/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 65px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
opacity:.3; /* css standard */
filter:alpha(opacity=30); /* IE patch */
}

#motioncontainer a:hover img {

opacity:1; /* css standard */
filter:alpha(opacity=100); /* IE patch */
}

#motioncontainer a:hover {

}
