#myGallery {
	width: 100%;
	height: 500px; 
}
/*    border around images */
#myGallery img {
	border:none;
}
a.loading {
	background: #fff url(../images/ajax_small.gif) no-repeat center;
}