jQuery.noConflict();
jQuery(document).ready(function(){
jQuery("a[rel^='prettyPhoto']").prettyPhoto({theme:'light_rounded',
animationSpeed: 'fast', /* fast/slow/normal */
				allowresize: false,
				opacity: 0.25 /* Value betwee 0 and 1 */
});
});
