img { border: 0; }

pre {
	margin: 0 0 0px;
	color: #000094;
}
.gallery {
	margin: 0 0 0px;
	width:864px;
	position: relative;
}

/* fade */
.gallery-fade { width: 864px; }
.gallery-fade .holder ul {
	list-style: none;
	width: 100%;
	height: 541px;
}
.gallery-fade .holder ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
}
.paging {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 100;
}


.next,
.prev {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -25px;
	width: 40px;
	height: 40px;
	background: url(../img/motools/btn-next.png) no-repeat;
	z-index: 100;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}
.next-disable { background: url(../img/motools/btn-next-disable.png) no-repeat; }
.prev {
	background: url(../img/motools/btn-prev.png) no-repeat;
	right: auto;
	left: 0px;
}
.prev-disable { background: url(../img/motools/btn-prev-disable.png) no-repeat; }
.control {
	font-size: 12px;
	line-height: 10px;
}