$(document).ready(function(){
	$("#slider-list a").each(function(){
			img=$(this).attr("href");
			$(this).attr("href","/watermark/watermark.php?src="+img);
		})
	
	if ($.browser.version == '6.0') {
		jQuery('#slider-stage').carousel('#previous', '#next');
		jQuery('#viewport').carousel('#simplePrevious', '#simpleNext');
	}else {
		jQuery('#slider-stage').carousel('#previous', '#next');
		jQuery('#viewport').carousel('#simplePrevious', '#simpleNext');

		$("#menu_top_1").hover (
		 function () {
			$(this).find("span").css("opacity", "0");
		 },
		 function () {
			$(this).find("span").css("opacity", "1");
		 }
		);

		$("#menu_top_2").hover (
		 function () {
			$(this).find("span").css("opacity", "0");
		 },
		 function () {
			$(this).find("span").css("opacity", "1");
		 }
		);

		$("#menu_center_1").hover (
		 function () {
			$(this).find("span").css("opacity", "0");
		 },
		 function () {
			$(this).find("span").css("opacity", "1");
		 }
		);
		$("#menu_center_2").hover (
		 function () {
			$(this).find("span").css("opacity", "0");
		 },
		 function () {
			$(this).find("span").css("opacity", "1");
		 }
		);
		$("#menu_center_3").hover (
		 function () {
			$(this).find("span").css("opacity", "0");
		 },
		 function () {
			$(this).find("span").css("opacity", "1");
		 }
		);
	}

});
$(function() {
	$('.scroll-pane').jScrollPane();
});
