/* ------------------------------------------------------------------------
 * 	ATHOS: javascript file for initialising prettyPhoto
 *	replaced $ with jQuery for no conflict compatibility
 ------------------------------------------------------------------------- */
 
 jQuery(document).ready(function(){
			jQuery("a[rel^='prettyPhoto']").prettyPhoto({theme:'light_rounded'});
		}
	);
