img { border: none; }
.SliderGallery {
	width: 900px;
	position: relative;
}
.SliderGallery .holder {
	width: 94%;
	position: relative;
	overflow: hidden;
	z-index: 2;
	margin:0 0 0 27px;
}
.SliderGallery .holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 30000px;
}
.SliderGallery .holder ul li {
	float: left;
	width: 168px;
	padding: 0 1px 1px 0;
	list-style-type:none;
	text-align:center;
}
#branding .SliderGallery .holder ul li img {  }

/* fade */
.SliderGallery-fade { width: 240px; }
.SliderGallery-fade .holder ul {
	width: 100%;
	height: 180px;
}
.SliderGallery-fade .holder ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
}
.paging {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 100;
}
.paging li {
	padding: 0 10px 0 0;
	float: left;
}
.paging li a {
	width: 14px;
	height: 14px;
	display: block;
	background-color: red;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.paging li a.active {
	background-color: yellow;
	color: red;
}
.next,
.prev {
	position: absolute;
	right: 10px;
	top: 25%;
	width: 15px;
	height: 46px;
	background: url(images/btn-next.png) no-repeat;
	z-index: 20;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}
.next-disable { background: url(images/btn-next-disable.png) no-repeat; }
.prev {
	background: url(images/btn-prev.png) no-repeat;
	right: auto;
	left: 10px;
}
.prev-disable { background: url(images/btn-prev-disable.png) no-repeat; }
.control {
	font-size: 18px;
	line-height: 21px;
}