/* http://www.menucool.com */

#sliderFrame, #sliderFrame div {
    box-sizing: content-box;
}
#sliderFrame 
{
    margin:0 auto; /*center-aligned*/
}

#slider, #slider .sliderInner {
    width:1150px;height:430px;/* Must be the same size as the slider images */
    
}

#slider {
   background-color: white;
    position: relative;
    margin: 0 auto 10px;
    transform: translate3d(0,0,0);
}

/* the link style (if an image is wrapped by a link) */
#slider a.imgLink, #slider .video {
    z-index:2;
    cursor:pointer;
    position:absolute;
    top:0px;left:0px;border:0;padding:0;margin:0;
    width:100%;height:100%;
}
#slider .video {
    background:transparent url(video.png) no-repeat 50% 50%;
}

  
/* Caption styles */
#slider .mc-caption {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 38%;
    height: 220px;
        margin: 80px 90px;
    padding: 0px 20px;
    right: 0px;
    /* bottom: 0px; */
    top: 0;
    overflow: hidden;
    color: white;
    text-align: justify
}
#slider .mc-caption a {
    color:#FB0;
}
#slider .mc-caption h3 {
  color: #fff;
    font-size: 52px;
    font-weight: bold;
     text-shadow: 3px 0px 3px rgba(150, 150, 150, 1);
    margin: 0;
    padding: 10px 0 10px 0;
}
#slider .mc-caption a:hover {
    color:#DA0;
}


/* ------ built-in navigation bullets wrapper ------*/
#slider .navBulletsWrapper  {
        top: 380px;
    text-align: right;
    background: none;
    right: 40px;
    position: relative;
    z-index: 3;
}

/* each bullet */
#slider .navBulletsWrapper div 
{
    width:12px; height:12px;
    font-size:0;color:White;/*hide the index number in the bullet element*/
    background:white;
    display:inline-block; *display:inline; zoom:1;
    overflow:hidden;cursor:pointer;
    border-radius: 50%;
    margin:3px;/* set distance between each bullet*/
}

#slider .navBulletsWrapper .active {    background: #f90304;}


/* --------- Others ------- */

#slider img, #slider>b, #slider a>b {
    position:absolute; border:none; display:none;
}

#slider .sliderInner {
    overflow:hidden;
    position:absolute; top:0; left:0;
}

#slider>a, #slider video, #slider audio {display:none;}
#slider div {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}