$(document).ready(function()
{
//    $('#main_menu LI').hover(function()
//    {
//        $(this).find('UL').show();
//    }, function()
//    {
//        $(this).find('UL').hide();
//    });

    $('.lightbox').lightBox(
    {
        imageLoading:			'/themes/common/images/lightbox-ico-loading.gif',
        imageBtnPrev:			'/themes/common/images/lightbox-btn-prev.gif',
        imageBtnNext:			'/themes/common/images/lightbox-btn-next.gif',
        imageBtnClose:			'/themes/common/images/lightbox-btn-close.gif',
        imageBlank:				'/themes/common/images/lightbox-blank.gif'
    });

});
