*:focus {
	outline: none;
}

#page {
	background: #FFF;
}

.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

/*.cs-buttons { font-size: 0px; padding: 12px 0 8px 0; display: block; text-align: center; background: #000; }*/

.cs-buttons { float: right; font-size: 0px; padding: 6px 10px 10px 10px; display: none; background: url(../images/slider_menu.png) repeat-x; }

.cs-buttons a { float: left; width: 13px; height: 13px; background: url(../images/buttons.png) no-repeat top; font-size: 10px; margin-left: 5px; }
.cs-buttons a.cs-active { background-position: bottom; color: #FFFFFF; }
.cs-buttons a:hover { outline: none; }
.cs-title { width: 705px; padding: 10px; background-color: #276fb7; color: #FFF; }
.cs-title p { margin: 0px; padding: 0px; }

.cs-prev, 
.cs-next {  display: none; }

.cs-buttons1 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-active1 {
    background: #599BDC;
    background: -webkit-linear-gradient(top,  #599BDC, #3072B3); /* webkit browsers */
    background:    -moz-linear-gradient(top,  #599BDC, #3072B3); /* firefox 3.6+ */
    background:      -o-linear-gradient(top,  #599BDC, #3072B3); /* opera */
    background:     -ms-linear-gradient(top,  #599BDC, #3072B3); /* IE10 */
    background:         linear-gradient(top,  #599BDC, #3072B3); /* css3 */  
    border-radius: 50%;    
    box-shadow: 0 0 3px #518CC6;   
    border: 1px solid #3072B3 !important;     
}