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


.coin-slider { 
	overflow: hidden; 
	zoom: 1; 
	position: relative; 	
	margin: 0;	
	left: 68px;
	top: 28px;
}

.coin-slider a { text-decoration: none; outline: none; border: 0; }
.coin-slider a img { text-decoration: none; outline: none; border: 0; }

.cs-buttons { font-size: 0px; padding: 10px; float: left; display: none; }
/* .cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #b8C4cf; color: #b8C4cf; text-indent: -1000px; } */
.cs-active { background-color: #b8C4cf; color: #ffffff; }

.cs-title { width: 426px; height: 40px; padding: 0; background-color: #451a03; }

#coin-slider p { 	
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	line-height: 130%;
	font-size: 11px;
	color: #fff8e9;
	font-weight: normal;
	margin: 6px 0 0 12px;
	padding: 0;
}

.coin-slider-title {
	font-weight: bold;
	color: #eadeb5;
	font-size: 12px;
}
	
.cs-prev { background: url('slider_prev.gif') no-repeat center; height: 40px; width: 20px; padding: 0px 5px; }
.cs-next { background: url('slider_next.gif') no-repeat center; height: 40px; width: 20px; padding: 0px 5px; }

/* Hacks for IE6 links on prev and next controls */
#cs-prev-coin-slider, .cs-prev a { text-decoration: none; outline: none; border: 0; }
#cs-next-coin-slider, .cs-next a { text-decoration: none; outline: none; border: 0; }


/* The styles below correct undesirable long list of photos on page load
by causing them to load one on top of the next */

div#coin-slider img {
	position: relative;
	top :0;
	left: 0;
	z-index: 8;
}

div#coin-slider img.active {
	z-index: 10;
}

div#coin-slider img.last-active {
	z-index: 9;
}


