#motioncontainer {
	position:relative;
	width:680px;
	height:80px;
	overflow:hidden; 
	/*margin: 10px;*/
}

#motioncontainer a img{ /*image border color*/
	border: 1px solid transparent;
}

#motioncontainer a:hover img{ /*image border hover color*/
	border: 1px solid #513439;
}

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

#motioncontainer {
	padding: 0px;
}

#motiongallery {
	position:absolute;
	left:0;
	top:0;
	white-space: nowrap;
}

#trueContainer {

}

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

.texte 
	{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
	}
A.legende {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #003E5C;
	text-decoration: none;
}

A.legende:Hover {
   	font-family: Tahoma, Verdana, Arial;	
	font-size: 11px;	
	color: #88866F;
}
