h3.section {
	margin-top: 1em;
}

#vertical_slide, #horizontal_slide {
	padding-top:30px;
	}

div.marginbottom {
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin-bottom: 10px;
}

.fltlftslider {
	float: 					left;
	}
.fltrtslider {
	float: 					right;
	}
a.sliderin, a.sliderout{
display:block;
font-size:				0.8em;
line-height:30px;
background: transparent url('../images/liste_pfeil_rechts.gif') left center no-repeat;
}
a:hover.sliderin{
background: transparent url('../images/liste_pfeil_unten.gif') left center no-repeat;
}a:hover.sliderout{
background: transparent url('../images/liste_pfeil_oben.gif') left center no-repeat;
}