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

.coin-slider { overflow:hidden; zoom:1; position:relative; width:640px; height:500px;}
.coin-slider a{ text-decoration:none; outline:none; border:none;}

.cs-buttons { font-size:0px; padding:10px; float:left;}
.cs-buttons a { margin-left:5px; width:17px; height:16px; float:left; background-color:#FFFFFF; color:#000; text-indent:-1000px; border:solid 1px #000000;}
.cs-buttons a.cs-active { background-color:#000000; color:#fff;}

.cs-title { width:640px; padding:16px; color:#fff; font-size:28px; line-height:1em;}
.cs-title small { padding:4px 16px 0 0; display:block; float:right; font-size:12px; line-height:1.2em;}

.cs-prev, 
.cs-next { background-color:#000; color:#fff; padding:0px 10px;}
