/* Gallery Styles */

#motioncontainer
{
	/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
	width: 98%; /* Set to gallery width, in px or percentage */
	height: 140px; /* Set to gallery height */
	margin:auto;
	background:#333232;
}

#motioncontainer a img
{
	border: 1px solid #cccccc; /* Set image border color */
	padding: 5px;
	margin-right: 15px;
	height :125px;
	background:#fff;
}

#motioncontainer a img.first
{
	margin-left: 15px;
}

#motioncontainer a:hover img
{
	border: 1px solid #fff; /* Set image border hover color */
	background:#ffcc00;
}

#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 */
}

.strip
{
	width:98%;
	height:21px;
	background:url(../images/filmstrip.jpg) repeat-x;
	margin:auto;
}
.strip-bottom
{
	width:98%;
	height:21px;
	background:url(../images/filmstrip.jpg) repeat-x;
	margin:auto;
	margin-top:-2px;
}

#wait
{
	margin:auto;
	padding:10px;
	width:80%;
	text-align:center;
	font-weight:600;
}

#wait span
{
	position:relative;
	bottom:5px;
	height:115px;
	background:#fff;
}

#wait img
{
	z-index:-100;
}

#wait span.percent
{
	position:relative;
	left:-80px;
	z-index:1005;
}

/* End Gallery Styles */

