
.column{
	float:left;
}
.main-col{
	width:666px;
	margin-right:20px;
}

.carousel-con {
  margin-bottom: 1px;
  height: 331px;
  overflow: hidden;
  position: relative;
}

.carousel { position: relative; }

.carousel-slide {
  position: relative;
  float: left;
}

.carousel-img { display: block; }

.carousel-caption {
  background: url(../images/white-trans-bg.png);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 14px;
  color: #282b2e;
}

.carousel-cap-header {
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
}

.carousel-cap-desc {
  margin: 0;
  font-size: 14px;
}

.carousel-thumbs { text-align: center; }

.carousel-thumb-item {
  padding-top: 12px;
  margin-right: 10px;
  display: inline-block;
  zoom: 1;
 *display: inline;
  width: 159px;
  position: relative;
}

.carousel-thumb {
  display: block;
  width: 100%;
  cursor: pointer;
}

.carousel-thumb-active { background: url(../images/carousel-arw.png) 50% 0 no-repeat; }

.carousel-thumb-active .carousel-thumb-over {
  border: 3px solid #0084d9;
  position: absolute;
  top: 9px; /* height of carousel background img */
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
}

.carousel-thumb-last { margin-right: 0; }