/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 780px; /* Set to gallery width, in px or percentage */
height: 80px; /* Set to gallery height */
}

#motioncontainer a img {
border: 2px solid #FFFFFF; /* Set image border color */
}

#motioncontainer a:hover img {
border: 2px solid #C0C0C0; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 2px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: white; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

body {	
	scrollbar-arrow-color : #FFFFFF;
  	scrollbar-3dlight-color : #d8d5e0;
  	scrollbar-highlight-color : #C0C0C0;
  	scrollbar-face-color : #FFFFFF;
  	scrollbar-shadow-color : #336666;
  	scrollbar-darkshadow-color : #291CCC;
  	scrollbar-track-color : #000000;
  	background-color : #000000;
  	margin: 0 0 0 0;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	}
A:link {text-decoration: none;  color: #000000;;}
A:visited {text-decoration: none; color: #000000;; }
a:hover {text-decoration: none; color:#e67817; font-weight: bold; }
.style5 {color: #e67817}
