/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page
width: 50%;Set to gallery width, in px or percentage
height: 130px; Set to gallery height */
position: absolute;
display: block;
top: 240px;
left: 24px;
height: 120px;
width: 95%;
overflow: hidden;
}
/*
#motioncontainer a img {
border: 1px solid #cccccc; 
}

#motioncontainer a:hover img {
border: 1px solid navy; 
}
*/
#motiongallery {
position: absolute;
display: block;
top: 0px;
left: 0px;
height: 110px;
}
#motiongallery img {
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}


/* End Gallery Styles */

