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

.coin-slider { position: relative; margin: 0; overflow: hidden; padding: 0 10px; width:720px; }
.coin-slider a{ text-decoration: none; outline: none; border: none; color:#ddd; }

.cs-buttons { font-size: 0px; padding: 10px; z-index: 1000; }
.cs-buttons a { margin-left: 0px; width: 15px; height: 15px; float: left; background: transparent url('../images/pager.png') no-repeat left center; }
.cs-buttons a.cs-active { background-position:right center; }

.cs-title { width: 700px; padding: 10px; background-color: #000; color: #fff; }

.cs-prev, 
.cs-next { color: #fff; padding: 0px; text-indent:0; width:30px; height:35px; }

.cs-prev {
	background: transparent url('../images/prev-r.png') no-repeat left center; 
}

.cs-next {
	background: transparent url('../images/next-r.png') no-repeat right center; 
}