$(document).ready(function() {
	$(document).pngFix();
	if ($('#content_inner').html() != null) {
		$('#content_inner').append('<br /><br />');
		$('#content_inner').jScrollPane();
	}
	if ($('#pic').html() != null) {
		$('#pic').cycle({
			fx: 'fade',
			speed: 1000,
			timeout: 6000,
			pause:1
		});
	}
	if ($('.wtgallery_list_area').html() != null) {
		$("a.fancyBox").fancybox();
	} else {
		$("a[rel=fancybox]").fancybox();
		$("a.jqfancybox").fancybox();
	}
	$('.flvplayer_listpic_pic').click(function () {
		$('.csc-header h3').text($(this).attr('title'));
	});
});
