jQuery(document).ready(function(){	
	jQuery("#slider").easySlider({
		auto: true,
		continuous: true,
		speed:900,
		pause:7000,
		prevText: '<img src="/fileadmin/layout/sauerlandart/easyslider_button_zurueck.gif" width="6" height="31" alt="zurück" title="" />',
		nextText: '<img src="/fileadmin/layout/sauerlandart/easyslider_button_weiter.gif" width="6" height="31" alt="weiter" title="" />'
	});
	
	/*  
    jQuery(".teaserBild").each(function(){
        var containerDiv = jQuery(this);
        var contentDiv = jQuery('.content', containerDiv);
        var contentDivHeight = contentDiv.outerHeight();
        if(contentDivHeight > 0) containerDiv.css('height', contentDivHeight + 'px');
    });*/
      
      
});
