$(document).ready(function(){
	$(".activity").colorbox({width:"690px", height:"390px", iframe:true, top: true, scrolling:false, overlayClose:false, close:""});
	$(".activity_left").colorbox({width:"690px", height:"400px", iframe:true, top: true, scrolling:false, overlayClose:false, close:""});
	//$(".subscribe.home").colorbox({width:"690px", height:"340px", iframe:true, top: true, scrolling:false, transition:'none', overlayClose:false});
	$(".subscribe_bottom").colorbox({width:"690px", height:"360px", iframe:true, top: true, scrolling:false, transition:'none', overlayClose:false});
	//$(".test").colorbox({width:"1012px", height:"820px", iframe:true, top: true, overlayClose: false, scrolling:false});
	$(".test").colorbox({width:"860px", height:"679px", iframe:true, top: true, overlayClose: false, scrolling:false});
});
