#myGallery, #myGallerySet, #flickrGallery
{
	width: 750px;
	height: 450px;
	z-index:5;
}

.jdGallery a
{
	outline:0;
}

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

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

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

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

.full {
		width: 750px;
		opacity: 0.5;
}

.jdGallery .slideElement
{
	width: 100%;
	z-index: 20;
	height: 100%;
	background-repeat: no-repeat;
		background-position: center center;
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 100;
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 50;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 70px;
	background: #fff;
	color: #000;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 14px;
	margin: 0;
	margin: 8px 5px;
	font-weight: bold;
	color: inherit;
		width: 500px;
		float: left;
}

.jdGallery .slideInfoZone p
{
	clear: both;
	padding: 0;
	font-size: 12px;
	margin: 0px 10px;
	color: #000;
}


.exif {
	color:#555;
		margin-top: 12px;
	font-weight: bold;
font-size: 11px;
	float: right;

}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

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

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

#myCarousel
        {
            text-align: left;
            margin: 0 auto;
            width:752px; /* Adjust this to your picture width + 2 */
            height:50px;
            overflow:hidden;
			position: relative;
        }


.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 50px;
	top: 5px;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #b5b5b5;
}

.jdGallery a.left
{
	position: absolute;
	top: 5px;
	text-align: right;
	right: 5px;
	height: 14px;
	width: 60px;
	background: url(img/pause.jpg);
	z-index: 300;
	opacity: 0;
	border: 0px;
	background-repeat: no-repeat;
}