/*
        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: 10px; float: left; }
.cs-button-coin-slider{
    margin:0px; 
    font-size:0px;
    padding:0px;
    float:left;   
    height:14px;
    line-height:14px;
    width:16px;
    background-repeat:no-repeat;
    background-position: top left;    
    background-image:url('../../../images/images/home_slide_inactive.png');  
}
.cs-buttons a {  }
.cs-active {  
    background-repeat:no-repeat;
    background-position: top left;    
    background-image:url('../../../images/images/home_slide_active.png');    
}

.cs-title { width: 545px; padding: 10px; background-color: #000000; color: #FFFFFF; }

.cs-prev, 
.cs-next { display:none; }
#cs-buttons-coin-slider{
    margin:0px;
    padding:0px;
    height:14px;	
    position:absolute;
    bottom:15px;
    left:24px;    
    width: 200px;
}
