
$(document).ready(function() { $('.flash').cycle({ fx: 'fade' }); });

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

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