var closeBtnFixed = {
        init: function(){
		$('#close_btn').ifixpng();
        }
}
$().ready(function(){
    closeBtnFixed.init();
});
