@charset "utf-8";
/* 
* stylous.css ver.2.0 extend mag.css
*
* Configuration for jslous
*
* Revision : 206
*
* CSS hack cheets
* 
* for IE6 : *html
* for IE7 : *:first-child+html
* for Safari : body:first-of-type
*
* writen by Magnum
*
* No dependency on external libraries
*
*-----------------------------------------------
* INDEX :
* 
* 1. jslous Slider
*----------------------------------------------- */
 
/* ============================================================
	1. jslous Slider
=============================================================== */

div#schedule_top {
 height:233px;
 position:relative;
 overflow:hidden;
}
div#schedule_top div.slidercontents {
 height:188px;
}
div#schedule_top div#club_list {
 position:absolute;
 left:16px;
 top:32px;
 width:10000px;
}
div#schedule_top div#club_list img {
 cursor:pointer;
}

div#arrow_toggle {
	position:relative;
	float:left;
	margin:0 8px;
	line-height:18px;
	width:785px;
	height:18px;
	background:url(../cmn_img/sliderbg.gif) repeat-x center;
}
*html div#arrow_toggle {
 margin:0 2px 0 2px;
}
*:first-child+html div#arrow_toggle {
 margin:0 2px 0 2px;
}
div#arrow_toggle tt {
 position:absolute;
 display:block;
 margin-top:4px;
 width:30px;
 line-height:18px;
 height:18px;
 background:url(../cmn_img/slider.jpg) repeat-x;
 line-height:18px;
 cursor:pointer;
}

