#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 520px; /* Set to gallery width, in px or percentage */
height: 72px; /* Set to gallery height */
margin-top: 1px;
}

#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:#FFFFCC;
border: 3px solid gray;
padding: 0px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

/* ======================================
NEW STYLES
=======================================*/
#BodyDiv {

	width: 480px;
}
.PhotoBannerTop {
	clear: both;
	float: left;
	border-bottom-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
	background-color: #222222;
	text-align: left;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-color: #333333;
	width: 800px;
}
.PageBody {
	text-align: left;
	clear: both;
	float: left;
}
.ContentContainer {
	clear: both;
	float: left;
	width: 480px;
	height: 80px;
}

.Content {
	clear: right;
	float: left;
	padding-left: 5px;
	overflow: visible;
	width: 480px;
	margin-top: 3px;
}

.PhotoViewer {
	clear: both;
	width: 500px;
	height: 400px;
	text-align: center;
	border: none;
}
