#myGallery {
	width: 100%;
	height:150px;
	float:left;
	
}
#myGallery img {
	border: 1px solid #52697E;
}
a.loading {
	background: #fff url(../images/ajax_small.gif) no-repeat center;
}








#myGallery2 {
	width: 100%;
	height:135px;
	float:left;
	
}
#myGallery2 img {
	border: 1px solid #52697E;
}
a.loading2 {
	background: #fff url(../images/ajax_small.gif) no-repeat center;
}