/* div with the gallery inside */
#ext-thumbnails{
  height:160px; 
  text-align:center;
  margin:0 0;
  border-top:1px solid #333;
 /* width:463px; */
 /* padding:5px; */
  background-color:#fff;
  position: relative;
}

/* div around the imgs */
.carouselWrapper {

}

/* single thumbnail */
.thumbnail{
  float:left;
  padding:4px;

/*  border:1px solid #ccc;
  background:#fff;*/
  margin:5px;
}

/* label = title of an image */
.labelTitle {
	  /* font-weight:bold; */
	  /*text-align:left;
	  margin-left: 10px;*/
	float:left;
	position:relative;
	text-align:left;
	width:290px;  
}

.labelEnlarge {
	border-left:1px dotted #000000;
	float:left;
	position:relative;
	text-align:right;
	width:142px;
}

/* number of the image */
.number {
  font-weight:normal;
  font-style:italic;
}

.jdExtCarousel .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position:center center;
	position: absolute;
	left:0;
	right:0;
	margin:0;
	padding:0;
	opacity:0;
}

.jdExtCarousel  div.carouselContainer
{
	position: static;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 30;
} 

.jdExtCarousel .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 160px;
	/* background: #333; */
	/* color: #fff; */
	text-indent: 0;
	overflow: hidden;
	font-size: 11px;
	padding: 10px; 
}

.jdExtCarousel .carousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	width: 432px;
	height: 78px;
	top: 50px;
	left: 10px;
	overflow: hidden;
background:#999999 none repeat scroll 0 0;

}

.jdExtCarousel .carousel .carouselInner
{
	position: relative;
}

.jdExtCarousel .carousel .carouselInner .thumbnail
{
	cursor: pointer;
	padding:0;
	margin:0;
/*	background: #000;*/
	background-position: center center;
	float: left;
/*	border: solid 1px #fff;*/
}

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

.jdExtCarousel 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 .jdExtCarousel a.right, * html .jdExtCarousel a.left
{
	filter:alpha(opacity=50);
}

.jdExtCarousel a.right:hover, .jdExtCarousel a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.labelEnlarge a.open
{
	/*position: absolute; */
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	background: none;
}

.labelEnlarge a.open img
{	
	float: left;
	padding-left: 30px;
}
