/* Gallery Styles */

#motioncontainer {
	margin:0 auto; /* Uncomment this line if you wish to center the gallery on page */
    width: 820px; /* Set to gallery width, in px or percentage */
	height: 152px;  Set to gallery height */
	left: 0px;
	top: 0px;
}

#motioncontainer a img {
border: 1px solid #333333; /* Set image border color */
margin-left:	2px;
margin-right:	6px;
}

#motioncontainer a:hover img {
border: 1px solid #555555; /* Set image border hover color */
margin-left:	2px;
margin-right:	6px;
}


#statusdiv {
position:absolute; z-index:99;
background-color: #111111;
border: 1px solid #333333;
padding: 3px;
	text-align: center;
	margin:0 auto; /* Uncomment this line if you wish to center the gallery on page */
	margin-top:	20px;
    width: 820px; /* Set to gallery width, in px or percentage */
	}


#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

