/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/


.coin-slider {
    overflow: hidden;
    position: absolute;
    height: 500px;
    top: 0px;
    left: 50%;
    margin-left: -600px;
}

.coin-slider A {
    text-decoration: none;
    outline: none;
    border: none;
}

.cs-buttons {
    position: absolute;
    top: 120px;
    right: 50%;
    margin: 0px -462px 0px 0px;
    z-index: 1001;
}

.cs-buttons A {
    display: block;
    margin-left: 5px;
    height: 16px;
    width: 16px;
    float: left;
    border: 1px solid #ffffff;
    background-color: #424242;
    font-size: 0px;
}

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

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

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

.cs-prev, .cs-next {
    display: block;
    position: absolute;
    top: 250px;
    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; }
