.yeahslider-container a:active,
.yeahslider a:active,
.yeahslider-container a:focus,
.yeahslider a:focus {
    outline: none
}
.yeahslider {
    margin: 0;
    padding: 0
}
.yeahslider .slides {
    padding: 0
}
.yeahslider .slides li {
    position: relative;
    display: none;
    -webkit-backface-visibility: hidden
}
.yeahslider .slides li .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 5px 10px;
    background-color: #555;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff
}
.yeahslider .slides li .slide-count {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 10px;
    color: #fff
}
.yeahslider .slides img {
    width: 100%;
    display: block
}
.yeahslider.news-scroller {
    overflow: visible
}
.yeahslider .slides,
.yeahslider .yeahslider-control-nav,
.yeahslider .yeahslider-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
html[xmlns] .slides {
    display: block
}
* html .slides {
    min-height: 1%
}
.no-js .slides>li:first-child {
    display: block
}
.yeahslider {
    margin: 0;
    position: relative;
    zoom: 1
}
.yeahslider-viewport {
    max-height: 2000px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease
}
.loading .yeahslider-viewport {
    max-height: 300px
}
.yeahslider .slides {
    zoom: 1
}
.carousel li {
    margin-right: 5px
}
.yeahslider-pauseplay a,
.yeahslider-direction-nav a {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-align: center
}
.yeahslider-direction-nav {
    *height: 0
}
.yeahslider-direction-nav .yeahslider-prev {
    right: -50px
}
.yeahslider-direction-nav .yeahslider-next {
    left: -50px
}
.yeahslider-direction-nav .yeahslider-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    cursor: default
}
.yeahslider:hover .yeahslider-prev {
    opacity: .7;
    filter: alpha(opacity=70);
    right: 0
}
.yeahslider:hover .yeahslider-next {
    opacity: .7;
    filter: alpha(opacity=70);
    left: 0
}
.yeahslider:hover .yeahslider-pauseplay a {
    opacity: .7;
    filter: alpha(opacity=70);
    left: 0
}
.yeahslider:hover .yeahslider-next:hover,
.yeahslider:hover .yeahslider-prev:hover,
.yeahslider:hover .yeahslider-pauseplay a:hover {
    opacity: .9;
    filter: alpha(opacity=90);
    visibility: visible
}
.yeahslider-pauseplay a {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    height: 0;
    z-index: 2
}
.yeahslider-pauseplay a span {
    text-transform: capitalize
}
.yeahslider-control-nav {
    z-index: 3;
    width: 100%;
    position: absolute;
    bottom: 15px;
    text-align: center
}
.yeahslider-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline
}
.yeahslider-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3)
}
.yeahslider-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7)
}
.yeahslider-control-paging li a.yeahslider-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default
}
.yeahslider-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}
.yeahslider-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}
.yeahslider-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer
}
.yeahslider-control-thumbs img:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}
.yeahslider-control-thumbs .yeahslider-active {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: default
}