#myGallery {
	width: 500px;
	height: 50px;
	
	background-image:url(../images/fleche.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
#myGallery img {
	margin-left:20px;
	top:0px;
	
	
}
a.loading {
	background: #fff url(../images/ajax_small.gif) no-repeat center;
}
