#myGallery, #myGallerySet, #flickrGallery
{
	width: 510px;
	height: 410px;
	z-index:5;
	border: none;
	margin: 60px auto;
	padding: 0;
	background-color:none;
}

body#jewelry div#myGallery, body#jewelry div#myGallerySet, body#jewelry div#flickrGallery
{
	margin: 20px auto 0 auto;
	}

body#photography div#myGallery, body#photography div#myGallerySet, body#photography div#flickrGallery
{
	margin: 0 auto;
	}


.jdGallery .slideElement
{

	background-color:transparent;
	}
	
img.full{
	border: 1px solid #FFF;
	
}


div#noGallery img { max-width:380px; 
 width:expression(this.width > 380 ? "380px" : "auto" );  }
