.productSlider .vc-item { float:left; }
.productSlider .vc-item p.center{text-align:center; }

.productSlider .vc-item .compare { position:relative; width: 117px; height: 114px; }
.productSlider .vc-item .compare input[type=checkbox] {      width: 20px;    height: 20px;     position:absolute; bottom:0; }
.productSlider .vc-item .inactive {        border: 2px solid #d7d7d4; transition: border-color 1s ease; display: inline-block;     width: 114px; height: 111px; position: relative; }
.productSlider .vc-item .vc-inner div.active{ width: 114px; height: 111px; position: relative; }
.productSlider .vc-carousel-control{    position: absolute;    padding: 0;    bottom: 0;    margin-top: -15px;    opacity: 0.5;    filter: alpha(opacity=50);    font-size: 30px;    text-align: center;    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.productSlider .vc-carousel-control:hover,.productSlider .vc-carousel-control:focus {    text-decoration: none;    opacity: 0.9;     filter: alpha(opacity=90);}
.productSlider .vc-item .vc-inner:hover div.thumbCaption {    width: 100%;    height: 100%;}

/* Additional styling */
.productSlider.title_below_image .vc-carousel-slideline-inner,
.productSlider.title_below_image .vc-carousel-control,
.productSlider.title_below_image .vc-carousel-control span{ height:173px !important;  }

.productSlider.title_below_image  .vc-item .vc-inner{ border:transparent; }
.productSlider.title_below_image  .vc-item {     margin: 18px; height: 114px !important;    width: 114px !important; }
.productSlider.title_below_image  .vc-item:hover .inactive {    border: 2px solid #f60; transition: border-color 1s ease; }
.productSlider.title_below_image  .vc-item p.center{padding-top:10px; max-height: 28px; overflow: hidden; font-size: 12px; } 
.productSlider.title_below_image .vc-item .compare input[type=checkbox] { left: 2px; }
.productSlider.title_below_image a.prev:hover, .vc-left span:hover{ background-image:url('../images/other-products-prev-hover-bg.jpg'); }
.productSlider.title_below_image a.prev, .vc-left span{ background-image:url('../images/other-products-prev.jpg'); }
.productSlider.title_below_image a.next:hover, .vc-right span:hover{ background-image:url('../images/other-products-next-hover-bg.jpg'); }
.productSlider.title_below_image a.next, .vc-right span{ background-image:url('../images/other-products-next.jpg'); }