$(document).ready(function(){
				$("a[rel='lightbox']").colorbox();
				$(".Video640").colorbox({width:"685px", height:"455px", iframe:true});
			});
