/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width:  476px; /* Set to gallery width, in px or percentage */
height: 182px; /* Set to gallery height */
border:black 1px solid;
position:absolute;
left:36px;
top:25px;
//top:29px;
overflow: hidden;
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: Orange;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

#motiongallery
{
	white-space: nowrap; 
	position: absolute; 
	top: -14px;
	left: -28px; 
	/*width: 1000px;
	min-width:1000px;*/
}

#trueContainer
{
	top: -14px;
	left: -28px;
	text-align:center;
}