﻿// JavaScript Document
$(function(){
$('ul.n2 a').not($('ul.n2 a.hover')).hover(function(){
$(this).find('i').stop().animate({top:'-43px'},300);
$(this).find('b').stop().animate({top:'0'},300);
},function(){
$(this).find('i').stop().animate({top:'0'},200);
$(this).find('b').stop().animate({top:'43px'},200);
})
})

$(function(){
$(".scrb1").scrollable({size:3,items:".scrb1 ul",loop:true}).autoscroll({ autoplay: true,interval:4000 }).navigator({navi:".tab01",naviItem:'dd',activeClass:"active"});
$(".scrb2").scrollable({size:2,items:".scrb2 dl",prevPage:".arr_l",nextPage:".arr_r"}).autoscroll({ autoplay: true,interval:4000 })
})

$(function(){
SexyLightbox.initialize({color:'white',dir: 'theme'});
});
