#myGallery {
	width: 100%;
	height: 500px;
}
#myGallery img {
	background:#fff;
	border:solid 1px #ccc;
	padding:4px;
}
a.loading {
	background: #fff url(../images/ajax_small.gif) no-repeat center;
}