//jQuery.noConflict();

jQuery.noConflict();
	jQuery(document).ready(function(){


// COLORBOX

		jQuery("a.cb").colorbox({width:"980px", height:"620px", iframe:true,opacity:0.7});

// LAZYLOAD

	jQuery(".tx-rthanserspecials-pi1 img").lazyload({ 
    	//placeholder : "img/grey.gif",
   		effect : "fadeIn",
   		failurelimit : 20
   		//event:"sporty"

	});
   



});

//jQuery(window).bind("load", function() { 
//    var timeout = setTimeout(function() {jQuery(".tx-rthanserspecials-pi1 img").trigger("sporty")}, 5000);
//});
