$(window).load(function(){

	$('.slideshow-left').cycle({

		fx: 'fade',

		pause: 0,

		speed: 150,

		timeout: 2500,

		delay: 0

		

	});

	$('.slideshow-left img').each(function() { 

                $(this).css({left: '50%', marginLeft: -$(this).width()/2}); 

        }); 	



	$('.slideshow-right').cycle({

		fx: 'fade',

		pause: 0,

		speed: 150,

		timeout: 2500		

	});

	$('.slideshow-right img').each(function() { 

                $(this).css({left: '50%', marginLeft: -$(this).width()/2}); 

        }); 		

});



$(function(){$('a[href][rel*=external]').each(function(i){this.target = "_blank";});});

 

$(window).load(function(){

	$('.slideshow').cycle({

		fx: 'fade',

		pause: 0,

		pager: '#image-gallery-nav'

	});

	$('.slideshow img').each(function() { 

                $(this).css({left: '50%', marginLeft: -$(this).width()/2}); 



		}); 

});



