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

.slider {
	padding:0px;
	width:1000px;
	height:300px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.slider a { text-decoration:none; outline:none; border:none; }
#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:0;
	padding:10px;
	float:left;
	margin:0;
	display: none;
}
.cs-buttons a { margin-left:2px; width:22px; height:22px; float:left; background: url(images/tabs_1.gif) no-repeat left top; color:#fff; text-indent:-1000px;}
.cs-buttons a.cs-active { background: url(images/tabs_2.gif) no-repeat left top; color:#fff;}

.cs-title {
	float:left;
	width:980px;
	color:#fff;
	font-size:26px;
	line-height:1em;
	background:url(images/overlay.png) repeat left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.cs-title small {
	display:block;
	font-size:16px;
	line-height:1.5em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}

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