.changeBox {
	overflow:hidden;
	float:left;
	width:255px;
	height:210px;
	padding:2px;
	position:relative;
	border:1px solid #aaa;
	margin:-7px auto auto 10px;

}
.changeBox img {
	border:none;
	width:255px;
	height:210px;
}
.changeBox a {
	text-decoration:none;
	font-size:12px;
}
.changeDiv {
	position:absolute;
	top:2px;
	left:2px;
	display:none;
}
.changeDiv h4 {
	position:absolute;
	left:0;
	bottom:1px;
	width:255px;
	height:25px;
	line-height:25px;
	background:#fff;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.changeDiv h4 a {
	display:block;
	padding-left:5px;
	color:#FF6600;
}
/* ul_change */
.ul_change {
	position:absolute;
	right:2px;
	bottom:8px;
	padding-left:19px;
	overflow:hidden;
}
.ul_change li {
	display: -moz-inline-stack;
	display:inline-block;
*display:inline;
*zoom:1;
}
.ul_change span {
	display: -moz-inline-stack;
	display:inline-block;
*display:inline;
*zoom:1;
	font-size:0.8em;
	padding:0px 3px;
	margin-right:2px;
	border:1px solid #999;
	background:#fff;
	filter:alpha(opacity=85);
	opacity:0.85;
	cursor:hand;
	cursor:pointer;
}
.ul_change span.on {
	border:1px solid #CC0000;
	background:#FFFF9D;
	color:#CC0000;
}
