//This hides the inline content if JavaScript is supported.
document.write("<style type='text/css'>.hidden{display:none;}<\/style>");

$(document).ready( function() {
	// Global Changes
		$("a[rev='lightbox']").colorbox( {
			transition : "elastic",
			opacity : 0.3,
			slideshow : true,
			slideshowSpeed : 3000,
			slideshowAuto : false,
			slideshowStart : "开始幻灯片显示", // "start slideshow",
			slideshowStop : "停止幻灯片显示", // "stop slideshow",
			rel : false,
//			maxWidth : "100%",
//			maxHeight : "100%",
			title : false,
			href : false
		});
	});
