
 jQuery.noConflict();
 jQuery(window).load(function()
 {
    jQuery("#rssWindow").fancybox(
    { 
        'padding':15,
        'margin':0,
        'autoScale':true,
        'centerOnScroll':false,
        'scrolling':false,
        'overlayShow':true,
        'overlayOpacity':0.9,
        'overlayColor':'#000',
        'transitionIn':'fade',
        'transitionOut':'none',
        'hideOnContentClick':false,
           
        'width':500,
        'height':230,            
        'type':'iframe'
    });
        
    jQuery("#dealerWindow").fancybox(
    { 
        'padding':15,
        'margin':0,
        'autoScale':true,
        'centerOnScroll':false,
        'scrolling':false,
        'overlayShow':true,
        'overlayOpacity':0.9,
        'overlayColor':'#000',
        'transitionIn':'fade',
        'transitionOut':'none',
        'hideOnContentClick':false,
            
         'width':720,
         'height':532,            
         'type':'iframe'
	});
	
	jQuery("a.videoLibrary").fancybox(
    { 
        'padding':15,
        'margin':0,
        'autoScale':true,
        'centerOnScroll':false,
        'scrolling':false,
        'overlayShow':true,
        'overlayOpacity':0.9,
        'overlayColor':'#000',
        'transitionIn':'fade',
        'transitionOut':'none',
        'hideOnContentClick':false,
            
         'width':840,
         'height':388,            
         'type':'iframe'
	});
    
    jQuery('#featured').orbit(
    {
        'bullets': false,
        'timer' : true,
        'animation' : 'fade',
        'advanceSpeed': 6000,
        'startClockOnMouseOut': true,
        'startClockOnMouseOutAfter': 1
    });
 });

