// JavaScript Document

	//Pretty Photo Lightbox
			jQuery(document).ready(function(){
			jQuery("a[rel^='prettyPhoto']").prettyPhoto({
			default_width: 500,
			default_height: 344,
			opacity: 0.90, /* Value between 0 and 1 */
			theme: 'light_square', /* light_rounded / dark_rounded / light_square / dark_square / facebook */
			allow_resize: false, /* Resize the photos bigger than viewport. true/false */
			overlay_gallery: true

		});
	
	

		
//Sequential Animations for books
/*var paras = $('#blockCopy, .thumb'),
    i = 0; 
// If using jQuery 1.3 or lower, you need to do $(paras[i++] || []) to avoid an "undefined" error
(function() {

  jQuery(paras[i++] || []).fadeIn(300, arguments.callee);
})();		
*/
 	});
