 $(document).ready(function(){
		
			$(function() {
				$('a[rel*=external]').click( function() {
					window.open(this.href);
					return false;
				});
			});
			
            $('#slideshow').cycle({
				fx:      'custom', 
				cssBefore:{  
					left: 960,   
					top: -472,  
					display: 'block' 
				}, 
				animIn: {  
					left: 0, 
					top: 0  
				}, 
				animOut: {  
					left: 960,   
					top: 472 
				}, 
				delay: -2000 
            });			

  });
