@charset "utf-8";
/* CSS Document */

#slideBox {
	width: 500px;
	height: 300px;
	overflow: hidden;
	position: relative;
	margin-top: 0px;
	background-color: #eee;
}
#slideBox ul#show_pic {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 300px;
	width: 3000px;
	position: absolute;
}
#slideBox ul#show_pic li {
	float: left;
	margin: 0;
	padding: 0;
	height: 300px;
}
#slideBox ul#show_pic li img {
	display:block;
}
#iconBall {
	position:absolute;
	bottom:0;
	right:0;
	margin: 0;
	padding: 0;
}
#iconBall li {
	float: left;
	color: #999999;
	width: 26px;
	height: 28px;
	line-height: 28px;
	cursor: pointer;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding-top: 4px;
	font-family: Verdana, Geneva, sans-serif;
}
#iconBall li.active {
	color: #fff;
	background-image: url(../images/iconbg.png);
	background-repeat: no-repeat;
}
#slideText {
	width: 500px;
	height: 28px;
	color: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;

	*background:transparent;
	background-color: rgba(0,0,0,0.6);
}
#textBall {
	margin: 0;
	padding: 0;
	position: absolute;
	overflow: hidden;
	left: 10px;
	bottom: 6px;
	width: 300px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#textBall li {
	float: left;
	cursor: pointer;
	display: none;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
}
#textBall li.active {
	display:block;
}
#textBall li a {
	text-decoration:none;
	color:#fff;
}
