#motioncontainer {
	width: 90px; 
	overflow:auto;
}

#motioncontainer a img{ /*image border color*/
	border: 3px solid #968786;
	margin:20px 0;
}

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

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

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