/* Gallery Styles */

#motioncontainer {
	/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 830px; /* Set to gallery width, in px or percentage */
	height: 375px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
#motiongallery {
	padding-top: 20px;
}

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

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

#statusdiv {
	background-color: #FFF;
	border: 0px 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 */
}

#trueContainer {
	width: 5000px;
}

a.tran:hover {filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;}

/* End Gallery Styles */

