 var $j = jQuery.noConflict();


$j(document).ready(function(){
  
   $j('.best').cycle({ 
    fx:     'fade',
    timeout:   20
    
});


	   $j('.owners').cycle({ 
    		fx:     'fade',
           timeout:   3000
    
		});
$j('.img-index').maphilight({fade: false});
	
	
});
