/* Gallery Styles **********************************/

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
 /* Set to gallery width, in px or percentage */
height: 61px; /* Set to gallery height */
width:171px;
}

#motioncontainer{
position:relative;
overflow:hidden;
}

#motiongallery{
	position:absolute;
	left:0;
	top:0;
	white-space: nowrap;
	height: 79px;
}

#statusdiv {
background-color: #373737;
padding: 1px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
color:#FF9933;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles ********************************/

