#myGallery {
	width: 560px;
	height: 158px;
	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: 259px;
	height: 150px;
	background-color: #faf4e3;
	background-repeat: no-repeat;
	border: 4px solid #f6e1a9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding: 0px;
}
.jdGallery .loadingElement {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ffffff;
}
.jdGallery .slideInfoZone {
	position: relative;
	z-index: 10;
	width: 264px;
	height: 100%;
	text-indent: 0;
	background-color: #faf4e3;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(../images/apariencia/fondo-noticias.gif);
	background-repeat: repeat-x;
}

h5 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	color: #B1101A;
	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: 0;
	top: 0;
}

.jdGallery a.carouselBtn {
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel {
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.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: #000;
	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;
}

.jdGallery .carousel .label .number {
	color: #b5b5b5;
}

.jdGallery a {
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right {
	position: absolute;
	height: 158px;
	width: 8px;
	cursor: pointer;
	z-index:10;
	margin-right: 269px;
	right: 0;
	top: 0;
	background: url('img/fleche2.gif') no-repeat center right;
}
.jdGallery a.left {
	position: absolute;
	height: 158px;
	width: 8px;
	cursor: pointer;
	z-index:10;
	left: 0;
	top: 0;
	background: url('img/fleche1.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: 50%;
	cursor: pointer;
	z-index: 10;
}

