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

#myGallery a, #sidebar a
{
    color: rgb(97, 130, 0);
}

#myGallery a:hover, #sidebar a:hover
{
   background-color: transparent;
    color: rgb(97, 130, 0);
}




