/* Gallery Styles */


#motioncontainer {
	background:#000000;
	
	width: 950px;
	height: 500px; /* Set to gallery height */ 
	
}

#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:black; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

