/*SLIDER*/ 
 $(document).ready( function(){
					 
		var buttons = { previous:$('#lofslidecontent45 .lof-previous') ,
						next:$('#lofslidecontent45 .lof-next') };
						
		$obj = $('#lofslidecontent45').lofJSidernews( { interval : 4000,
												direction		: 'opacitys',	
											 	easing			: 'easeInOutExpo',
												duration		: 1000,
												auto		 	: true,
												maxItemDisplay  : 3,
												navPosition     : 'horizontal', // horizontal
												navigatorHeight : 32,
												navigatorWidth  : 80,
												mainWidth:920,
												buttons			: buttons
												});	

	
	
	
	$('.slider_center').hover(function()
	{$('.lof-navigator-wapper').stop().fadeTo("normal", 1.0); }, function()
	{$('.lof-navigator-wapper').stop().fadeTo("normal", 0.0); 
	});

/* CAROUSEL SLIDER */

    $('#mycarousel').jcarousel({
    	wrap: 'circular',
		animation:1000,
	    scroll: 1,
		auto: 4,
		easing: 'easeInOutExpo'
    });
	
		$('.jcarousel-item img').hover(function()
	{$(this).next(".caption").stop().animate({top:'141px', opacity: 1},{queue:false,duration:160});
	}, function(){
	$(this).next(".caption").stop().animate({top:'220px'},{queue:false,duration:160});
	});
		
		$(".caption").hover(function(){
		$(this).stop().animate({top:'141px', opacity: 1},{queue:false,duration:160});
		}, function(){
		$(this).animate({top:'220px'},{queue:false,duration:160});
		});
		
		$('#alpha_background').stop().fadeTo("normal", 0.8);
		
		$('#alpha_background').hover(function(){
		$('#alpha_background').stop().fadeTo("normal", 1); }, function()
	{$('#alpha_background').stop().fadeTo("normal", 0.8); 
	});						  
		
	/* CAR GALLERY FADE IN OUT */
	$('.dp_Pics img').hover(function()
	{jQuery(this).stop().fadeTo("fast", 0.7); }, function()
	{jQuery(this).stop().fadeTo("fast", 1.0); 
	});	
	
	/* SHOW THUMBNAIL INSIDE USED CAR SEARCH LIST */
	jQuery('.rlrow1, .rlrow2').hover(function(){
	
	jQuery('.tolltipImage_under').stop().hide().fadeTo("normal", 1);
	('.tolltipImage_under').fadeTo("normal", 0).hide();});

		
});
















