	$(document).ready(function(){
		$(".photo").colorbox();
		$(".video").colorbox({iframe:true, innerWidth:640, innerHeight:390});
		$(".content").colorbox({width:"95%", height:"95%", iframe:true});	
		$(".gallery").colorbox({width:"80%", height:"100%", iframe:true});
		$(".sound").colorbox({iframe:true, innerWidth:350, innerHeight:100});			
		$(".code1").colorbox({inline:true, innerWidth:350, innerHeight:150, href:".ban1"});
		$(".code2").colorbox({inline:true, innerWidth:350, innerHeight:150, href:".ban2"});
		$(".code3").colorbox({inline:true, innerWidth:350, innerHeight:150, href:".ban3"});
		$(".ban1").text($(".ban1").html());
		$(".ban2").text($(".ban2").html());
		$(".ban3").text($(".ban3").html());
		});
