$(document).ready(function(){

    $(".tab_2").click(function () { 
      $(".tab_box_1").fadeOut("slow"); 
	  $(".tab_box_2").fadeIn("slow");
      $(".tab_2").addClass("selected");
	  $(".tab_1").removeClass("selected");
    });

    $(".tab_1").click(function () { 
      $(".tab_box_2").fadeOut("slow"); 
	  $(".tab_box_1").fadeIn("slow");
	  $(".tab_1").addClass("selected");
	  $(".tab_2").removeClass("selected");
    });

    $(".pic1").click(function () { 
      $(".photobox").replaceWith('<div class="photobox"><img src="img/pic1_big.jpg" alt="" /></div>'); 
    });

    $(".pic2").click(function () { 
      $(".photobox").replaceWith('<div class="photobox"><img src="img/pic2_big.jpg" alt="" /></div>'); 
    });

    $(".pic3").click(function () { 
      $(".photobox").replaceWith('<div class="photobox"><img src="img/pic3_big.jpg" alt="" /></div>'); 
    });

    $(".pic4").click(function () { 
      $(".photobox").replaceWith('<div class="photobox"><img src="img/pic4_big.jpg" alt="" /></div>'); 
    });

    $(".pic5").click(function () { 
      $(".photobox").replaceWith('<div class="photobox"><img src="img/pic5_big.jpg" alt="" /></div>'); 
    });

    $(".pic6").click(function () { 
      $(".photobox").replaceWith('<div class="photobox"><img src="img/pic6_big.jpg" alt="" /></div>'); 
    });

	$(".pic7").click(function () { 
      $(".photobox").replaceWith('<div class="photobox"><img src="img/pic7_big.jpg" alt="" /></div>'); 
    });

	$(".pic8").click(function () { 
      $(".photobox").replaceWith('<div class="photobox"><img src="img/pic8_big.jpg" alt="" /></div>'); 
    });

	$(".pic9").click(function () { 
      $(".photobox").replaceWith('<div class="photobox"><img src="img/pic9_big.jpg" alt="" /></div>'); 
    });

	$(".pic10").click(function () { 
      $(".photobox").replaceWith('<div class="photobox"><img src="img/pic10_big.jpg" alt="" /></div>'); 
    });

	$(".pic11").click(function () { 
      $(".photobox").replaceWith('<div class="photobox"><img src="img/pic11_big.jpg" alt="" /></div>'); 
    });

	$(".pic12").click(function () { 
      $(".photobox").replaceWith('<div class="photobox"><img src="img/pic12_big.jpg" alt="" /></div>'); 
    });

});
