$(document).ready(function() {
	var $colorbox = $('.colorbox');
	$colorbox.colorbox({scrolling:false, innerWidth:"428", innerHeight:"260", current:"({current} of {total})", onLoad:function(){
		swfobject.removeSWF("video");
	}});
	
});