// JavaScript Document
$(document).ready(function () {	

$("a[rel='gallery']").colorbox({opacity:0.9});
$("a#tour").colorbox({opacity:0.9, iframe:true, width:890, height:756, scrolling:false, transition:"none"});
$("a#tour2").colorbox({opacity:0.9, iframe:true, width:470, height:450, scrolling:false, transition:"none"});
$("a#tour3").colorbox({opacity:0.9, iframe:true, width:"550px", height:"550px", scrolling:false, transition:"none"});
$("a#qualTable").colorbox({opacity:0.9, iframe:true, width:490, height:600, scrolling:false, transition:"none"});
});


