


#myGallery, #myGallerySet, #flickrGallery
{

	width: 500px;
	height: 350px;
	z-index:5;
	
}

.jdGallery a
{
	outline:0;
}

#flickrGallery
{
	width: 500px;
	height: 334px;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #fff;
	/*background-color: rgb(177,182,191);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('spinner.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	/*background-color: rgb(177,182,191);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('spinner.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #EBFFE0;
	color: #333;
	/*text-indent: 20px;*/
	text-align: center;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}
/*
.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 12px;
	margin-bottom: 4px;
	font-weight: normal;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 12px;
	color: #333;
}

*/
#myInfoContainer {
	width: 100%;
	height:auto;
	position:relative;
	margin: 0;
	padding: 0;
}


#myInfoContainer h2 {
	text-align:left;
	margin:2px 0px 2px 0px;
	font-size: 12px;
	font-weight:normal;
}
#myInfoContainer p {
	text-align:justify;
	margin: 0;
	padding: 0;
}

#numbers {
	margin-top:10px;

}
.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('img/fleche1.gif') no-repeat center left;
}

* html .jdGallery a.left { background: url('img/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.gif') no-repeat center right;
}

* html .jdGallery a.right { background: url('img/fleche2.gif') no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url('img/open.png') no-repeat center center; }

* html .withArrows a.open:hover { background: url('img/open.gif') no-repeat center center;
	filter:alpha(opacity=80); }

#numbers {
	margin: 0px 0px 4px 0px;
	}
