#motioncontainer {
	width:960px; 
	height:120px; 
	position:relative;
	overflow:auto;
	background:#21231D;
}


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

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

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