/* Gallery Styles */



#motioncontainer {

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



text-align: center;

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

height: 75px; /* Set to gallery height */

	padding:0;
	margin:0;
	top:0;

}


#motioncontainer a:link img {

 border:none;
 	padding:0;
	margin:0;
	top:0;

}



#motioncontainer a:hover img {

 border:none;
 	padding:0;
	margin:0;
	top:0;

}



#statusdiv {

background-color: #ffffff;

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

left: -300px;

visibility: hidden;

}



#motioncontainer a:hover {

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

}

/* End Gallery Styles */


