/* Gallery Styles */

#hmg_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: 275px; /* Set to gallery height */
}

#hmg_motioncontainer a img {
margin: 3px; /* Set image border color */
}

#hmg_motioncontainer a:hover img {
margin: 2px; /* Set image border hover color */
border: 1px solid #0b538c;
}

#statusdiv {
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#hmg_motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}

#mainTable {
	border:0;
	text-align: center;
	  border:0;
	  padding:0;
	  margin:0;
	  background-color:#FFFFFF;
 }

#mainTable td {
	border:0;
	text-align: center;
	  border:0;
	  padding:0;
	  margin:0;
	  background-color:#FFFFFF;
 }
 
/* End Gallery Styles */
