/* CSS Document */

.container, .container *{margin:0; padding:0;}
.bbx
{
width:755px;
float:left;
padding-bottom:10px;
}
.container{width:755px; height:120px; overflow:hidden;position:relative;}
.container2{width:232px; height:60px; overflow:hidden;position:relative;}
.slider{position:absolute;}
.slider li{ list-style:none;display:inline;}
.slider img{ width:755px; height:120px; display:block;}
#idSlider img{ width:232px; height:60px; display:block;}
.slider2{width:2500px;}
.slider2 li{float:left;}

.num{ position:absolute; right:5px; bottom:5px;}
.num li{
	float: left;
	color: #000000;
	text-align: center;
	line-height: 22px;
	width: 22px;
	height: 22px;
	font-family: Arial;
	font-weight:bold;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 1px;
	border:1px solid #999999;
	background-color: #fff;
}
.num li.on{

	color: #000000;
	line-height: 22px;
	width: 22px;
	height: 22px;
	font-size: 16px;
	font-weight:bold;
	margin: 3px 1px;
	border:1px solid #999999;
	background-color: #ffcc33;

	font-weight: bold;
}