
/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/


.coin-slider {overflow: hidden; zoom: 1; position: relative; margin-left:0px; outline: none; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: left; }
.cs-buttons a { margin-left: 5px; height: 15px; width: 15px; float: left; border: 1px solid #ff7e00; color: #F4F4F4; text-indent: -1000px; }
.cs-active { background-color: #ff7e00; color: #ff7e00; }

.cs-title { width: 630px; padding: 10px; border-top: 1px solid #ff7e00; background-color: #003917; color: #FFFFFF; }

.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }

.cs-title .caption-title {
	border: solid 0px white;
	font-family:Calibri;
	color: #ffc600;
	font-size:20pt;
	font-weight:bolder;
	font-smooth: always;
	-webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
	line-height:35px;
	padding:3px;
}	
.cs-title .caption-title a{
	border: solid 0px white;
	font-family:Calibri;
	color: #ff7e00;
	font-size:40pt;
	font-weight:bolder;
	font-smooth: always;
	-webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
	line-height:40px;
	padding:3px;
}
.cs-title .caption-subtitle {
	font-family:Calibri;
	font-size:12pt;
	border: solid 0px white;
	line-height:20px;
	padding:3px;

}
.cs-title .caption-noticia{
	font-family:Calibri;
	font-size:10pt;
	font-weight:bolder;
	border: solid 0px white;
	padding:3px;
}
#coin-slider{
	height:360px;
	border-bottom: solid 0px #F4F4F4;
	border-left: solid 0px #F4F4F4;
	border-right: solid 0px #F4F4F4;	
}