/*** Template Black ***/
.cycloneslider-template-black img{
    display:block;
}
.cycloneslider-template-black .controls {
    background: #000000;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 350px;
    z-index: 1000;
}
.cycloneslider-template-black .cycloneslider-prev,
.cycloneslider-template-black .cycloneslider-next{
    color: #FFFFFF;
    float: left;
    font-family: 'Bebas';
    font-size: 14px;
    padding: 3px 5px;
    width: 47%;
    text-align: left;
    text-indent: -9999em;
}
.cycloneslider-template-black .cycloneslider-prev{
    left: 10px;
    background: url(images/left-arrow.png) no-repeat scroll center left transparent;
    
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
}
.cycloneslider-template-black .cycloneslider-next{
    right: 10px;
    background: url(images/right-arrow.png) no-repeat scroll center right transparent;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
}
.cycloneslider-template-black .cycloneslider-pager{
    position:absolute;
    z-index:200;
    top:20px;
    right:20px;
}
.cycloneslider-template-black .cycloneslider-pager span {
    background: url(images/sprite-nav.png) no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    font-size: 0;
    width: 10px;
    height: 10px;
    line-height: 0;
    margin-right: 6px;
    text-indent: -99999px;
}
.cycloneslider-template-black .cycloneslider-pager span.cycle-pager-active {
    background-position: left bottom;
}
.cycloneslider-template-black .cycloneslider-caption{
    position:absolute;
    left:0;
    bottom:0;
    width:350px;
    height: 100%;
    z-index:99;
    background: url(images/bg-caption.png);
    color:#fff;
}
.cycloneslider-template-black .slider-text { height: 230px; position: relative; }
.cycloneslider-template-black .cycloneslider-caption-title{
    font-family: 'Bebas', Impact, sans-serif;
    font-size: 36px;
    line-height: 52px;
    margin-bottom: 0;
    padding: 6px 8px 0 16px;
    -webkit-text-shadow: 0 2px 10px #000;
    text-shadow: 0 2px 10px #000;
    word-spacing: 4px;
}
.cycloneslider-template-black .cycloneslider-caption-description{
    padding:0 20px 15px 20px;
    line-height:1.5;
    font-size:12px;
}
.cycloneslider-template-black .view-more {
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: 'Bebas', Impact, sans-serif;
    color: white;
    background: #007bdb;
    display: block;
    margin: 10px 15px;
    padding: 3px 12px;
    word-spacing: 3px;
}
.cycloneslider-template-black .cycloneslider-slide iframe,
.cycloneslider-template-black .cycloneslider-slide object,
.cycloneslider-template-black .cycloneslider-slide embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.cycloneslider-template-black .vignette {
  position: relative;
}
.cycloneslider-template-black .vignette img {
 display: block;
}
.cycloneslider-template-black .vignette:after {
    -webkit-box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.5);  

     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 2;
     content: "";
}