.clear {
	clear: both;
}
.clearer {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	width: 0;
}
.aRight {
	text-align: right;
}
.aLeft {
	text-align: left;
}
.aCenter {
	text-align: center;
}
table .valignTop {
	vertical-align: top;
}
table .valignMiddle {
	vertical-align: middle;
}
table .valignBottom {
	vertical-align: bottom;
}
.noOverflow {
	overflow: hidden;
}
.ieZoom {
	zoom: 1;
}
.pCarouselWrapper {
	width: 518px;
	margin: 0 auto;
	overflow: hidden;
	background-image:url(../img/img_fund_feat.png);
	padding: 4px 4px 4px 4px;
	height: 285px;
	color: #666666;
}
.pCarouselWrapper .controls {
	text-align: left;
	padding-bottom: 8px;
	color:#333333;
}
.pCarouselWrapper .controls a {
	padding: 0 10px;
	color: #8a8a8c;
}
#pCarousel li {
	float: left;
	padding: 0 !important;
	margin: 0 !important;
}
#pCarousel li .wrapper {
	padding: 0 4px;
	text-align: left;
	width: 484px;
}
#pCarousel li .wrapper img {
	border: 1px solid #efefef;
}
#pCarousel li .wrapper a {
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	color:#666666;
}


