

	  .filmstrip .item, .filmstrip .filmstrip-inner {
    height: auto !important;}
	  	  .filmstrip  .overlay-none {opacity:0;}
	  .filmstrip-control.right {right: -30% /*!important;*/}
	  .filmstrip-control.left {left: -30% /*!important;*/}
	  .filmstrip-control {background: transparent; border: none;}
	 .filmstrip .thumb .overlay:hover{opacity:0;}
	  .filmstrip .thumb .overlay {   background:rgba(0, 0, 0, .75);
			text-align:center;
			top:0;
			bottom: 0;
			left:0;
			right:0;
			position:absolute;
			opacity:1;    
			width:100%;height:100%; 
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		}
			  
	  .nopadding {padding:0px; margin:0px;}
	  .filmstrip .social-media a{float: left;}
      .filmstrip .thumb {height: 125px; position: relative;}
	  .filmstrip-control.right {
		  display:block !important;
		  right: 185px;
		}
		.filmstrip-control.left {
		  display:block !important;
		  left: 185px;
		}
		.filmstrip-caption {
			position: relative !important;
			left: 0;
			right: 0;
			top: 0;
			padding: 5px;
			background: #fff !important;
			margin: 0 auto;
			line-height:1;
		}
		
		
		.filmstrip-caption p {color: #4f4e53;}
		.filmstrip-top.col-xs-6 {float: none !important;
margin: 0 auto;}
		.filmstrip .item {height: auto; position: relative; transition-property: opacity !important;  -webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out !important;}
	.filmstrip-inner {height: auto;}
	.filmstrip-caption p {float:right; text-align:right; padding-bottom:5px;}
      .carousel-indicators {cursor: pointer;}
	  .filmstrip .pointer {
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    z-index: 2;
}
.filmstrip {direction:ltr;}