.fLeft {
	float:left;
}
.mTB10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.overflow {
	overflow:hidden;
}

.yc{ width:500px; height:370px;
	overflow:hidden;
}

#bigpic { 
	margin-top: 8px; 
	margin-bottom: 0px;  
}
.jCarouselLite button {
	border:none;
}
.jCarouselLite {
	margin-bottom: 0px;
}
.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 { 
	width:expression(this.width>500 ? '500px' : true);
	width:expression(this.height>400 ? '400px' : true);  
}
ul.w25 li {
	float: left;
	width: 25%; margin-right:8px;  
} 