

/* div around the imgs */
.carouselWrapper{
	width: 297px;
	margin-top: 11px;
	left: 0;
	overflow: hidden;
	padding: 0px;
	
}

.carouselInner{
	width: 382px;
	left: 0;
	float: left;
	overflow: visible;
	padding: 0px;
}

.thumbnail{
  float:left;
  margin: 0px;
  padding: 0px;
  width: 59px;
  height: 42px;
  margin-left: 0px;
  margin-right: 11px;
  margin-bottom: 9px;
  border-bottom: 2px solid #333333;
}

.thumbnail:hover{
  border-bottom: 2px solid #fff000;
  cursor: pointer; 
  cursor: hand;
}





