/* Gallery Styles */

#motioncontainer {
	position:relative;
	overflow:hidden;
	margin:0 auto;  /*Uncomment this line if you wish to center the gallery on page */
	margin-top:40px;
	width: 698px; /* Set to gallery width, in px or percentage */
	height: 157px; /* Set to gallery height */
	background:  url(./pages/gallery-row.jpg) no-repeat 70px 0;
}

#motiongallery {
	position:absolute;
	top:0;
	left:0;
	padding-top: 20px;
	white-space: nowrap;
}

#motioncontainer a img {
	background:  url(./pages/gallery-item-bg.jpg) no-repeat;
	margin-left: 8px;
	padding:1px 5px 12px 5px;
}

#statusdiv {
	background-color: #fff;
	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 */

