@charset "utf-8";
/* CSS Document */

#what-info {
	position: relative;
	display: block;
	width: 400px;
	height: 150px;
	background: rgba(0,0,0,0.35);
	margin: 5px 60px 0px 60px;
	padding: 0px 8px 10px 8px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #EEE;
	text-shadow: rgba(0,0,0,0.2) 0px 1px;
	line-height: 20px;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}

#about-img, #schedule-img {
	display: block;
	margin-left: 90px;
	margin-top: 5px;
}
#about-img {
	width: 82px;
	height: 30px;
}
#schedule-img {
	width: 130px;
	height: 37px;
}

#what-schedule {
	position: relative;
	display: block;
	left: 42px;
	width: 439px;
	height: 234px;
	background: url(../img/what/what-schedule-bg.png) no-repeat;
	overflow: hidden;
	padding: 0px;
}
#what-schedule ul {
	position: absolute;
	display: block;
	width: 416px;
	height: 214px;
	left: 19px;
	top: 11px;
	margin: 0px;
	overflow: hidden;
}
#what-schedule ul li {
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #EEE;
	text-shadow: rgba(0,0,0,0.2) 0px 1px;

}
#what-schedule ul li:first-child {
	padding-top: 10px;
}
#what-schedule ul li:last-child {
	padding-bottom: 10px;
}
#what-schedule ul li span {
	display: block;
	line-height: 20px;
	float: left;
	height: 100%;
	margin-bottom: 10px;
}
#what-schedule ul li .schedule-time {
	width: 80px;
	text-align: center;
	line-height: 20px;
}
#what-schedule ul li .schedule-info {
	width: 300px;
}
#what-schedule ul li hr {
	display: block;
	clear: both;
	text-align: center;
	width: 90%;
	color: #CCC;
	border: 0px;
	border-top: 1px solid rgba(0,0,0,0.5);
	height: 1px;
}
#what-schedule #what-schedule-scrollbar {
	position: absolute;
	display: block;
	top: 30px;
	right: 10px;
	width: 2px;
	height: 190px;
	margin: 0px 4px;
	background: #000;
	opacity: 0.3; filter: alpha(opacity = 30);
	z-index: 4;
	overflow: visible;
}
.ui-slider-handle {
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	left: -5px;
	background: #000;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
	z-index: 4;
}

