/* 
 * MoboVivo methods relating to the store
 */

$(document).ready(function() {
    // setup the options menus to hide when mouse leaves them
    $(".mv-cart-add-options-menu").mouseleave( function () {
        $(this).slideUp()
    });
});
