#myGallery {
	width: 450px;
	height: 406px;
	z-index:5;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.jdGallery {
	overflow: hidden;
	position: relative;
}
.jdGallery img {
	border: 0;
	margin: 0;
}
.jdGallery .slideElement {
	width: 414px;
	height: 299px;
	background-color: #F4F0D5;
	border: 3px solid #D3CDA9;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 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;
	left: 0;
	bottom: 0;
	height: 78px;
	text-indent: 0;
	overflow: hidden;
	padding: 0px;
	width: 420px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	color: #D3CDA9;
	background-color: #D3CDA9;
}
h5 {
	font-size: 11px;
	padding: 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 8px;
}
.jdGallery .slideInfoZone p {
	font-size: 11px;
	margin: 0px;
	color: #313130;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	background-color: #D3CDA9;
	font-family: Arial, Helvetica, sans-serif;
}
.jdGallery div.carouselContainer {
	position: absolute;
	height: 138px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 18px;
	top: 0;
	padding: 0px;
}
.jdGallery a.carouselBtn {
	position: absolute;
	bottom: 0;
	right: 48px;
	text-align: center;
	font-size: 11px;
	cursor: pointer;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 17px;
	line-height: 19px;
	color: #313130;
	margin: 0px;
	background-color: #D3CDA9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #a3a998;
	border-right-color: #a3a998;
	border-left-color: #a3a998;
	font-family: Arial, Helvetica, sans-serif;
}
.jdGallery .carousel {
	position: absolute;
	width: 414px;
	left: 0;
	top: 0;
	height: 115px;
	text-indent: 0;
	overflow: hidden;
	background-color: #F4F0D5;
	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-position: center center;
	float: left;
	border: 1px solid #D3CDA9;
	background-color: #F4F0D5;
}
.jdGallery .carousel .label {
	font-size: 11px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
	color: #5b5b3b;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.jdGallery .carousel .label .number {
	color: #5b5b3b;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.jdGallery a {
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}
.jdGallery a.right {
	position: absolute;
	height: 336px;
	width: 15px;
	cursor: pointer;
	z-index:10;
	margin-right: auto;
	right: 0;
	top: 0;
	background: url('../images/flecha2.jpg') no-repeat center right;
}
.jdGallery a.left {
	position: absolute;
	height: 336px;
	width: 15px;
	cursor: pointer;
	z-index:10;
	left: 0;
	top: 0;
	background: url('../images/flecha1.jpg') no-repeat center left;
	padding: 0px;
	margin: 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;
}
