 jQuery(document).ready(function(){
            jQuery("a[rel^=prettyPhoto]").prettyPhoto();
			jQuery("img.prettyPhoto").parent("a").prettyPhoto();
			 jQuery("#pane1").jScrollPane();
			 jQuery("#pane2").jScrollPane();
        });

