$(document).ready(function(){
	$('a[rel*=lightbox]').lightbox();
	$('#drucken_btn').show();
    $('.error').hide();
    $('.error').fadeIn('slow');
});