
.slider {
	width:951px !important;
	height:317px;	
	position:relative;
	z-index:98;
	margin:0 auto
}
.items {
	display:none;
}
.play.paused {
	 color:#f00; 
}


.prev {
	background:url(tms_prev.png) 0 0 no-repeat;
	width:38px;
	height:38px;
	position:absolute;
	top:145px;
	left:15px;
	text-indent:-9999px;
	z-index: 100;
}
.prev:hover {
	background:url(tms_prev.png) 0 0 no-repeat;
}

.next {
	background:url(tms_next.png) 0 0 no-repeat;
	width:38px;
	height:38px;
	position:absolute;
	top:145px;
	right:15px;
	text-indent:-9999px;
	z-index: 100;
}
.next:hover {
	background:url(tms_next.png) 0 0 no-repeat;
}


.pagination {
	background:url(tm_page_bg.png) 0 0 no-repeat;	
	width:918px;
	position:absolute;
	bottom:0;
	z-index: 100;
	color:#fff;
	line-height: 20px;
	padding:5px 0 5px 20px;
}
.pagination li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width:30%;
	margin:0 1%;
	padding:0 1% 0 0;
	height: 40px;
	border-right:1px solid #616e89;
	overflow:hidden;	
}
.pagination li:last-child {
	border-right:none;
}
.pagination li a.pic {
	float:left;
	display:block;	
	width:43px;
	height:37px;	
	overflow:hidden;
	color:#666;
	margin: 0 8px 0 0;
	text-align:center;
	border:2px solid #fff;
}

.pagination li a.pic img { 
	width:43px;
	height:37px;
}
.pagination li a.pic:hover,
.pagination li.current a.pic {
	border:2px solid #8bc2e0;
}

/* 連結設定 */
a.banner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99 !important;
}