/* Gallery Styles */

#motioncontainer {
	/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 560px; /* Set to gallery width, in px or percentage */
	height: 127px;
	margin-bottom: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#motioncontainer a img {
	margin-bottom: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #D3DBDE;
	margin-right: 5px;
}

#motioncontainer a:hover img {
	margin-bottom: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #D3DBDE;
	margin-right: 5px;
}

#statusdiv {
	position: absolute; /* Stop Editing Gallery Styles */
	left: -150px;
	visibility: hidden;
	color: #110900;
	border: 1px none #D3DBDE;
}

#motioncontainer a:hover {

}
/* End Gallery Styles */
