.gallery {
	width: 980px;
	position: relative;
	margin-top: 10px;
}
.gallery .holder {
	margin: 0 auto;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 2;
	width: 763px;
	padding-left: 11px;
}
.gallery .holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 30000px;
}
.gallery .holder ul li {
	float: left;
	width: 101px;
	height: 120px;
	padding: 0;
	background-color: #f0e7d9;
	border-left: 12px solid #fff;
	border-right: 12px solid #fff;
}
.gallery .holder ul li img { display: block; margin: 0;}

.gallery .holder ul li a {
	color: #4f4b43;
	font-size: .9em;
}

.gallery .holder ul li span {
	color: #4f4b43;
	padding: 4px;
	display: block;
}

.next,
.prev {
	position: absolute;
	top: 0;
	right: 0;
	width: 101px;
	height: 120px;
	background: #f0e7d9 url('/images/slider/next.png') center center no-repeat;
	z-index: 20;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
	display: block;
}
/*.next-disable { background: url(../../images/np/btn-next-disable.png) no-repeat; }*/

.next{border-left: 5px solid #fff;}
.prev {
	background: #f0e7d9 url('/images/slider/prev.png') center center no-repeat;
	right: auto;
	left: 0;
}
/*.prev-disable { background: url(../../images/np/btn-prev-disable.png) no-repeat; }*/
.control {
	font-size: 18px;
	line-height: 21px;
}