/*$(function() {
    $('#boxclose').click(function(){
        $('#box').hide();
        $('#overlay').hide();
    });
});*/
