.weblistbox {
	DISPLAY: inline;
	FLOAT: left;
	WIDTH: 220px;
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 175px;
	text-align: center;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
}
.weblistbox-pic {
	margin-top: 5px;
}

.weblistbox p {
	font-family: "宋体", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 12px;
}
#huany a:hover {
	color: #000000;
	text-decoration: underline;
}

#huany a {
	font-family: "宋体", sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}



#ImageBoxOverlay {
	BACKGROUND: #000
}

#ImageBoxCaption {
	BACKGROUND: #f4f4ec
}

#ImageBoxContainer {
	BACKGROUND: #f4f4ec; WIDTH: 250px; HEIGHT: 250px
}

#ImageBoxCaptionText {
	FONT-WEIGHT: 700; FONT-SIZE: 13px; PADDING-BOTTOM: 5px; COLOR: #000
}

#ImageBoxCaptionImages {
	MARGIN: 0px
}

#ImageBoxNextImage {
	BACKGROUND: url(spacer.gif)
}
#ImageBoxPrevImage {
	BACKGROUND: url(spacer.gif)
}
#ImageBoxNextImage:hover {
	background-image: url(../img/next_image.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover {
	background-image: url(../img/prev_image.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

