#myGallery{
	width: 500px;
	height: 200px;
	z-index:5;
	display: none;
	border: 0px;
}

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

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

.jdGallery .slideElement{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}

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

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

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

.jdGallery .slideInfoZone h2{
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: ffffff;
	margin-left:5px;
	margin-right:5px;
	margin-top:3px;
	margin-bottom:-2px;	
}

.jdGallery .slideInfoZone p{
	padding: 0;
	font-size: 11px;
	color: #ffffff;
	margin-left:5px;
	margin-right:5px;
	margin-top:0px;
	margin-bottom:2px;	
}

.jdGallery a.right, .jdGallery a.left{
	position: absolute;
	height: 99%;
	width: 25%;
	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('images/gallery/arrow1.png') no-repeat center left;
}

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

.jdGallery a.right{
	right: 0;
	top: 0;
	background: url('images/gallery/arrow2.png') no-repeat center right;
}

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


