.fLeft {
	float:left;
}
.mTB10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.overflow {
	overflow:hidden;
}

.yc{ width:630px; height:450px;
	overflow:hidden;
}
.yc #bigpic img{	max-width:630px;max-height:450px;width: expression(this.width > 630 && this.width > this.height ? 450 :true); height:expression(this.height >450 ? 450: true);vertical-align:middle; overflow:hidden
}

#bigpic { 
	margin-top: 8px;
	margin-bottom: 25px; overflow:hidden;
}
.jCarouselLite button {
	border:none;
}
.jCarouselLite {
	margin-bottom: 25px;
}
.imgScroll {
	background: url(/img/img_scroll.gif) no-repeat;
	height: 100px;
	width: 14px;
	background-color: transparent;
}
.prev {
	background-position: left center;
}
.next {
	background-position: -14px center;
}
.artContent {
	clear:both;
	font-size:14px;
	line-height:23px;
	overflow:hidden;
	padding:9px 0;
	color:#2f2f2f;
}

#bigpic img {
	max-width: 500px;
	max-height:400px;
	width:expression(this.width>500 ? '500px' : true);
	width:expression(this.height>400 ? '400px' : true); margin-bottom:500px;
}
ul.w25 li {
	float: left;
	width: 25%; margin-right:8px; padding:0px;
}