$(document).ready(function() {

    $(".overlay_button").overlay({ expose: { opacity: 0.5, color: "#888" } });

});
