$(document).ready(function(){
			$(".gallery").colorbox();
			$(".news li:odd").addClass("alt");
		});

