$(function(){
$('#overlay,#srlbox').css({'height':$(window).height(),'width':$(window).width()})
$('#srlbox').bind('click',function(e){
*!*var el = (e.target) ? e.target : e.srcElement;*/!*
*!*if ($(el).is('#srlbox'))*/!*
$('#overlay,#srlbox').remove();
});
});