$(document).ready(function(){
	$("a[rel^='prettyPhoto']").prettyPhoto({
		counter_separator_label: ' z ',
		theme: 'light_square'
	});
	$('#text').jScrollPane({
		scrollbarMargin:10,
    scrollbarWidth: 15,
    dragMinHeight: 10,
//    dragMaxHeight: 50,
    showArrows: true,
    scrollbarOnLeft: false
	});
});

