$(document).ready(function() {
	$("#tabcontainer > ul").tabs({ fx: { opacity: 'toggle' } }).tabs('rotate', 8000);
	$('#screenshot a').lightBox({
		imageLoading: '/shared/images/lightbox-ico-loading.gif',
		imageBtnClose: '/shared/images/lightbox-btn-close.gif',
		imageBtnPrev: '/shared/images/lightbox-btn-prev.gif',
		imageBtnNext: '/shared/images/lightbox-btn-next.gif',
		imageBlank: '/shared/images/lightbox-blank.gif'
	});
});