jQuery(function() {
		$("#change-category #category").change(function() {
				self.location=this.value;
		});
		$("a.demonstration-btn").fancybox({
			transitionIn: 'fade',
			transitionOut: 'fade',
			titleShow: 'false',
			zoomOpacity: true,
			overlayShow: true,
			zoomSpeedIn: 500,
			zoomSpeedOut: 500,
			width: 480,
			height: 425,
			autoScale: false
	});
		$("div.download-entry .photo a").fancybox({
			transitionIn: 'fade',
			transitionOut: 'fade',
			titlePosition: 'over',
			zoomOpacity: true,
			overlayShow: true,
			zoomSpeedIn: 500,
			zoomSpeedOut: 500,
			autoScale: false
	});
	$("div.award-list .photo a").fancybox({
			transitionIn: 'fade',
			transitionOut: 'fade',
			titlePosition: 'over',
			zoomOpacity: true,
			overlayShow: true,
			zoomSpeedIn: 500,
			zoomSpeedOut: 500,
			autoScale: false
	});
	$("table tbody tr:odd").addClass("table-odd-row");
	$("table tbody tr:even").css("table-even-row");
})




