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


.slider { overflow: hidden; zoom: 1; position: relative; }
.slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { 
            font-size: 0px; 
            padding: 10px;
            margin-bottom:10px; 
            float: left; 
            }
.cs-buttons a { 
                background :url(../img/layout_img/sliderbutton.png) transparent;
                background-position: 0px 0px;
                width:8px;
                height:9px; 
                margin-left: 5px; 
                float: left; 
                text-indent: -1000px; 
              }
.cs-active {
                width:8px;
                height:9px; 
            }

.cs-title { width: 545px; padding: 10px; background-color: #000000; color: #FFFFFF; }

.cs-prev, 
.cs-next {display:none; background-color: #000000; color: #FFFFFF; padding: 0px 10px; }
