$j(document).ready(function(){
	
	$j("a[rel^='prettyPhoto']").prettyPhoto({
		animation_speed: 'normal', /* fast/slow/normal */
		opacity: 0.35, /* Value between 0 and 1 */
		allow_resize: true, /* Resize the photos bigger than viewport. true/false */
		counter_separator_label: '/', /* The separator for the gallery counter 1 "of" 2 */
		theme: 'facebook' , /* light_rounded / dark_rounded / light_square / dark_square / facebook */
		gallery_markup:'' /* hide minigallery. Delete this string if need to show minigallery */
		
	});	
	
});
