$(function(){
	ADAI.videoBox("a.colorbox");
	ADAI.videoBoxSm("a.video-player-big");
});

(function(){
	var adai = {
		/* Video Lightbox for Testimonials*/
		videoBox: function(target){
			$(target).colorbox({iframe:true, innerWidth:800, innerHeight:500, top:100});
		},
		videoBoxSm: function(target){
			$(target).colorbox({iframe:true, innerWidth:650, innerHeight:500, top:100});
		}
	};

	window['ADAI'] = adai;
})();
