$(document).ready(function(){

	$( function() {
		$("img.rollover").hover(
			function() { this.src = this.src.replace("-off","-on"); },
			function() { this.src = this.src.replace("-on","-off"); }
		);
	});

	$(".slide-open01").click(function(){
		$("#slide01").slideToggle("slow");
		$(this).toggleClass("active"); return false;
	});

	$(".slide-open02").click(function(){
		$("#slide02").slideToggle("slow");
		$(this).toggleClass("active"); return false;
	});

	$(".slide-open03").click(function(){
		$("#slide03").slideToggle("slow");
		$(this).toggleClass("active"); return false;
	});

	$(".slide-open04").click(function(){
		$("#slide04").slideToggle("slow");
		$(this).toggleClass("active"); return false;
	});

	$(".slide-open05").click(function(){
		$("#slide05").slideToggle("slow");
		$(this).toggleClass("active"); return false;
	});

	$(".slide-open06").click(function(){
		$("#slide06").slideToggle("slow");
		$(this).toggleClass("active"); return false;
	});

	$(".slide-open07").click(function(){
		$("#slide07").slideToggle("slow");
		$(this).toggleClass("active"); return false;
	});

	$(".slide-open08").click(function(){
		$("#slide08").slideToggle("slow");
		$(this).toggleClass("active"); return false;
	});


    $(function() {
        $('.photo a').lightBox();
    });

	
});
