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


.coin-slider { overflow: hidden; zoom: 1; position: relative; 	background: #EFEFEF; 
/*	padding:10px;*/
	
	}
#slideshowHolder.coin-slider{
		padding:0;
	}
.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: 14px;
	width: 14px;
	background:url(../images/urh-dot.png) no-repeat 0 0;
	float: left; 
	text-indent: -1000px; 
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;}

.cs-buttons a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
} 
.cs-buttons a.cs-active {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

#gallery ul.bands-image-urh li a{
display:block;
float:left;
padding:2px;
filter:alpha(opacity=40);
-moz-opacity:0.4;
-khtml-opacity: 0.4;
opacity: 0.4;
}



#gallery ul.bands-image-urh li a.selected {
/*background:#d00069;*/
filter:alpha(opacity=100);
-moz-opacity:100;
-khtml-opacity: 1;
opacity: 1;
}


#gallery ul.bands-image-urh li a:hover{
/*	background-color:#000;*/
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}









.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

.cs-title{ width: 650px;
	 padding: 10px; 
	background-color: #000000; 
	color: #FFFFFF;
	text-transform:uppercase;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity: 0.8;
	padding:10px 0 10px 10px;
	font-size: 1.375em;
	color:#d00069;
	
	 }
.cs-title a{
color:#d00069;
}
.cs-title a:hover {
	text-decoration: underline;
}

.cs-prev, 
.cs-next {
	text-indent:-99999px;
display: block;
width: 34px;
height: 34px;
	
}
	
	
	


.cs-prev {
background: url(../images/arw-left-slideshow.png) no-repeat left top;
margin-left:5px;
}

.cs-next{
background: url(../images/arw-right-slideshow.png) no-repeat left top;
}
