$(document).ready(function(){	

	
	if ($('#featured_images').length > 0) {

		
		$('#featured_images').cycle({ 
		    fx: 'smartScroll', 
		    easing: 'backinout', 
		    timeout: 6000,
			next: '.go_right',
		    prev: '.go_left',
		    pager: '#pager',
		    startAt: 0
		});


		
	}
	
	
	if ($('#sideImagesWrap1').length > 0) {

		
		$('#sideImages1').cycle({ 
		    fx: 'smartScroll', 
		    easing: 'backinout', 
		    timeout: 6000,
		    pager: '#pager',
		    startAt: 0
		});


		
	}

});

