/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/
.coin-slider-bk{
	background: #bcbeca url("coin-slider.jpg") center bottom no-repeat;
}

#my_slider {
    background-repeat: no-repeat;
    margin: 0px auto 1px;
}
.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 8px; float: left; }
.cs-buttons a { margin-left: 5px; height: 13px; width: 14px; float: left;text-indent: -1000px; }
.cs-active { }

.cs-title { width: 500px; padding: 10px; background-color: #000000; color: #FFFFFF; }


.cs-next {

    background: url("cs-next.png") no-repeat scroll top right transparent;
    border: 0 none;
    display: block;
    width: 70px;
    height: 70px;
	text-indent: -9999px;
    
}
.cs-prev {

    background: url("cs-prev.png") no-repeat scroll bottom left transparent;
    border: 0 none;
    display: block;
    width: 70px;
    height: 70px;
    text-indent: -9999px;
}


.cs-buttons a {
    border: none;
	background: url("page-off.png") center center no-repeat;
	}
a.cs-active {
    border: none;
	background: url("page-on.png") center center no-repeat;
}
