/* Gallery Styles */

#motioncontainer {
	/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 837px !important; /* Set to gallery width, in px or percentage */
	height: 272px; /* Set to gallery height */
	margin-left: 26px;
	border: 3px solid #fff;
}

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

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

#statusdiv {

display:none;

}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */


#overlay {
	position:absolute; 
	width:281px; 
	height:318px; 
	background:url(/images/portfolio/overlay.png); 
	right:0px; 
}
