$(document).ready(function(){ 
	// dropdowns
    $("ul.sf-menu").supersubs({ 
        minWidth:    14,                                // minimum width of sub-menus in em units 
        maxWidth:    27,                                // maximum width of sub-menus in em units 
        extraWidth:  1                                  // extra width can ensure lines don't sometimes turn over 
                                                        // due to slight rounding differences and font-family 
    }).superfish({ 
        delay:       600,                               // delay on mouseout 
        animation:   {opacity:'show'},    // fade-in and slide-down animation 
        speed:       'fast',                            // faster animation speed 
        autoArrows:  true,                             // disable generation of arrow mark-up 
        dropShadows: false                              // disable drop shadows 
    }); 
	/*
	// featured tabs
	$("#featured").tabs({ fx: { opacity: 'toggle', speed: 'fast' } });
	$("#featured .tab").tabs({ fx: { opacity: 'toggle', speed: 'fast' } });
	*/
});

$(document).ready(function() {
	$("a[rel=lightbox]").fancybox({showNavArrows: false, titlePosition: 'inside', autoScale:false, changeSpeed: 50, speedIn:50, speedOut:50});
});

$(document).ready(function() {
	$("a[rel=lightbox[roadtrip]]").fancybox({autoScale:false, titlePosition: 'inside', changeSpeed: 50, speedIn:50, speedOut:50});
});

