img { border: 0; }

pre {
	margin: 0 0 0px;
	color: #000094;
}
.gallery {
	margin: 0 0 0px;
	width: 1200px;
	position: relative;
}

/* fade */
.gallery-fade { width: 1200px; }
.gallery-fade .holder ul {
	list-style: none;
	width: 100%;
	height: 595px;
}
.gallery-fade .holder ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
}

.paging {
	position: absolute;
	top: 550px;
	left: 550px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 100;
}
.paging li {
	padding: 0 5px 0 0;
	float: left;
}
.paging li a {
cursor: pointer;margin-right:10px;text-indent:-9999px;width:10px;height:10px;border-radius:50%; background:#2c68b0;overflow:hidden;display:inline-block;zoom:1; *display:inline /*IE7 HACK*/; _display:inline; /*IE6 HACK*/
}
.paging li a.active {
	background:#fda100;
}
.next,
.prev {
	position: absolute;
	right: 50px;
	top: 50%;
	margin-top: -25px;
	width: 24px;
	height: 60px;
	background: url(../img/motools/nextBt.png) no-repeat;
	z-index: 20;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}
.next-disable { background: url(../img/motools/nextBt.png) no-repeat; }
.prev {
	background: url(../img/motools/prevBt.png) no-repeat;
	right: auto;
	left: 50px;
}
.prev-disable { background: url(../img/motools/prevBt.png) no-repeat; }
.control {
	font-size: 0px;
	line-height: 0px;
}