jQuery(document).ready(function(){				
			jQuery(".login_btn").colorbox({width:"450px", height:"200px", inline:true, href:"#inline_example1", speed:"600"});			
			jQuery(".sign_btn").colorbox({width:"622px", height:"980px", inline:true, href:"#inline_example2", speed:"600"});
			jQuery(".subscribe").colorbox({width:"322px", height:"275px", inline:true, href:"#inline_example3", speed:"600"});
			jQuery(".youtube_01").colorbox({iframe:true, innerWidth:680, innerHeight:420, speed:"600"});		
			jQuery("a[rel='example1']").colorbox();

		});
