#motioncontainer img{ /*image border color*/
display:inline-block;
margin-left:6px;
}

#motioncontainer a:hover img{ /*image border hover color*/

}

#motiongallery_0 {
	margin:0px;
	padding:0;
	}

#motioncontainer a:hover{
color: red; /* Dummy definition to overcome IE bug */
}
	
#scroller {
	padding:6px;
	background-color:#fff;
	}
	
* html #scroller {
	
	}
	
div.publications form {
	margin:0;
	padding:0;
	}
	
div.publications h2 {
	margin-bottom:0;
	}
	
#trueContainer {
/*
	overflow:hidden;
	*/
	}
	
div#scroller-left-arrow {
	width:35px;
	height:61px;
	background:url(/images/scroller-arrow-left.png);
	background-repeat:no-repeat;
	position:absolute;
	top:83px;
	left:20px;
	z-index:99;
	cursor:pointer;
	}
	
* html div#scroller-left-arrow {
	background:url(/images/scroller-arrow-left.gif);
	width:25px;
	height:49px;
	background-repeat:no-repeat;
	}
	
div#scroller-right-arrow {
	width:35px;
	height:61px;
	background:url(/images/scroller-arrow-right.png);
	background-repeat:no-repeat;
	position:absolute;
	top:83px;
	right:20px;
	z-index:99;
	cursor:pointer;
	}
	
* html div#scroller-right-arrow {
	background:url(/images/scroller-arrow-right.gif);
	width:25px;
	height:49px;
	background-repeat:no-repeat;
	}
