/********************
 * FEATURE CAROUSEL *
 ********************/
.carousel-container {
  position:relative;
  width:100%;
	float:left;
	margin-top:30px;
}
#carousel {
  height:420px;
  width:100%;  
  position:relative;
  margin-bottom:0.5em;
  
}
.carousel-image {
  border:1px solid #F3F3F3;
	padding:5px;
  display:block;
}

.carousel-feature {
  position:absolute;
  top:-1000px;
  left:-1000px;
  
  cursor:pointer;
}
.carousel-feature .ico{width:100%;height: 100%;position: absolute;top:0;left:0;background: url(../images/play.png) center no-repeat; background-size: 64px auto;}
.carousel-feature .carousel-caption {
  height: 100%;
  width:100%;
	position: absolute;top:0;left:0;background: url(../images/play.png) center no-repeat;
  
}
.carousel-feature .carousel-caption p {
  margin:0;
  padding:5px;
  font-weight:bold;
  font-size:12px;
  color:white;
}
#carousel-left,#carousel-right{
	width:23px;
	height: 42px;
  	position:absolute;
	cursor:pointer;
	top:50%;
	margin-top:-61px;
}
#carousel-left {
  
  left:0;  
	background: url(../images/left2.png) center no-repeat;
}
#carousel-right {	
  
  right:0;  
	background: url(../images/right2.png) center no-repeat;
}