/* @group menu */

#menu{
	width: 960px;
	margin: 5px 0;
	overflow: hidden;
	background: #484848;
}

#menu ul{
	overflow: hidden;
	width: 847px;
	margin:0;
	padding: 0;
	clear: left;
	list-style-type: none;
}

#menu ul li{
	float: left;
}

#menu ul li{
	border-right: 1px solid #222222;
}

#menu ul li.last{
	border-right: none;
}

#menu ul li a{
	display: block;
	width: 115px;
	height: 30px;
}

#menu ul li a:link img{
  filter: alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
}

#menu ul li a:hover{
	background: #666666;
}

/* @end */

.commingsoon{
	height: 200px;
	margin: 0 0 20px;
	padding-top: 160px;
	font-size: 25px;
	text-align: center;
	background: #000000;
	border: 1px solid #222222;
}

/* @group tables */

table {
	clear: both;
	margin-bottom: 40px;
	background: #1f2123;
	border-collapse: collapse;
	border: 1px #444444 solid;
}

table#sub{
	color: #cccccc;
}

table tr.odd{
	background: #2c2c2c;
}

table#sub tr.odd{
	background: #222222;
}

table th {
	padding: 5px;
	background: #141414;
	border: 1px #444444 solid;
}

table td {
	padding: 5px;
	border: 1px #444444 solid;
}

table td p{
	margin: 0;
	padding: 0;
}

.kenName{
	width: 5em;
	text-align: center;
}

.kushiName{
	width: 5em;	
	text-align: center;
}

.eventName{
	width: 120px;
}

.loc{
	width:100px;
}

.sentence{
	width: 400px;
}

.date{
	width: 12em;
}

.station{
	
}

/* @end */

#subtabs {
	display: block;
	clear: both;
	height: 0.9em;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#subtabs ul {
	margin: 0px;
	padding: 0px;
}

#subtabs ul li {
	display: block;
	float: left;
	margin-right: 30px;
	list-style-type: none;
}

#subtabs ul li a.current{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/* @group slideshow */

#gallery{
	overflow: hidden;
	height: 520px;
	margin: 10px auto;
	padding: 0;
}

#slideshow {
	list-style:none;
	color:#fff
	}
	
#slideshow span {
	display:none
	}
	
#wrapper {
	position: relative;
	width:750px;
	height:520px;
	margin:0 auto;
	display:none;
	}
	
#wrapper * {
	margin:0;
	padding:0
	}
	
#fullsize {
	float:left;
	overflow:hidden;
	position:relative;
	width:600px;
	height:450px;
	background:#000;
	border: 1px solid #666666;
	}
	
#information {
	overflow:hidden;
	z-index:200;
	position:absolute;
	left: 0;
	top:460px;
	width:800px;
	margin: 0;
	height:0;
	color:#fff;
	}
	
#information h3 {
	padding:4px 8px 3px;
	font-size:14px;
	border: none;
	}
	
#information p {
	padding:0 8px 8px
	}
	
#image {
	overflow:hidden;
	}
	
#image img {
	position:absolute;
	z-index:25;
	width: 100%;
	height: 100%;
	}
	
.imgnav {
	display:none;
	position:absolute;
	width:10%;
	height:400px;
	cursor:pointer;
	z-index:150
	}
	
#imgprev {
	left:0;
	background:url(images/left.gif) left center no-repeat
	}
	
#imgnext {
	right:0;
	background:url(images/right.gif) right center no-repeat
	}
	
#imglink {
	display:none;
	position:absolute;
	height:306px;
	width:100%;
	z-index:100;
	opacity:.4;
	filter:alpha(opacity=40)
	}
	
.linkhover {
	background:url(images/link.gif) center center no-repeat
	}
	
#thumbnails {
	float:right;
	width:140px;
	*width:142px;
}

#slideleft {
	height:20px;
	background:url(images/scroll-left.gif) center center no-repeat;
	background-color:#222;
	}
	
#slideleft:hover {
	background-color:#333
	}
	
#slideright {
	height:20px;
	background:#222 url(images/scroll-right.gif) center center no-repeat;
	top:0;
	}
	
#slideright:hover {
	background-color:#333
	}
	
#slidearea {
	overflow:hidden;
	position:relative;
	width:140px;
	*width:142px;
	height: 412px;
	}
	
#slider {
	position:absolute;
	left:0;
	height:81px;
	}
	
#slider img {
	display:block;
	overflow: hidden;
	width: 138px;
	margin-bottom:5px;
	cursor:pointer;
	vertical-align:top;
	border: 1px solid #666666;
}

/* @end */
