

#motioncontainer {
	margin:0px;  /* Uncomment this line if you wish to center the gallery on page */
	width:100%; /* Set to gallery width, in px or percentage */
	height:70px; /* Set to gallery height */
	position:relative;
	overflow:hidden;
	clear: both;
	margin:0px;
	padding:0px 10px 0px 0px;
	text-align:right;
	float:right;
}

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