.container2{
	width:550px;
	height:300px;
	float:left;
	overflow:hidden;
	border:1px solid #999;
}
#idPicShow2 img{
	margin-top:-54px;
	border:0px;
	}
#idPicText2{
	position:absolute;
}
#idPicText2 a{position:absolute;
}
#idPicList2 img{
	cursor:pointer;
	filter:alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
}
#idPicList2 img.on{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#idNum2{ position:relative; top:255px; left:385px; display:inline-block; }
#idNum2 li{
	float: left;
	list-style:none;
	color: #fff;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	margin: 1px;
	border: 1px solid #707070;
	background-color: #060a0b;
}
#idNum2 li.on{
	line-height: 18px;
	width: 18px;
	height: 18px;
	font-size: 14px;
	background-color: #ce0609;
	font-weight: bold;
}
