#myGallery, #myGallerySet, #flickrGallery
{
	width: 456px;
	height: 277px;
	z-index:5;
	border: none;
}

#flickrGallery
{
	width: 500px;
	height: 334px;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-size: 100%;
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 33px;
	background: #666666;
	color: #ffffff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2 { padding:0; margin:0; }

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 70%;
	margin: 2px 7px;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:1.2em;
}

.jdGallery .slideInfoZone p .plus { font-size:1.5em; padding-right:5px; font-weight:bold; }

.jdGallery a:link, .jdGallery a:visited 
{
	font-size: 100%;
	text-decoration: underline;
	color: #ffffff;
}

.jdGallery a:hover, .jdGallery a:active 
{
	font-size: 100%;
	text-decoration: none;
	color: #ffffff;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 10%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity:1.0;
	opacity:1.0;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('../images/fleche1.html') no-repeat center left;
}

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('../images/fleche2.html') no-repeat center right;
}

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.jdGallery a.open2
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin-top:-400px;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 10%;
	height: 99%;
	width: 80%;
	cursor: pointer;
	z-index: 10;
	background: none;
}

.withArrows a.open2
{
	position: absolute;
	top: 0;
	left: 10%;
	height: 99%;
	width: 80%;
	cursor: pointer;
	z-index: 10;
	background: none;
	margin-top:-400px;
}