
// Rotate the banners
$(document).ready(function(){

	$('#illustrated_banners').cycle({ timeout: 5000, cleartype: 1, speed: 2000 });
	
	$("div.thumbnails_container ul li div a").fancybox();
	
});

