/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
/*width: 654px; /* Set to gallery width, in px or percentage */
width: 888px;
height: 165px; /* Set to gallery height */
}

/*
#motioncontainer a img {
	FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=40); opacity: 0.4
}

#motioncontainer a:hover img {
	FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=100); opacity: 1
}
*/

#statusdiv {
	background: #00FF80;
	/*border: 1px solid gray;*/
	/*padding: 2px;*/
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
}

#motioncontainer a:hover {
	color:#0B7A9E; /* Dummy definition to overcome IE bug */
}


div.cadre_motion {
	clear:both;
	height:109px;
	width:908px;
	margin:0 auto;
	background:url(../images/css/cadre_motion.png) no-repeat;
}

div.cadre_motion:hover {
	/*border-color:yellow;*/
	background:url(../images/css/cadre_motion_hover.png) no-repeat;
}

span.span_motion {
	text-align:center;
	width:160px;
	height:20px;
	line-height:20px;
	display:block;
	float:left;
	cursor:pointer;
	color:#018CB9;
	font-weight:bold;
	margin-right:11px;
}

span.span_motion:hover {
	/*text-decoration:underline;*/
	background-color:#CCE8F1;
	color:#0B7A9E;
}
/* End Gallery Styles */

