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


.coin-slider { overflow: hidden; zoom: 1; position: relative; width:470px; height:353px; background-repeat:no-repeat; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 0; float: left; }
.cs-buttons a { margin-left: 0; height: 0; width: 0; float: left; text-indent: -1000px; }
.cs-active { background-color: #fff; color: #FFFFFF; }

.cs-title { width: 918px; height:50px; padding-left:20px; padding-right:20px; padding-top:15px; padding-bottom:20px; color: #FFFFFF; background-image:url(../images/fundo_alt_ban.png); background-repeat:no-repeat; font-family: 'Lato', sans-serif; font-size:20px; }

.cs-prev { background-image:url(../images/bt_prev.png); background-repeat:no-repeat; height:81px; width:49px; font-size:1px;  color:#fff; }
.cs-next { background-image:url(../images/bt_next.png); background-repeat:no-repeat; height:81px; width:49px; font-size:1px; color:#fff; }
