$(document).ready(function(){
	$( ".vpilt img" )
			.live('click', function() {
				var img = $(this).attr('rel');
								$('#suur_pilt img').attr('src', 'http://protten.ee/wp-content/themes/protten/thumb.php?src='+img+'&h=343');
                                return false;
		});
		  $('#slider').cycle({
			fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		});

});

