/* Style sheet slider */
.container{width:1010px; height:375px; overflow:hidden; position:relative; cursor:pointer;margin-bottom: 10px;}
.slides{position:absolute;top:0;left:0;}
.slides div{position:absolute;top:0;width:1010px; display:none;}
a.previous{background-image:url("tl_files/waldorfschule/site/images/left_btn.png");background-repeat:no-repeat;height:47px;left:-25px;position:absolute;text-indent:-999em;top:165px;width:47px;}
a.next{background-image:url("tl_files/waldorfschule/site/images/right_btn.png");background-repeat:no-repeat;height:47px;position:absolute;right:-25px;text-indent:-999em;top:165px;width:47px;}
a.next:hover,a.previous:hover{background-position:  left -47px;}

