.TurnPicSort1{
	width:325px;
	height:210px;
	position:relative;
	background-color:#ccc;
}
#TurnPicSort1_idPicText{
	line-height:25px;
	height:25px;
	text-align:center;
	font-weight:bold;
	width:325px;
	white-space:nowrap;
	overflow:hidden;
	font-size:12px;
	background-color:#333;
}
#TurnPicSort1_idPicText a{
	text-decoration:none;
	color:#FFF;
	display:block;
}
 
#TurnPicSort1_idPicList{
	width:325px;
	height:60px;
	float:left;
	overflow:hidden;
	background-color:#ccc;	
} 
#TurnPicSort1_idPicList img{
	cursor:pointer;
	width:76px;
	height:50px;
	filter:alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
	border:0;
	margin:5px;
	margin-left:0px;
}
#TurnPicSort1_idPicList img.on{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
 
 
 
#TurnPicSort1_idNum{ position:absolute; right:2px; bottom:1px;}
#TurnPicSort1_idNum 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;
}
#TurnPicSort1_idNum li.on{
	line-height: 18px;
	width: 18px;
	height: 18px;
	font-size: 14px;
	border: 0;
	background-color: #ce0609;
	font-weight: bold;
}
