#myGallery, #myGallerySet, #flickrGallery
{
	width: 505px;
	height: 300px;
	z-index:5;
	background-image:url(../images/background.jpg);
}

.jdGallery a
{
	outline:0;
}


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

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

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

.jdGallery .slideElement
{
	width: 340px;
	height:250px;
	
}

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

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 200px;
	margin: 0px;
	left: 383px;
	top: 15px;
	height: 300px;
	background: none;
	color: #000;
	text-indent: 0;
	overflow: hidden;
	z-index:10;
}

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

.jdGallery .slideInfoZone h2
{
	padding: 0;
	margin: 0;
	color:#e00000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align:left;
}

.jdGallery .slideInfoZone p, .jdGallery .slideInfoZone a
{
	padding: 0;
	color: #000;
	text-align:left;
	text-decoration:none;
}
.jdGallery .slideInfoZone a
{
	padding: 0;
	color: #e00000;
	text-align:left;
	text-decoration:none;
}


.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 50px;
	width: 30px;
	cursor: pointer;
	z-index:1000;
	top:115px;
	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;
	
	background: url(../images/fleche1.png) no-repeat center left;
}

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

.jdGallery a.right
{
	right: 0;
	background: url(../images/fleche2.png) no-repeat center right;
	margin-right:10px;
}

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

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