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


.coin-slider {
	overflow: hidden;
	zoom: 1;
	float: left;
	width: 930px;
	height: 330px;
	border-radius: 25px;
	padding: 10px 0px 5px 0px;
}
.coin-slider a{ text-decoration:none; outline:none; border:none; float:left;}

.cs-buttons { font-size:0px; margin:-45px 0 0; padding:10px; float:left;}
.cs-buttons a { margin-left:2px; width:20px; height:20px; float:left; background:url(images/slide_p.png) no-repeat left top; color:#fff; text-indent:-1000px;}
.cs-buttons a.cs-active { background:url(images/slide_a.png) no-repeat left top; color:#fff;}

.cs-title { float:right; width:919px; padding:15px 20px;  repeat left top; color:#fff; font-size:36px; line-height:1em;}

.cs-title small { display:block;  width:auto;  padding:0; font-size:12px; line-height:1.8em; }

.cs-prev, 
.cs-next {
	margin: 0 5px 0 0;
	background: url(images/overlay.png) repeat left top;
	color: #fff;
	padding: 5px 15px;
	font-size: 16px;
}