#myGallery, #myGalleryB, #myGalleryC, #myGallerySet, #flickrGallery
{
	float:left;
	width: 740px;
	height: 114px;
	z-index:5;
	border: none;
	margin:0px 0px 0px 0px;
	padding:0px;
	
	cursor: pointer;
}

#flickrGallery
{
	width: 500px;
	height: 334px;
}

#myGallery img.thumbnail, #myGalleryB img.thumbnail, #myGalleryC img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.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;
	background-image: url('img/loading-bar-black.gif');
}


.jdGallery a
{	
	font-size: 100%;
	text-decoration: none;
	color: inherit;
	height:114px;
	cursor: pointer;
}

.jdGallery a.open
{
	width: 100%;	
	height: 100%;
	cursor: pointer;
}
