$(document).ready(function() {
	$(".tabslider a").colorbox({
		iframe:true, 
		width: '740',
		height: '450'
	});
	
	$('.video-popup').colorbox({
		iframe: true,
		width: '485',
		height: '450'
	});
	
});
