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

#coin-slider { height: 270px; margin: 0 0 0 11px; border:1px solid #e9ecec; }
.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; bottom: 25px; position: absolute; z-index: 100;}
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #04c0ee; color: #04c0ee; text-indent: -1000px; }
.cs-active { background-color: #04c0ee; color: #FFFFFF; }

.cs-title { width: 896px; font-size: 16px; font-weight: normal; padding: 10px; background-color: #FFF; color: #066ba9; }

.cs-prev { background: url(/images/arrows.png); width: 32px; height: 34px; margin-left: 10px;}
.cs-next { background: url(/images/arrows.png); background-position: right; width: 32px; height: 34px; margin-right: 10px;}


