// JavaScript Document
  $(document).ready(function(){
    $(".cb90").colorbox({transition:'elastic', speed:'1000', width:"450px", height:"90%", opacity: '0.65'});
	$(".cbinfo").colorbox({transition:'elastic', speed:'1000', width:"500px", height:"90%", opacity: '0.65'});
  });
