/* div with the gallery inside */
.tx-rgsmoothgallery-pi1 {
  float:left;
  /*margin-left:200px;*/
}

#extthumbnails{
  height:590px;
  text-align:center;
  margin:0 20px;
  border:1px solid #333;
  width:510px;
  padding:5px;
  background-color:#eee;
}

.container-externalthumbs {
  float:left;
  width:510px;
  height:270px;
  position:relative;
  
}

#externalthumbs .label {
  display:none;
}

/* div around the imgs */
.carouselWrapper {

}

/* single thumbnail */
.thumbnail{
	float:left;
	padding:1px;
	/*  border:1px solid #ccc;*/
    background:#fffff0;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 16px;
	margin-left: 8px;
}

/* label = title of an image */
.label {
  font-weight:bold;
}

/* number of the image */
.number {
  font-weight:normal;
  font-style:italic;
}

/* Image Paging */
.externalthumbs-browse {
	/*position:absolute;*/
	bottom:0px;
	text-align:center;
	font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	padding-right: 0px;
}
.externalthumbs-browse .activeLink { padding:0 2 0 2; font-size: 10px; color: #0A2745; background-color:#FFFFF0}
.externalthumbs-browse .disabledLink {/*visibility:hidden;*/font-size: 10px; color: #b5002a;}
.externalthumbs-browse .inactiveLink {padding:0 2 0 2;font-size: 10px; font-family: Verdana;}
.externalthumbs-browse .inactiveLink a {color: #fffff0; text-decoration: none;font-size: 10px; font-family: Verdana;}
.externalthumbs-browse .inactiveLink a:hover { color: #B7DBFF; text-decoration: none; font-size: 10px; font-family: Verdana;}
/* Image Paging */
