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

.carouselInner{
	width: 296px;
	left: 0;
	overflow: hidden;
	padding: 0px;
}

.thumbnail{
  float:left;
  margin: 0px;
  padding: 0px;
  width: 49px;
  height: 38px;
  margin-left: 0x;
  margin-right: 10px;
  margin-bottom: 9px;
  border-bottom: 2px solid #333333;
}

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

.cs_detalle_col2{
	width: 267px;
	float: left;
	margin-right: 32px;
	margin-bottom: 25px;
	}

	.cs_detalle_cs{
	width: 163px;
	float: left;
	margin-bottom: 25px;
	margin-left: 0px;
	}
