 $(document).ready(function(){
 			
			$("a[rel^='prettyPhoto']").prettyPhoto({
									show_title: true, 
									allow_resize: false, 
									theme: 'dark_rounded', /* light_rounded / dark_rounded / light_square / dark_square / facebook */
									overlay_gallery: false						
			});

			$("a[rel^='lightbox']").prettyPhoto({
									show_title: true, 
									allow_resize: false, 
									theme: 'dark_rounded', /* light_rounded / dark_rounded / light_square / dark_square / facebook */
									overlay_gallery: false						
			});			
 }); //end document ready
 

