
#abcHpSlideShow {
	position: relative;
	height:256px;
	overflow:hidden;
	width:741px;
	background:url(../images/slide_bg.jpg) no-repeat;
	padding:6px 8px 6px 6px;
	float:left;
}
#abcHpSlideShow .slideList {
	height:256px;
	width:741px;
	overflow: visible;
	padding:0px;
	margin:0;
}

.slideList li{
	height:256px;
	width:741px;
	display:none;
	background-repeat:no-repeat;
}


.slideList li.active{
	display:block;
}

.slideList li a.sLink{
	display:block;
	height:256px;
	width:741px;
}
.slide_info{
	background: #000;
	position: absolute;
	z-index: 1;
	height: 53px;
	bottom:6px;
	width:570px;
	padding:0;
	margin:0;
	color:#fff;
	font-size:11px;
	padding-left:7px;
	padding-right:165px;
}
.slide_info a{
	color:#fff;
}
#abcHpSlideShow .slideControls {
	position: absolute;
	bottom:6px;
	z-index: 2;
	height:26px;
	text-align:right;
	display:none;
	width:741px;
	padding:0;
	margin:0;
	right:15px;
}

.slideControls li{
	display: inline-block;
	height: 18px;
	width: 19px;
	cursor:pointer;
	line-height:18px;
	color:#fff;
	text-align:center;
	background:url(../images/slide_num.png) no-repeat;
	#display:inline;
	_float:right;
	margin-left:2px;
}
.slideControls li:hover,
.slideControls li.active{
	background:url(../images/slide_active.png) no-repeat;
}

.slideControls li.right,.slideControls li.left{
	display:none;

}
