/* Gallery Styles */

#motioncontainer {
margin:0 auto; /* Uncomment this line if you wish to center the gallery on page */
width: 447px; /* Set to gallery width, in px or percentage */
height: 120px; /* Set to gallery height */
}

.motioncontainer a img {
border: 0px solid #FF0000; /* Set image border color */
opacity: 0.40;
-moz-opacity: 0.40;
filter: alpha(opacity=40);
}

.motioncontainer a:hover img {
border: 0px solid #FF0000; /* Set image border hover color */
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);
}

.statusdiv {
background-color: white;
border: 0px solid #FF0000;
padding: 0px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

.motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}

#motioncontainer0 a img {
/*border: 5px solid #ee0000;  /*Set image border for 1st gallery (uncomment to use this style)*/
}
/* End Gallery Styles */






