/* Gallery Styles */



#motioncontainer {

/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */

width: 770px; /* Set to gallery width, in px or percentage */

height: 500px; /* Set to gallery height */

}



#motioncontainer a img {
text-decoration: none;
border-style: none;
/*
border: 1px solid #cccccc; /* Set image border color */
*/
}



#motioncontainer a:hover img {
\
text-decoration: none;
border-style: none;
/*
border: 1px solid navy; /* Set image border hover color */
*/
}



#statusdiv {
	background-color: #F3F3F3;
	border: 1px solid #CCC;
	color: navy;
	padding: 4px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 2px 5px #CCC;
	-webkit-box-shadow: 0px 2px 5px #CCC;
	box-shadow: 0px 2px 5px #CCC;
}



#motioncontainer a:hover {
/*
color: red; /* Dummy definition to overcome IE bug */
*/
}

/* End Gallery Styles */

