/*
        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 {
          margin: -32px 0 0 0; z-index: 999999;
          font-size: 0px; padding: 10px; float: left; border-radius: 7px 7px 0 0;
          background: -moz-linear-gradient(top,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 100%); /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.75)), color-stop(100%,rgba(0,0,0,0.75))); /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.75) 100%); /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.75) 100%); /* Opera 11.10+ */
          background: -ms-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.75) 100%); /* IE10+ */
          background: linear-gradient(to bottom,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.75) 100%); /* W3C */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#bf000000',GradientType=0 ); /* IE6-9 */
}
.cs-buttons a:first-child {margin: 0;}
.cs-buttons a { margin-left: 6px; height: 10px; width: 10px; float: left; border-radius: 50%; border: 1px solid #FFF; color: #B8C4CF; background: #FFF; text-indent: -1000px; }
.cs-active { background-color: #0193C2 !important; color: #FFFFFF; border-color: #0193C2 !important; }

.cs-title { width: 100%; padding: 10px; background-color: #000000; color: #FFFFFF; }

.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px;top: 95px !important; font-size: 0}
.cs-prev{background: url('../../../imagens/s1.png') no-repeat; width: 50px; height: 90px;}
.cs-next{background: url('../../../imagens/s2.png') no-repeat; width: 50px; height: 90px;}
.cs-buttons{display: none;}

/*********************** HPMAIS ***********************/
#coin-slider ul { text-decoration: none;}
/*********************** HPMAIS ***********************/