* {
	margin: 0px; padding: 0px; list-style-type: none;
}
a {
	border: 0px currentColor;
}
img {
	border: 0px currentColor;
}
#slideBox {
	margin: 0px auto; width: 643px; height: 400px; overflow: hidden; position: relative;
}
#slideBox ul#show_pic {
	list-style: none; margin: 0px; padding: 0px; width: 4000px; height: 400px; position: absolute;
}
#slideBox ul#show_pic li {
	margin: 0px; padding: 0px; height: 230px; float: left;
}
#slideBox ul#show_pic li img {
	display: block;
}
#iconBall {
	right: 0px; bottom: 0px; position: absolute;
}
#iconBall li {
	width: 32px; height: 28px; text-align: center; color: rgb(122, 122, 122); line-height: 28px; padding-top: 4px; font-size: 14px; font-weight: bold; float: left; cursor: pointer;
}
#iconBall li.active {
	background: url("iconbg.png") no-repeat; color: rgb(255, 255, 255);
}
#slideText {
	background: rgba(0, 0, 0, 0.7); left: 0px; width: 643px; height: 28px; bottom: 0px; color: rgb(255, 255, 255); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000); position: absolute;
}
#textBall {
	left: 5px; bottom: 3px; position: absolute;
}
#textBall li {
	color: rgb(255, 255, 255); font-size: 12px; float: left; display: none; cursor: pointer;
}
#textBall li.active {
	display: block;
}
#textBall li a {
	color: rgb(255, 255, 255); text-decoration: none;
}

