﻿/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/

#coin-slider {
  margin:0 auto;

}

.coin-slider { overflow: hidden; zoom: 1; position: relative;}
.coin-slider a{ text-decoration: none; outline: none;}

#cs-buttons-coin-slider {
    margin: 0 auto !important;
	left: 0 !important;
    width: 980px !important;
	background-color: transparent;
}

.cs-buttons { font-size: 0px; padding: 0px; position: absolute; z-index: 1003; overflow: hidden; top: -20px;}
.cs-buttons a { margin-left: 5px; height: 39px; width: 39px; background:transparent url('../images/slides/o.png') no-repeat center top; color: #666; float:left; text-indent: -1000px; }
.cs-active { background-position: center bottom !important;}

.cs-title { width: 600px;
            background-color: transparent;
            color: #444; /*1b325b*/
			font-family:"Trebuchet MS", san-serif;
			font-size: 18px;
			font-weight:normal;
			padding: 0 0 90px 10px;
          }
.cs-title h2 {
            color: #5093d7;
			font-size: 24px;
            font-weight:normal;
}


.cs-next {
	text-indent: 2000px;
	background:transparent url('./images/slides/btn_next.png') no-repeat 0 0;
	height: 50px;
	width:30px;
}

.cs-prev {
	text-indent: -2000px;
	background:transparent url('./images/slides/btn_prev.png') no-repeat 0 0;
	height: 50px;
	width:30px;
	margin-left: 0;
}

/*.cs-prev,
.cs-next { background-color: #fff; color: #000; padding: 0px 10px; margin: 0 0 0 5px; }*/

.cs-next {margin-right: 0;}

.coin-slider a span {
	background: #999 !important;
}