////////////////////CYCLE////////////////////
	
	$(function() {
		$('#headerfeature').cycle({ 
		speed:  600, 
		delay:  9500
		});
			});
			
		
	$(function() {
		$('#featured ').cycle({  
		speed:  1500, 
		delay:  5500
		});	
			});
			
			
		$(document).ready(function(){ 
 			$("a.search").fancybox({'frameWidth' : 1000, 'frameHeight' : 800});
    		}); 
    		
    		
  /////////////////slideshow/////////////////
	$(function() {
$('#slide').cycle({ 
    fx:    'fade', 
    speed:  2500 
 });
			});