body {
	background-color: #000000;
	background-image: url(../images/body_images/background.jpg);
	margin-left: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.content_text {
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
}
.content_text a, .content_text a:visited, .content_text a:active {
	text-decoration:none;
	color:#F00;
	font-weight:bold;
}
.content_text a:hover {
	color:#FFF;
}
/* Gallery Styles */
#motioncontainer {
width:expression(Math.min(this.offsetWidth, maxwidth)+'px');
margin:0px auto;  /*Uncomment this line if you wish to center the gallery on page */
width: 925px; /* Set to gallery width, in px or percentage */
height: 105px; /* Set to gallery height */
background-color:#000;
}

#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: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */