// last update 2010-08-20
// COPYRIGHT(C)aimaiclub.com RIGHTS RESERVED.
// Editor - studio CLOVER - www.with-clover.com.


$(document).ready(function() {
	$("#footer ul li+li")
	.css("border-left","#fff 1px solid")
	.css("padding","0 0 0 0.6em")
	

});


$(function () {
    if (! $.browser.opera) {
        $('a[href^="#"]:not(#index_newface_list a[href^="#"])').click(function () {
            $(this).blur();
            $('html,body').animate({ scrollTop: 0 }, 'slow');
            return false;
        });
    }
});

	$(document).ready(function(){
		$("a[rel^='prettyPhoto']").prettyPhoto({theme:'dark_rounded'});
	});



