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


.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

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

.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }
.cs-buttons {
            /* Schriftgröße setzen - steht per default auf 0 */
            font-size: 11px; margin-top: 10px; margin-bottom: 10px; }
.cs-buttons a {
            /* Style für die Navigationslinks */
            color: #fff; height: 20px; float: none; /* wichtig */
            background: transparent; margin-right: 5px; border: 0; }
.cs-buttons a.cs-active {
            /* Style für den aktiven navigationslink */
            color: white; text-decoration: underline; }
