	$(document).ready(function() {
		$("#viewer").shuffle();
		$("#moviecontainer").fadeIn(2000, function(){
			$("#viewer").animate( {marginLeft: "-8400px"}, 240000, "linear", function(){
				$("#moviecontainer").fadeOut(3000);
			});
		});
	});
