@charset "iso-8859-1";


/* *** jcarousellite *** */
#carousel-box 			{ position: relative; } 
#carousel li			{ list-style-type: none; }

#prev-btn, #next-btn	{ position: absolute; top: 89px; /* (200 - 23)/2 */ width: 23px; height: 23px; transition: background-position .07s ease-out; cursor: pointer; z-index: 999; }
#prev-btn				{ left: -1.7rem; background: url(img/prev_btn.png) no-repeat 0 0; }
    #prev-btn:active    { background-position: -23px 0; }
#next-btn				{ right: -1.7rem; background: url(img/next_btn.png) no-repeat -46px 0; }
    #next-btn:active    { background-position: -23px 0; }