/*
	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 { font-size:0px; margin:-40px 0 0; padding:9px 8px 10px; float:left; background:url(images/slidernav.gif) repeat-x left top; border:1px solid #000; z-index: 9999; }
.cs-buttons a { margin:0 2px; width:13px; height:13px; float:left; background:url(images/slide_p.png) no-repeat left top; color:#fff; text-indent:-10000px;}
.cs-buttons a.cs-active { background:url(images/slide_a.png) no-repeat left top; color:#fff;}

.cs-title { width:950px; padding:0; color:#fff; font-size:18px; line-height:1.5em;}
.cs-title big { display:block; padding:60px 40px 0; width:320px; height:340px; vertical-align:middle; background:url(images/overlay.png) repeat left top;}
.cs-title big.lf { float:left;}
.cs-title big.rt { float:right;}
.cs-title small { display:block; padding:24px 0 0; font-size:12px; line-height:1.5em;}

.cs-prev, 
.cs-next { background:url(images/overlay.png) repeat left top; color:#fff; padding:0px 10px;}
.cs-title { background:url(images/overlay.png); position: absolute; bottom: 20px; padding: 15px;}
.caption-title {display: block; font-size: 120%;}