img { border: none; }
a { color: #6b7b95; }
a:hover { color: #e79d35; }
.gallery {
	margin: 0 0 10px;
	width: 991px;
	position: relative;
	overflow: hidden;
}
.gallery .holder {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.gallery .holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 30000px;
}
.gallery.gallery3 .holder ul {
	width: 991px;
}
.gallery.gallery3 ul li {
	margin-bottom: 10px;
}
.gallery.gallery3 ul li.right {
	padding-right: 0px;
}
.gallery .holder ul li {
	float: left;
	width: 240px;
	padding: 0 10px 1px 0;
}
.gallery .holder ul li img { display: block; }
.next,
.prev {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -30px;
	width: 50px;
	height: 65px;
	background: url(/common/abpages2/images/btn_next.png) no-repeat;
	z-index: 20;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}
.next-disable { background: url(/common/abpages2/images/btn-next-disable.png) no-repeat; }
.prev {
	background: url(/common/abpages2/images/btn_prev.png) no-repeat;
	right: auto;
	left: 0px;
}
.prev-disable { background: url(/common/abpages2/images/btn-prev-disable.png) no-repeat; }
.stop,
.start {
	background: url(/common/abpages2/images/btn-pause.png) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	float: left;
	margin: 0 0 0 10px;
	outline: none;
	cursor: pointer;
}
.stopped .start { background: url(/common/abpages2/images/btn-play.png) no-repeat; }
.start,
.no-active .start {
	margin: 0;
	background: url(/common/abpages2/images/btn-play-disable.png) no-repeat;
}
.stopped .stop { background: url(/common/abpages2/images/btn-pause-disable.png) no-repeat; }
.control {
	font-size: 18px;
	line-height: 21px;
	padding: 1px 0 0;
}