/**
 * Style sheet jd.gallery
 */
#myGallery, #myGallerySet, #flickrGallery
{
	width:748px;
	height:320px;
	border:1px solid #000;
	z-index:5;
}

.jdGallery a
{
	outline:0;
}

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

img.thumbnail
{
	display:none;
}

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

img
{
	margin:0;
	border:0;
}

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

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

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

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

.jdGallery .slideInfoZone h2
{
	margin:2px 5px;
	padding:0;
	font-weight:bold;
	font-size:80%;
	color:#inheri;
}

.jdGallery .slideInfoZone p
{
	margin:2px 5px;
	padding:0;
	font-size:60%;
	color:#eee;
}

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

.jdGallery a.carouselBtn
{
	height:20px;
	bottom:0px;
	right:30px;
	position:absolute;
	padding:0px 10px;
	text-align:center;
	font-size:13px;
	color:#fff;
	background: #333;
	cursor: pointer;
}

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

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

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	width:100%;
	height:78px;
	top:10;
	left:0;
	position:absolute;
	overflow:hidden;
}

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

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

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

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

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

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

.jdGallery a
{
	text-decoration:none;
	font-size:100%;
	color:#inheri;
}

.jdGallery a.right, .jdGallery a.left
{
	width:25%;
	height:99%;
	position:absolute;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left:0;
	top:0;
	background: url('tl_files/banner/img/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left
{
	background: url('tl_files/banner/img/fleche1.gif') no-repeat center left;
}

.jdGallery a.right
{
	right:0;
	top:0;
	background: url('tl_files/banner/img/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right
{
	background: url('tl_files/banner/img/fleche2.gif') no-repeat center right;
}

.jdGallery a.open
{
	width:100%;
	height:100%;
	left:0;
	top:0;
}

.withArrows a.open
{
	width:50%;
	height:99%;
	top:0%;
	left:25%;
	position:absolute;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover
{
	background: url('tl_files/banner/img/open.png') no-repeat center center;
}

* html .withArrows a.open:hover
{
	background: url('tl_files/banner/img/open.gif') no-repeat center center;
	filter:alpha(opacity=80);
}

/* Gallery Sets */
.jdGallery a.gallerySelectorBtn
{
	height:20px;
	top:0px;
	left:30px;
	position:absolute;
	padding:0px 10px;
	text-align:center;
	font-size:13px;
	color:#fff;
	z-index: 15;
	background: #333;
	cursor: pointer;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
}

.jdGallery .gallerySelector
{
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	z-index: 20;
	background: #000;
}

.jdGallery .gallerySelector h2
{
	margin:0;
	padding:10px 20px;
	font-size:20px;
	color:#fff;
	line-height:30px;
}

.jdGallery .gallerySelector .gallerySelectorWrapper
{
	overflow:hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
	height:40px;
	float:left;
	margin-top:10px;
	margin-left:10px;
	padding:5px;
	border:1px solid #888;
	color:#fff;
	cursor: pointer;
}

.jdGallery .gallerySelector .gallerySelectorInner div.hover
{
	background: #333;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
	width:40px;
	height:40px;
	float:left;
	margin-right:5px;
	background-position:center center;
	background: #000;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:12px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:12px;
	color:#aaa;
}

