/**
 * @author Andi
 */



$(document).ready(function(){
	
	
    var slideshow = $('.slideshow').val();
    
    if (typeof slideshow != 'undefined') {
        $('.slideshow').cycle({
            fx: 'fade'
        });
        
        $('#slideshow').css("visibility", "visible");
    }
    
    
    $('#wrapper').css('background', 'url(/fileadmin/templates/img/shadow.png) no-repeat left top');
    $('.shadow-bottom').css('background', 'url(/fileadmin/templates/img/shadow-bottom.png) no-repeat left top');
    $(document).pngFix();
    
});

