#myGallery, #myGallerySet, #flickrGallery
{
	width: 400px;
	height: 400px;
	z-index:0;
	border: 1px solid #000;
}


.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	}





