window.onload = function(){
	$("#leftContentBox1ContentItems").find("div").each(function(i) {
		$(this).css("display", "block");
		
		//$(this).rotateLeft(2);
	});
	$("#leftContentBox1Right").find("img").each(function(i) {
		$(this).css("display", "block");
	});
	
	$('#leftContentBox1ContentItems').cycle({ 
		fx: 'fade',
		speed:  0,
		pager: '#leftContentBox1Nav'
	});
}
