        $(document).ready(function() {
		$("#coverflow2").animate({marginLeft: "-154px"},"slow");  
                $("#coverflow3").animate({marginLeft: "-308px"},"slow");
                $("#coverflow4").animate({marginLeft: "302px"},"normal");
		$("#coverflow5").animate({marginLeft: "148px"},"fast");

                $(".mainImage").click(function() {
                        var elid = $(this).attr("id");
                        if (elid == "coverflow1") {
                                $("#coverflow2").animate({marginLeft: "610px"},"slow");
				$("#coverflow3").animate({marginLeft: "456px"},"normal");
				$("#coverflow4").animate({marginLeft: "302px"},"fast");
                                $("#coverflow5").animate({marginLeft: "148px"},"fast");
                        }
                        if (elid == "coverflow2") {
                                $("#coverflow2").animate({marginLeft: "-154px"},"normal");
                                $("#coverflow3").animate({marginLeft: "456px"},"normal");
				$("#coverflow4").animate({marginLeft: "302px"},"fast");
                                $("#coverflow5").animate({marginLeft: "148px"},"fast");
                        }
                        if (elid == "coverflow3") {
                                $("#coverflow2").animate({marginLeft: "-154px"},"fast");
                                $("#coverflow3").animate({marginLeft: "-308px"},"normal");
				$("#coverflow4").animate({marginLeft: "302px"},"normal");
                                $("#coverflow5").animate({marginLeft: "148px"},"fast");
                        }
                        if (elid == "coverflow4") {
                                $("#coverflow2").animate({marginLeft: "-154px"},"fast");
                                $("#coverflow3").animate({marginLeft: "-308px"},"fast");
				$("#coverflow4").animate({marginLeft: "-462px"},"normal");
                                $("#coverflow5").animate({marginLeft: "148px"},"normal");
                        }
                        if (elid == "coverflow5") {
                                $("#coverflow2").animate({marginLeft: "-154px"},"fast");
                                $("#coverflow3").animate({marginLeft: "-308px"},"fast");
                                $("#coverflow4").animate({marginLeft: "-462px"},"normal");
                                $("#coverflow5").animate({marginLeft: "-616px"},"slow");
                        }
                }, function() {
                        var elid = $(this).attr("id");
                        if (elid == "coverflow1") {
                                $("#coverflow2,#coverflow3").animate({marginLeft: "0px"},"normal");
                                $("#coverflow4,#coverflow5").animate({marginLeft: "0px"},"fast");
                        }
                        if (elid == "coverflow2") {
                                $("#coverflow2").animate({marginLeft: "0px"},"fast");
				$("#coverflow3").animate({marginLeft: "0px"},"normal");
                                $("#coverflow4,#coverflow5").animate({marginLeft: "0px"},"fast");
                        }
                        if (elid == "coverflow3") {
                                $("#coverflow2").animate({marginLeft: "0px"},"fast");
                                $("#coverflow3").animate({marginLeft: "0px"},"normal");
				$("#coverflow4").animate({marginLeft: "0px"},"normal");
                                $("#coverflow5").animate({marginLeft: "0px"},"fast");
                        }
			if (elid == "coverflow4") {
                                $("#coverflow2,#coverflow3").animate({marginLeft: "0px"},"fast");
                                $("#coverflow4").animate({marginLeft: "0px"},"normal");
				$("#coverflow5").animate({marginLeft: "0px"},"normal");
                        }
			if (elid == "coverflow5") {
                                $("#coverflow2,#coverflow3").animate({marginLeft: "0px"},"fast");
                                $("#coverflow4,#coverflow5").animate({marginLeft: "0px"},"normal");
                        }
                });
        });