#myGallery {
	width: 500px;
	height: 452px;
	z-index:5;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0 auto;
}
.jdGallery {
	overflow: hidden;
	position: relative;
}
.jdGallery img {
	border: 0;
	margin: 0;
}
.jdGallery .slideElement {
	width: 460px;
	height: 345px;
	background-color: #eeeeee;
	background-repeat: no-repeat;
	border: 4px solid #7cbc31;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.jdGallery .loadingElement {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
}
.jdGallery .slideInfoZone {
	position: absolute;
	z-index: 10;
	width: 460px;
	left: 0;
	bottom: 0;
	height: 60px;
	text-indent: 0;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 16px;
	background-color: #eeeeee;
	padding: 0px;
	border: 4px solid #7cbc31;
}
h5 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	color: #0e3581;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.jdGallery .slideInfoZone p {
	padding: 11px;
	font-size: 11px;
	margin: 0px;
}
.jdGallery div.carouselContainer {
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 20px;
	top: 0;
}
.jdGallery a.carouselBtn {
	position: absolute;
	bottom: 0;
	right: 48px;
	text-align: center;
	font-size: 11px;
	cursor: pointer;
	background-color: #7cbc31;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 20px;
	line-height: 19px;
	color: #FFFFFF;
}
.jdGallery .carousel {
	position: absolute;
	width: 460px;
	left: 0;
	top: 0;
	height: 115px;
	text-indent: 0;
	overflow: hidden;
	background-color: #0e3581;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.jdGallery .carousel .carouselWrapper {
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}
.jdGallery .carousel .carouselInner {
	position: relative;
}
.jdGallery .carousel .carouselInner .thumbnail {
	cursor: pointer;
	background: #faf4e3;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}
.jdGallery .carousel .label {
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
}
.jdGallery .carousel .label .number {
	color: #FFFFFF;
}
.jdGallery a {
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}
.jdGallery a.right {
	position: absolute;
	height: 386px;
	width: 15px;
	cursor: pointer;
	z-index:10;
	margin-right: auto;
	right: 0;
	top: 0;
	background: url('../images/iconos/flecha2.gif') no-repeat center right;
}
.jdGallery a.left {
	position: absolute;
	height: 386px;
	width: 15px;
	cursor: pointer;
	z-index:10;
	left: 0;
	top: 0;
	background: url('../images/iconos/flecha1.gif') no-repeat center left;
	margin: 0px;
	padding: 0px;
}
.jdGallery a.open {
	left: 0;
	top: 0;
}
.withArrows a.open {
	position: absolute;
	top: 0;
	left: 0;
	height: 99%;
	width: 99%;
	cursor: pointer;
	z-index: 10;
}
