/*
	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; }
.coin-slider a:link{ text-decoration: none; }
.coin-slider a:hover{ text-decoration: none; }

.cs-buttons { font-size: 0px; left:0px !important; margin-left:10px !important; position:absolute !important; bottom:300px; padding:0 !important; }
.cs-buttons a { margin-right: 5px; height: 16px; width: 16px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF !important; }


.cs-tithlens { opacity:1; background-color:trasparent; color: #aaaaaa; font-family: helvetica;font-size: 15px; font-weight: bold; padding:0;}
.cs-tithlens a:link{ text-decoration: none; color: #cfcfcf; }
.cs-tithlens a:visited{ text-decoration: none; color: #cfcfcf;}
.cs-tithlens a:hover{ text-decoration: none; color: #ffffff; }

.cs-tithcopy { opacity:1; background-color:trasparent; color: #aaaaaa; font-family: helvetica;font-size: 15px; font-weight: bold; padding:0;}
.cs-tithcopy a:link{ text-decoration: none; color: #cfcfcf; }
.cs-tithcopy a:visited{ text-decoration: none; color: #cfcfcf;}
.cs-tithcopy a:hover{ text-decoration: none; color: #ffffff; }

.cs-tithl {opacity:.7; background-color: #00003A; color: #aaaaaa; font-family: helvetica;font-size: 15px; font-weight: bold; padding:2px 3px 3px 3px;}
.cs-tithr {opacity:.7; background-color: #00003A; color: #aaaaaa; font-family: helvetica;font-size: 15px; font-weight: bold; padding:2px 3px 3px 3px;}
.cs-tithr a:link{ text-decoration: none; color: #afafaf;}
.cs-tithl a:link{ text-decoration: none; color: #afafaf;}
.cs-tithl a:visited{ text-decoration: none; color: #aaaaaa;}
.cs-tithr a:visited{ text-decoration: none; color: #aaaaaa;}
.cs-tithr a:hover{ text-decoration: none; color: #ffffff;}
.cs-tithl a:hover{ text-decoration: none; color: #ffffff;}


.cs-title { width: 605px; padding: 5px 100px 5px 5px; background-color: #ffffff; color: #000054; }
.cs-title a:link{ text-decoration: none; }
.cs-title a:hover{ text-decoration: none; color: #800000;}

.cs-prev, 
.cs-next { text-decoration: none; background-color: #aaaaaa; color: #000000; font-family: helvetica;font-size: 18px;font-weight: bold; padding: 0px 5px; }

.cs-prev {background:url(/images/pixel.gif) no-repeat 0 0 transparent !important; width:1px; height:1px; text-indent:-9999px; display:block; padding:0 !important; opacity:1 !important; filter:alpha(opacity=100) !important; left:20px !important; }
.cs-prev:hover {background-position:0 -35px !important;}
.cs-next {background:url(/images/pixel.gif) no-repeat 0 0 transparent !important; width:1px; height:1px; text-indent:-9999px; display:block; padding:0 !important;  opacity:1 !important; filter:alpha(opacity=100) !important; right:20px !important; }
.cs-next:hover {background-position:0 -35px !important;}

