img { border: 0; }

pre {
	margin: 0 0 15px;
	color: #000094;
}
.gallery {
	margin: 0 0 20px;
	margin-top: -11px;
	width: 680px;
	position: relative;
}

/* fade */
.gallery-fade { width: 820px; }
.gallery-fade .holder ul {
	list-style: none;
	width: 100%;
	height: 245px;
}
.gallery-fade .holder ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
}
.paging {
	position: absolute;
	left: 62px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 100;
	bottom: 30px;
}
.paging li {
	padding: 0 12px 0 0;
	float: left;
}
.paging li a {
	width: 14px;
	height: 14px;
	display: block;
	background-color: #848282;
	text-align: center;
	text-decoration: none;
	color: #848282;
	border-radius:  20px;
}
.paging li a.active {
	background-color: #80c055;
	color: #80c055;
}
.next,
.prev {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 40px;
	height: 40px;
	background: url(../img/motools/btn-next.png) no-repeat;
	z-index: 20;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
	color:#ffffff;
}
.next-disable {background: url(../img/motools/btn-next-disable.png) no-repeat;display:  none;}
.prev {
	background: url(../img/motools/btn-prev.png) no-repeat;
	right: auto;
	left: 10px;
}
.prev-disable {background: url(../img/motools/btn-prev-disable.png) no-repeat;display:  none;}
.control {
	font-size: 12px;
	line-height: 21px;
}
