/*
	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 { 
    position: absolute;
    top: 10px;
    right: 50%;
    margin: 0px -421px 0px 0px;
    z-index: 1001;    
}

.cs-buttons A { 
    display: block;
    margin-left: 5px; 
    height: 12px; 
    width: 12px; 
    float: left; 
    border: 1px solid #c2cbd2;
    background-color: #28303a; 
    font-size: 0px;  
    text-indent: -1000px; 
}

.cs-buttons A.cs-active { 
    background-color: #c2cbd2; 
}

.cs-bg { 
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1920px;
    height: 400px;
    background-image: url('../assets/pagebanner-shadow.png');
    background-repeat: repeat-x;
    z-index: 999; 
}

.cs-caption { 
    z-index: 1000; 
}

.cs-prev, .cs-next {
    display: block;
    position: absolute;    
    top: 100px;
    width: 23px;
    height: 39px;
    z-index: 1002;
}

.cs-prev {
    left: 15px;
    background-image: url(../assets/ar-left.png);
    background-repeat: no-repeat;
}

.cs-next {
    right: 15px;
    background-image: url(../assets/ar-right.png);
    background-repeat: no-repeat;
}

.coin-slider #PageBanner { display: block; }
