/*
    Coin Slider jQuery plugin CSS styles
    http://workshop.rs/projects/coin-slider
*/


.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons {
    font-size: 0px;
    padding: 0px;
    float: left;
    margin-left: 0px !important;
    position: absolute !important;
    left: auto !important;
    right: 8px;
    bottom: 16px;
    z-index: 1;
}
.cs-buttons a {
    margin-left: 3px;
    height: 15px;
    width: 15px;
    float: left;
    border: 1px solid #395F74;
    background-color: #395F74;
    text-indent: -1000px;
}
.cs-buttons .cs-active {
    background-color: #537D96;
    border: 1px solid #FFFFFF;
}

.cs-title {
    left: auto !important;
    bottom: 43px !important;
    right: 128px;
    width: 260px;
    padding: 10px;
    background-color: #333;
    color: #FFFFFF;
}
.cs-title h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    margin: 0px 0px 4px 0px;
}
.cs-title p {
    font-family: arial,verdana,helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
}

.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }

