/* Gallery Styles */
body {
	background-color:#173763;
	}
#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 650px; /* Set to gallery width, in px or percentage */
height: 159px; /* Set to gallery height */
}

#motioncontainer img {
	/*display:none !important;
	margin:0 !important;
	float:left;*/
	margin:0 12px 0 0;
	}
#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: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -60px;
visibility: hidden;
}

#motioncontainer a:hoverr {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

.width300px {
	width:380px !important;
	padding:18px 0 5px;
	}

