/*
 ---------- Coin Slider jQuery plugin CSS styles, http://workshop.rs/projects/coin-slider ---------- */



/* ---------- banner a jeho tlacitka -------------- */



.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a { text-decoration: none; outline: none; border: none; }
.cs-buttons { font-size: 0px; padding: 10px; float: left; }
.cs-buttons a { margin-left: 5px; height: 5px; width: 5px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }

.cs-active { background-color: #B8C4CF; color: #FFFFFF; }
/*.cs-title { position: absolute; bottom:0px; left: 0px; font-family: Tahoma; font-size: 8pt; width: 594px; padding: 10px; background-color: #000000; color: #FFFFFF; }*/
/*.cs-title { position: absolute; bottom:50px; left: 0px; font-family: Oswald; font-size: 20pt; text-align: left; height: 70px; width: 514px; padding-left:30px; padding-top:15px; color: #000000; background: url(../icon/bgTitleBar2.png) no-repeat 0px 0px; border: 0px solid gray; }*/
.cs-prev, .cs-next { font-family: Tahoma; font-size: 8pt; background-color: transparent; color: #FFFFFF; padding: 0px 0px; }



/* ---------- spodni tlacitka -------------- */
.cs-buttons a {
    border-radius: 50%;
    background: #CCC;
    background: -webkit-linear-gradient(top,  #CCCCCC, #F3F3F3); /* webkit browsers */
    background:    -moz-linear-gradient(top,  #CCCCCC, #F3F3F3); /* firefox 3.6+ */
    background:      -o-linear-gradient(top,  #CCCCCC, #F3F3F3); /* opera */
    background:     -ms-linear-gradient(top,  #CCCCCC, #F3F3F3); /* IE10 */
    background:         linear-gradient(top,  #CCCCCC, #F3F3F3); /* css3 */      
}
a.cs-active {
    background: #85246d;	/* barva buttonku */
    background: -webkit-linear-gradient(top,  #6699CC, #6633CC); /* webkit browsers */
    background:    -moz-linear-gradient(top,  #6699CC, #6633CC); /* firefox 3.6+ */
    background:      -o-linear-gradient(top,  #6699CC, #6633CC); /* opera */
    background:     -ms-linear-gradient(top,  #6699CC, #6633CC); /* IE10 */
    background:         linear-gradient(top,  #6699CC, #6633CC); /* css3 */  
    border-radius: 50%;    
    box-shadow: 0 0 3px #6699CC;   
    border: 1px solid #6699CC !important;     
}









