/* home page slider script*/ 
$(function() {
   
    $('.slideimgs').cycle({
        fx:     'fade',
        speed:  'slow',
        timeout: 3000,
       	width: '322px',
        height: '295px'
	});
	
	$('.slideimgs2').cycle({
        fx:     'fade',
        speed:  'slow',
        timeout: 3000,
       	width: '322px',
        height: '295px'
	});
	
	$('.slideimgs3').cycle({
        fx:     'fade',
        speed:  'slow',
        timeout: 3000,
       	width: '322px',
        height: '295px'
	});
	
});   




