/* Galleries Styles */

#brandbar div.motioncontainer a img {
	margin-left: 14px;
}

#brandbar div.motioncontainer a img, 
#bradbar div.motioncontainer a:hover img  {
	border: none;
	margin-top: 2px;
	vertical-align: middle;
}

.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 {
	background-color: #ffffff;
	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 */

