/* CSS Document */
#myGallery {
	width:250px;
	height:200px;
}
#myGallery img {
	border: none;
	left:50%
}
a.loading {
	background: #fff url(../images/ajax_small.gif) no-repeat center;
}

