/* Gallery Styles */

#hmg_motioncontainer {
/*margin:0px auto;  Uncomment this line if you wish to center the gallery on page */
margin-top:-5px;
margin-left:-3px;
width: 100,2%; /* Set to gallery width, in px or percentage */
height: 43px; /* Set to gallery height */
border: 1px dotted #0000cc;/* Set image border color */
background-color:#f6f6f6;
}

#hmg_motioncontainer a img {
filter:alpha(opacity=40);
border: 1px solid transparent;/* Set image border color */
}

#hmg_motioncontainer a:hover img {
filter:alpha(opacity=100);

}

#statusdiv {
background-color: none;
border: 1px dotted #0000cc;
padding: 0px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;

}

#hmg_motioncontainer a:hover {
color: #0000cc; /* Dummy definition to overcome IE bug */
}
/* Fin Gallery Styles */
