
$(document).ready(function () {

	

	
	
	
	
		$('.middle li').append('<ul class="hover"><\/ul>');


	$('.middle li').hover(

		function() {
			
			$(this).children('ul').fadeIn('1000');	
		
		}, 

		function() {
		
			$(this).children('ul').fadeOut('1000');	
		
	})
	
	
	
	
			$('.gift li').append('<ul class="hover"><\/ul>');


	$('.gift li').hover(

		function() {
			
			$(this).children('ul').fadeIn('1000');	
		
		}, 

		function() {
		
			$(this).children('ul').fadeOut('1000');	
		
	})
		
	
	
	
	
	
			$('.email li').append('<ul class="hover"><\/ul>');


	$('.email li').hover(

		function() {
			
			$(this).children('ul').fadeIn('1000');	
		
		}, 

		function() {
		
			$(this).children('ul').fadeOut('1000');	
		
	})
	
	
	
	
				$('.bt1 li').append('<ul class="hover"><\/ul>');


	$('.bt1 li').hover(

		function() {
			
			$(this).children('ul').fadeIn('1000');	
		
		}, 

		function() {
		
			$(this).children('ul').fadeOut('1000');	
		
	})
	
	
	
				$('.bt2 li').append('<ul class="hover"><\/ul>');


	$('.bt2 li').hover(

		function() {
			
			$(this).children('ul').fadeIn('1000');	
		
		}, 

		function() {
		
			$(this).children('ul').fadeOut('1000');	
		
	})		
		
	
	
	
					$('.bt3 li').append('<ul class="hover"><\/ul>');


	$('.bt3 li').hover(

		function() {
			
			$(this).children('ul').fadeIn('1000');	
		
		}, 

		function() {
		
			$(this).children('ul').fadeOut('1000');	
		
	})		

		
		
		
		
$('.mirror_index').FontEffect({

    mirror:true,
    mirrorColor:"#fff",
    mirrorOffset:-24,
    mirrorHeight:100

})		
	
	
$('.mirror').FontEffect({

    mirror:true,
    mirrorColor:"#000",
    mirrorOffset:-24,
    mirrorHeight:100

})	

$('.mirror_inner').FontEffect({

    shadow:true,
    shadowColor:"#000",
    shadowOffsetTop:1,
    shadowOffsetLeft:1,
    shadowBlur:2,
    shadowOpacity:0.02


})	





$('.gradient').FontEffect({
    gradient:true,
	gradientColor:"#adb367"  
})







$('.shodow').FontEffect({

    shadow:true,
    shadowColor:"#000",
    shadowOffsetTop:0,
    shadowOffsetLeft:1,
    shadowBlur:2,
    shadowOpacity:0.06

	
})



	

});


$(document).ready(function(){	
	$('.1').css("display", "none").fadeIn(700);
});


$(document).ready(function(){	
	$('.2').css("display", "none").fadeIn(900);
});


$(document).ready(function(){	
	$('.3-').css("display", "none").fadeIn(500);
});

$(document).ready(function(){	
	$('.4-').css("display", "none").fadeIn(1300);
});

$(document).ready(function(){	
	$('.5-').css("display", "none").fadeIn(2300);
});

$(document).ready(function(){	
	$('.6').css("display", "none").fadeIn(2000);
});

$(document).ready(function(){	
	$('.7').css("display", "none").fadeIn(1300);
});





	$(document).ready(function(){
$(".info").fadeTo(300, 0);  
$(".info").hover(
function() {
$(this).stop().animate({"opacity": "1" }, "slow");
},
function() {
$(this).stop().animate({"opacity": "0"}, "slow");
});
 
});	


function goToByScroll(id){
$('html,body').animate({scrollTop: $("#"+id).offset().top},'slow');
		}
