/* Galleries Styles */


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

.motioncontainer a:hover img {
	border: 0px solid navy; /* Set image border hover color */
	background-color:#FFFFFF;
	}

.statusdiv {
	background-color: lightyellow;
	border: 1px solid gray;
	padding: 2px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
	}

.motioncontainer a:hover {
	color: red; /* Dummy definition to overcome IE bug */
	}

/*Note: To style an individual gallery, you can use these same above class
selectors as id selectors, appending the number of the gallery, ex:*/

#motioncontainer0 a img {
/*border: 5px solid #ee0000;  /*Set image border for 1st gallery (uncomment to use this style)*/
}

/*The galleries are numbered 0 to however many you have minus 1*/

/* End Galleries Styles */

