﻿$(document).ready(function() {
    //do this only when logged in to OW
    $("body").supersleight();
    if (typeof OneWeb.Admin != "undefined") {
        //set up lure items for editing
        $("#home_feature").css({ 'height': '350px', 'background-color': '#545555' });
        $(".feature_lures").css({ 'height': '250px' });
        $(".lure_item").css({ 'overflow': 'inherit' });
    }
}); //end document.ready

