$(document).ready(function(){
	//theRotator1();
	//theRotator2();
	//theRotator3();
	//theRotator4();
	//theRotator5();
	//theRotator6();
	//theRotator7();
	//theRotator8();
	//theRotator9();
	if($.browser.msie){
		$('img').supersleight();

		$("img.a1").mouseover(
		function() {
		$("img.a1").hide().supersleight();
		});
		$("img.a2").mouseout(
		function() {
		$("img.a1").show().supersleight();
		});

		$("img.b1").mouseover(
		function() {
		$("img.b1").hide().supersleight();
		});
		$("img.b2").mouseout(
		function() {
		$("img.b1").show().supersleight();
		});

		$("img.c1").mouseover(
		function() {
		$("img.c1").hide().supersleight();
		});
		$("img.c2").mouseout(
		function() {
		$("img.c1").show().supersleight();
		});

		$("img.d1").mouseover(
		function() {
		$("img.d1").hide().supersleight();
		});
		$("img.d2").mouseout(
		function() {
		$("img.d1").show().supersleight();
		});

		$("img.e1").mouseover(
		function() {
		$("img.e1").hide().supersleight();
		});
		$("img.e2").mouseout(
		function() {
		$("img.e1").show().supersleight();
		});

		$("img.f1").mouseover(
		function() {
		$("img.f1").hide().supersleight();
		});
		$("img.f2").mouseout(
		function() {
		$("img.f1").show().supersleight();
		});

		$("img.g1").mouseover(
		function() {
		$("img.g1").hide().supersleight();
		});
		$("img.g2").mouseout(
		function() {
		$("img.g1").show().supersleight();
		});

		$("img.h1").mouseover(
		function() {
		$("img.h1").hide().supersleight();
		});
		$("img.h2").mouseout(
		function() {
		$("img.h1").show().supersleight();
		});

		$("img.i1").mouseover(
		function() {
		$("img.i1").hide().supersleight();
		});
		$("img.i2").mouseout(
		function() {
		$("img.i1").show().supersleight();
		});
	}
	else {
		$("img.a2").fadeTo("slow", 0.1);
		$("img.b2").fadeTo("slow", 0.1);
		$("img.c2").fadeTo("slow", 0.1);
		$("img.d2").fadeTo("slow", 0.1);
		$("img.e2").fadeTo("slow", 0.1);
		$("img.f2").fadeTo("slow", 0.1);
		$("img.g2").fadeTo("slow", 0.1);
		$("img.h2").fadeTo("slow", 0.1);
		$("img.i2").fadeTo("slow", 0.1);
		$("img.a1").hover(
		function() {
		$("img.a1").fadeTo("slow", 0.1);
		$("img.a2").fadeTo("slow", 1.0);
		},
		function() {
		$("img.a1").fadeTo("slow", 1.0);
		$("img.a2").fadeTo("slow", 0.1);
		});

		$("img.b1").hover(
		function() {
		$("img.b1").fadeTo("slow", 0.1);
		$("img.b2").fadeTo("slow", 1.0);
		},
		function() {
		$("img.b1").fadeTo("slow", 1.0);
		$("img.b2").fadeTo("slow", 0.1);
		});

		$("img.c1").hover(
		function() {
		$("img.c1").fadeTo("slow", 0.1);
		$("img.c2").fadeTo("slow", 1.0);
		},
		function() {
		$("img.c1").fadeTo("slow", 1.0);
		$("img.c2").fadeTo("slow", 0.1);
		});

		$("img.d1").hover(
		function() {
		$("img.d1").fadeTo("slow", 0.1);
		$("img.d2").fadeTo("slow", 1.0);
		},
		function() {
		$("img.d1").fadeTo("slow", 1.0);
		$("img.d2").fadeTo("slow", 0.1);
		});

		$("img.e1").hover(
		function() {
		$("img.e1").fadeTo("slow", 0.1);
		$("img.e2").fadeTo("slow", 1.0);
		},
		function() {
		$("img.e1").fadeTo("slow", 1.0);
		$("img.e2").fadeTo("slow", 0.1);
		});

		$("img.f1").hover(
		function() {
		$("img.f1").fadeTo("slow", 0.1);
		$("img.f2").fadeTo("slow", 1.0);
		},
		function() {
		$("img.f1").fadeTo("slow", 1.0);
		$("img.f2").fadeTo("slow", 0.1);
		});

		$("img.g1").hover(
		function() {
		$("img.g1").fadeTo("slow", 0.1);
		$("img.g2").fadeTo("slow", 1.0);
		},
		function() {
		$("img.g1").fadeTo("slow", 1.0);
		$("img.g2").fadeTo("slow", 0.1);
		});

		$("img.h1").hover(
		function() {
		$("img.h1").fadeTo("slow", 0.1);
		$("img.h2").fadeTo("slow", 1.0);
		},
		function() {
		$("img.h1").fadeTo("slow", 1.0);
		$("img.h2").fadeTo("slow", 0.1);
		});

		$("img.i1").hover(
		function() {
		$("img.i1").fadeTo("slow", 0.1);
		$("img.i2").fadeTo("slow", 1.0);
		},
		function() {
		$("img.i1").fadeTo("slow", 1.0);
		$("img.i2").fadeTo("slow", 0.1);
		});
	}
});

