$(document).ready(function () {
	
	$.localScroll();
	$("a[rel='colorbox']").colorbox({width:"90%", height:"90%"});
	
});