.motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
	width: 290px;
	height: 50px;
}

.motioncontainer a img { border: 1px solid #cccccc; }

.statusdiv {
	background-color: lightyellow;
	border: 1px solid gray;
	padding: 2px;
	position: absolute;
	left: -300px;
	visibility: hidden;
}

.motioncontainer a:hover { color: red; }
