﻿/* slider */
#slider {
	width: 338px;
	height: 160px;
	overflow: hidden;
	padding: 0px 0px;
	position: relative;
	margin: 0 auto;}
.scroll {
	width: 230px;
	height: 160px;
	margin: 0 auto;
	overflow: hidden;}
.scrollContainer {
	position: relative;
	width: 1815px;
	left: 0px;}
.scrollContainer .current .inside {
	width:390px;
	height: 130px;
	display:inline;}
.scrollContainer .panel {
	width: 96px;
	height: 160px;
	float: left;
	margin-right: 30px;
	display: inline;}
.panel .inside {
	display: block;
	margin:0 auto;
	text-align:center;}
.inside img {
	height: 130px;
	width: 96px;
	text-align:center;}
.scroll li .inside span {
	width: 96px;
	height: 37px;
	line-height: 37px;
	text-align: center;}
.scroll li.current .inside span {
	display: block;}
.btnMode a.btn {
	background: url(../images/index.jpg) no-repeat;}
.btnMode a.btn {
	width: 20px;
	height: 39px;
	position: absolute;
	top: 30px;}
.btnMode a.prev {
	left: 0;
	background-position: 0 -61px;}
.btnMode a.prev:hover {
	background-position: 0 -102px;}
.btnMode a.next {
	right: 0;
	background-position: -50px -61px;}
.btnMode a.next:hover {
	background-position: -50px -102px;}
