/* CSS Document */

.container, .container *{
	padding:0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0px;
}
.bbx
{
width:755px;
float:left;
padding-bottom:10px;
}
.container{
	width:755px;
	height:150px;
	overflow:hidden;
	position:relative;
}
.container2{width:232px; height:60px; overflow:hidden;position:relative;}
.slider{
	position:absolute;
	left: -151px;
}
.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;
}

