#myGallery
{
	width: 305px;
	height: 298px;
	z-index:5;
}
#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}
.jdGallery
{
	position: relative;
}

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

.jdGallery .slideElement
{	
	width: 100%;
	height: 100%;
	
	/*
	
	background-image: url(../../imgs/bg_jdgallery.gif);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');*/
}


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

.jdGallery .slideInfoZone
{/*
	position: absolute;
	z-index: 10;
	height: 80px;
	background: #FFFF00;
	top: 500px;
	left: 400px;*/
	
	position: absolute;
	/*background-image: url(../../imgs/etiqueta.png);*/
	background-image: url(../../imgs/etiqueta.jpg);
	
	
	width: 184px;
	height: 67px;
	color:#F5B22E;
	font-size: 12px;
	top: 80px;
	left: 300px;
	padding: 20px 5px 0 24px;
	
}
.jdGallery .slideInfoZone p{
	
}
.jdGallery .slideInfoZone h3,.jdGallery .slideInfoZone h2{ 	
	color:#FFFFFF;
	font-size: 12px;
}


.jdGallery a.right, .jdGallery a.left{
	display: block;
	width: 100px;
	height: 100px;	
	background-color:#00CC00;
	position: absolute;
	top: 500px;
	cursor: pointer;
	left: 0
	
}
.jdGallery a.left{
	background-color: #0000CC;
	left: 100px;
	
}