/* ------------------------------------------------------------------------
	Class: prettyPhoto
	Use: Lightbox clone for jQuery
	Author: Stephane Caron (http://www.no-margin-for-errors.com)
	Version: 2.5.6
	
	comment user:
	
	to use with jquery.prettyphoto
	and jquery.prettyphoto.css
------------------------------------------------------------------------- */

	$(document).ready(function(){
			$(".gallery a[rel^='prettyPhoto']").prettyPhoto({theme:'light_square'});
		});
