/* Gallery Styles */


#motioncontainer {
	background:#000000;
	/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
	width: 950px;
	height: 900px; /* Set to gallery height */
	/*margin-left: 40px;*/
}

#motioncontainer a img {
	background:#000000;
	/*border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
	background:#000000;
	/*border: 1px solid navy; /* Set image border hover color */
}

#motioncontainer a:hover {
	background:#000000;
	color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */
