.SG_Box {
	margin: 0;
	width:700px;
	height: 380px;
	position: relative;
}
.SG_Box .SG_Holder {
	width: 100%;
	height:330px;
	position: relative;
	overflow: hidden;
	z-index: 2;
	border: 1px solid #00963f;
}
.SG_Box .SG_Holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 30000px;
}
.SG_Box .SG_Holder ul li {
	float: left;
	width: 900px;
	height: 350px;
	padding: 0;
	background: url(none);
}
.SG_Box .SG_Holder ul li img { display: block; }

/* vertical mode */
.SG_Box-vert { width: 240px; }
.SG_Box-vert .holder { height: 362px; }
.SG_Box-vert .holder ul { width: auto; }
.SG_Box-vert .holder ul li { float: none; }
.SG_Box-vert .holder ul li img {
	vertical-align: top;
	display: inline;
}
/* fade */

.SG_Box-fade { width: 700px; }
.SG_Box-fade .SG_Holder ul {
	width: 100%;
	height: 350px;
}
.SG_Box-fade .SG_Holder ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 350px;
}
.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;
}
.SG_Next,
.SG_Prev {
	position: absolute;
	left: 90px;
	top: 300px;
	width: 40px;
	height: 40px;
	background: url(btn-next.png) no-repeat;
	z-index: 20;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}
.SG_Next-disable, .SG_Next:hover  { background: url(btn-next-disable.png) no-repeat; }
.SG_Prev {
	background: url(btn-prev.png) no-repeat;
	left: 45px;
}
.SG_Prev-disable, .SG_Prev:hover { background: url(btn-prev-disable.png) no-repeat; }
.control {
	font-size: 18px;
	line-height: 21px;
}