/* CSS Document */

#idPicShow{
	width:260px;
	height:200px;
	margin-left:-1px;
	position:relative;
	border:1px solid #DDD;
}
#idPicText{
	line-height:25px;
	text-align:center;
	font-weight:bold;
	width:260px;
	white-space:nowrap;
	overflow:hidden;
	font-size:14px;
	float:left;
}
#idPicText a{
	text-decoration:none;
	color:#333;
	display:block;
}
#idPicList div {
margin-left:10px;
float:left;
width:60px;
}
#idPicList li{
	
}
#idPicList img{
	cursor:pointer;
	width:60px;
	height:40px;
	filter:alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
	border:0;
	margin:5px;
	margin-left:10px;
	border:0.2em solid #DDD;
	border-bottom-color:#555;
	border-right-color:#555;
}
#idPicList img.on{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	border:0.2em solid #DDD;
	border-top-color:#555;
	border-left-color:#555;
}

#idNum{ position:absolute; right:5px;
bottom:0px;
_bottom:4px;}
#idNum li{
	float: left;
	list-style:none;
	color: #fff;
	text-align: center;
	line-height: 12px;
	width: 13px;
	height: 13px;
	font-family: Arial;
	font-size: 11px;
	cursor: pointer;
	margin: 1px;
	border: 1px solid #707070;
	background-color: #060a0b;
}
#idNum li.on{
	line-height: 13px;
	width: 14px;
	height: 14px;
	font-size: 12px;
	border: 0;
	background-color: #ce0609;
	font-weight: bold;
}
