$(document).ready(function(){
	$("#item01").overlay({top:20,left:100,absolute:false,api:true}).load();
});
	
