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


.coin-slider { 
overflow: hidden; 
zoom: 1; 
position: relative; 
border-bottom:groove #FFF 2px;
}
.coin-slider a{ 
text-decoration: none; 
outline: none; 
border: none; 
}
.cs-buttons { 
font-size: 0px; 
float: left; 
position:absolute; 
bottom:0 ;
padding-bottom:31px;
}
.cs-buttons a { 
margin-left: 5px; 
height: 10px; 
width: 10px; 
float: left;  
text-indent: -1000px; 
}
.cs-button-slider{
background-image:url(../images/slider/pagination.png);	
}
.cs-active { 
background-image:url(../images/slider/pagination_active.png);
}
.cs-title {
    background-color: #CCCCCC;
    border-top: 1px solid #FFFFFF;
    color: #000000;
    padding: 10px;
    width: 576px;
}
.cs-prev, 
.cs-next { 
text-indent:-9999px;
overflow:hidden;
position:absolute;
top:100px;
}
.cs-prev{
background-image:url(../images/slider/prev.png);
width:27px;
height:40px;	
} 
.cs-next{
background-image:url(../images/slider/next.png);
width:27px;
height:40px;		
}


