// JavaScript Document
// for both old LightBox & LyteBox traces

/**
	   $(document).ready(
$(function() {	
if ( $("a[rel]").length>0 ){
 $('a[rel]').overlay({target: '#gallery'}).gallery({speed: 800});
}

});
****/


$(document).ready(function() {
 
$("img[rel]").overlay();

});
