/* Gallery Styles */

#motioncontainer {
/* margin:15 0;   Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 115px; /* Set to gallery height */
}

#motioncontainer a table {
	border: 1px solid #f9fbe5; /* Set image border color */
	cursor: hand;
}

#motioncontainer a:hover table {
	border: 1px solid #a88b83; /* Set image border hover color */
	cursor: hand;
}

#motioncontainer a span {
}

#motioncontainer a:hover span {
}

#motioncontainer a img {
}

#motioncontainer a:hover img {
}

#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 */
}
/* End Gallery Styles */

