.content{
position:relative;
width:690px;
}

* html .content{
margin-top:-7px;
}

#myGallery, #myGallerySet, #flickrGallery
{
	width: 690px;
	height: 264px;
	z-index:5;
	border: 0px solid #999;
}

#flickrGallery
{
	width: 690px;
	height: 264px;
}

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


#myGallery p{
font-size:12px;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}


.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}






