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

#motioncontainer a{
    margin-left: 5px;
    padding: 0px;
}

#motioncontainer a img {
	border: 1px solid #cccccc; /* Set image border color */
	 height: 50px; margin-top: 0px; margin-right: 0px;
}

#motioncontainer a:hover img {
	border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
	background-color: white;
	
	position: absolute;
	visibility: hidden;
}

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

#motiongallery_bg
{ 
	width: 721px; height: 60px;
}



#slider_left { height: 100px; width: 40px; margin-top: 40px; /*background: black;*/ position: absolute; }
#slider_right { margin-left: 680px; height: 100px; width: 40px; margin-top: 40px; /*background: black;*/ position: absolute; }
