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

body.noJs #coin-slider {
    overflow: hidden;
    height: 300px;
}

#coin-slider{
	position: relative;
}

#coin-slider a, #coin-slider img{
	position: absolute;
}

.coin-slider {
    overflow: visible; 
    zoom: 1; 
    position: relative;
}
.coin-slider a{ 
    text-decoration: none; 
    outline: none; 
    border: none;
}
.cs-buttons { 
    font-size: 0; 
    padding: 10px; 
    float: left;
}
.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: 900px; 
    padding: 10px; 
    background-color: #000000; 
    color: #FFFFFF;
}
#cs-buttons-coin-slider{
	display: none;
}
.cs-prev {
	background: url(../img/slider-arrow-left.png) no-repeat; 
	margin-left: -32px;
	text-indent: -9999px;
	width: 41px;
	height: 35px;
} 
.cs-next {
	background: url(../img/slider-arrow-right.png) no-repeat; 
	margin-right: -32px;
	text-indent: -9999px;
	width: 41px;
	height: 35px;
	margin-right: -31px;
}
