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


.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a { text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0; padding: 10px; float: left; position: absolute; left: 0; bottom: 0; }
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; color: #c9ced3; text-indent: -1000px; }
.cs-active { background-color: #c9ced3; color: #fff; }

.cs-title { width: 545px; padding: 10px; background-color: #0054a4; color: #fff; }

.cs-prev, 
.cs-next { background-color: #a7acb0; color: #fff !important; padding: 0 10px; }
