/* Galleries Styles */

.motioncontainer div
{ 
	
}

.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: 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 */

#dhtmltooltip{
position: absolute;
border: 2px solid black;
white-space:nowrap;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
