$(document).ready(function(){
						   
	$('.fancybox').fancybox({ 'zoomSpeedIn': 300, 'zoomSpeedOut': 300, 'zoomSpeedChange':100, 'overlayShow': true }); 
	
	$('a[href^="http://"]').attr("target", "_blank");
	$('.blank').attr('target','_blank');	

	//var mh = $("#main").height();
	//$("#main > div").height(mh-20);
	
	var bh = $("#bottom-nav").height();
	$("#bottom-nav ul.col").height(bh);

	$('ul.imagelist').cycle({ 
		fx:    'fade', 
		speed:  1000, 
		timeout: 3500
	});


	$('.cycle').cycle({ 
		fx:    'fade', 
		speed:  1000, 
		timeout: 5000
	});

	$("#accordion").accordion({ autoHeight: false });
	
});
