/*
	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 { padding: 10px; float: left; width:750px; height:18px; padding:11px 0px 8px 30px; position:relative; margin-top:-37px;
background:url(../images/s_bbg.png) no-repeat; }

.cs-buttons a { margin-right: 5px; margin-left: 5px; height: 8px; width: 8px; float: left; text-indent: -1000px; }

.cs-active { margin-right: 5px; margin-left: 5px; height: 8px; width: 8px; float: left; text-indent: -1000px; }

.cs-title { width: 750px; padding: 10px; color: #FFFFFF; }

.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; display:none}


/*.cs-buttons { padding: 10px; float: right; width:432px; height:18px; padding:10px 0px 8px 0px; position:relative; margin-top:-132px;
background:url(../images/s_bbg.png) no-repeat; }

.cs-buttons a { margin-left: 2px; margin-right: 7px; height: 10px; width: 10px; float: right; text-indent: -1000px; }

.cs-active { margin-left: 5px; margin-right: 5px; height: 10px; width: 10px; float: right; text-indent: -1000px; }*/