// last update 2009-12-21
// COPYRIGHT(C)ALLURE.ALL RIGHTS RESERVED.
// Editor - studio CLOVER - www.with-clover.com.


$(document).ready(function() {
	$("#footer ul li+li")
	.css("border-left","#646464 1px solid")
	.css("padding","0 0 0 0.6em")
	$("#entrance #footer ul li+li")
	.css("border-left","#646464 1px solid")
	.css("padding","0 0.1em 0 0.6em")
	$("#hotel #wrap.hotel_result dl dd")
	.css("border-right","#a5a5a5 1px solid")
	.css("padding","0 0.6em 0 0.4em")
	$("#hotel #wrap.hotel_result dl dd:last-child")
	.css("border-right","none")
	$("#hotel #wrap.hotel_result ol li+li").before(">")
    .css("padding","0 0 0 0.2em")
	
	$("#index_newface_list ul li").hover(function() {
	$(this).css({'z-index' : '10'});
	$(this).find('img').addClass("hover").stop()
		.animate({
			marginTop: '-85px',
			marginLeft: '-85px',
			top: '80%',
			left: '80%',
			width: '85px',
			height: '85px',
			padding: '20px'
		}, 200);

	} , function() {
	$(this).css({'z-index' : '0'});
	$(this).find('img').removeClass("hover").stop()
		.animate({
			marginTop: '0',
			marginLeft: '0',
			top: '0',
			left: '0',
			width: '45px',
			height: '45px',
			padding: '5px'
		}, 400);
	});

});



$(function () {
    if (! $.browser.opera) {
        $('a[href^="#"]:not(#index_newface_list a[href^="#"])').click(function () {
            $(this).blur();
            $('html,body').animate({ scrollTop: 0 }, 'slow');
            return false;
        });
    }
});





function ChangeImg(mySrc) {
   document.images['Largeimg'].src = mySrc; 
}



