/* Gallery Styles */



#hmg_motioncontainer {

/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */

width: 805px; /* Set to gallery width, in px or percentage */

height: 125px; /* Set to gallery height */
margin-top:auto;
margin-bottom:auto;
margin-left:auto;
margin-right:auto;


}



#hmg_motioncontainer a img {

border: 3px solid #21598C; /* Set image border color */

margin: 0px 4px 0px 4px;


}



#hmg_motioncontainer a:hover img {

border: 3px solid #343434; /* Set image border hover color */

}



#statusdiv {

background-color: lightyellow;

border: 1px solid gray;

padding: 2px;

position: absolute; /* Stop Editing Gallery Styles */

left: -300px;

visibility: hidden;

}



#hmg_motioncontainer a:hover {

color: red; /* Dummy definition to overcome IE bug */

}

/* End Gallery Styles */


