/* CSS Klassen für Slider auf der Startseite */

div#slider_home {
 margin: 30px 0 0 0;
 /* border: solid 1px #ddd; */
}

div.scroller { 
 /* modify width and height of scrolling section if necessary	*/		
 width: 680px; 
 height: 300px;
 overflow: hidden;
 border: none;
}
	
div.scroller div.section {
 /* modify width and height of each section as needed (should match the size of the scroller window)	*/		
 width: 680px;
 height: 300px;
 overflow: hidden;
 float: left;
 text-align: left;
 /* padding: 1em; */		
}

div.scroller div.section a {
 padding: 0;
 }
	
div.scroller div.content {
 width: 10000px;
}

div#section1 {
 background: transparent;
}

/* Part 1-x in Section 1 ... */
#shortcut_tour_1 {
 width: 225px;
 height: 300px;
 background: transparent url(../images/home_endurotouren_sahara.jpg) 0 0 no-repeat;
 float: left;
 }
 
#shortcut_tour_2 {
 width: 225px;
 height: 300px;
 background: transparent url(../images/home_endurotouren_polen.jpg) 0 0 no-repeat;
 float: left;
 }
 
#shortcut_tour_3 {
 width: 225px;
 height: 300px;
 background: transparent url(../images/home_endurotouren_rumaenien.jpg) 0 0 no-repeat;
 float: left;
 }
 
.home_tourinfo_button {
 margin: 275px 0 0 135px;
 }

div#section2 {
 background: transparent;
}

div#section3 {
 background: transparent;
}

.slider_img_enduro {
 margin: 0 1px 0 0;
 }

#slider_zurueck {
 height: 32px;
 line-height: 32px;
 margin: 15px 0 0 0;
 float: left;
 }
 
#slider_weiter {
 height: 32px;
 line-height: 32px;
 margin: 15px 0 0 0;
 float: right;
 }

div.controls {
 visibility: hidden;
 }
 
#slider_controls {
 list-style-type: none;
 }
 
#slider_controls li {
 width: 120px;
 line-height: 26px;
 background: #4b4b4b url(../images/bttn_slider.png) 0 0 no-repeat;
 float: left;
 text-align: center;
 margin: 0 1px 0 0;
 }
 
#slider_controls li a {
 display: block;
 color: #fc0;
 }
 
/* Slider Galerien */
.galerie_shortcut {
 width: 167px;
 background: #ddd;
 border: solid 1px #999;
 float: left;
 margin: 0 0 5px 0;
 }
 
.galerie_shortcut img, .galerie_shortcut p {
 margin: 1px;
 }
