#motioncontainer {
	width: 95%;
	height: 120px;
	padding: 0 5px 0 5px;
	background: url("/design/img/lenta.gif") top left repeat-x;
}

#motioncontainer a img {
	margin: 14px 1px;
	border: 1px solid #fff; /* Set image border hover color */
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#motioncontainer a:hover img {
	border: 1px solid #fff; /* Set image border hover color */
	filter: alpha(opacity=100);
	opacity: 1;
}

#statusdiv {
	background-color: lightyellow;
	border: 1px solid gray;
	padding: 2px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
}