$(document).ready(function(){
	$('.okladka img').bind('click',function(){
		$(this).hide();
		$(this).parent().prev().hide();
		$('#prev').show();
	});
	$('.adres').html('<a href="mailto:books@hapax.com.pl">books@hapax.com.pl</a>');
})
