/* div with the gallery inside */


#ext-thumbnails {
   position: relative;
	float:left;
	width: 160px;
	height: 350px;
	margin: 0px;
	background: #090;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
	border: 1px solid #000;
	border-width: 1px 1px 1px 1px;
}

/* div around the imgs */
#ext-thumbnails .carouselWrapper {
	position: absolute;
	width: 100%;
	height: 330px;
	top: 10px;
	left: 0;
	overflow: auto;
}

#ext-thumbnails .carouselInner
{
	position: relative;
}

/* single thumbnail */
#ext-thumbnails .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}
/* label = title of an image */
#ext-thumbnails  .label
{
	display:none;
}

/* number of the image */
#ext-thumbnails .label .number
{
	color: #b5b5b5;
}
