/* Gallery Styles */

#motioncontainer {
	/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 718px; /* Set to gallery width, in px or percentage */
	height: 142px;
	left: 0px;
	top: 255px;
}

#motioncontainer a img {
	border: 1px solid #FFFFFF; /* Set image border color */
}

#motioncontainer a:hover img {
	border: 1px solid #000000; /* Set image border hover color */
}

#statusdiv {
	background-color: #FFFFFF;
	padding: 2px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
	height: 15px;
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#motioncontainer a:hover {
	color: black; /* Dummy definition to overcome IE bug */
}
