.blockHead {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 8px;
}
.blockHead .title {
	float: left;
	font-size: 18px;
	font-weight: bold;
}
.blockHead .link {
	font-size: 11px;
	margin-top: 4px;
	margin-left: 10px;
	float: left;
}
.blockHead .link A {
	color: Red;
}
.blockHead .link A:HOVER {
	text-decoration: none;
}
.indexFade {
    background: url("/templates/img/vfade.png") repeat-x scroll right 0 transparent;
    height: 65px;
    position: absolute;
    width: 100%;
	bottom: -1px;
	font-size: 11px;
}
.indexFade .move {
    background: url("/templates/img/vfade.png") repeat-x scroll right 0 transparent;
	position: absolute;
	margin-left: -15px;
	width: 15px;
	height: 65px;
}
.indexFade .left {
	position: absolute;
	bottom: 0;
}
.indexFade .right {
	position: absolute;
	bottom: 17px;
}

.indexBlockMove {
	left: -15px;
	padding-left: 15px;
}
.indexFlow {
	margin-bottom: 20px;
}
.indexDoubleFlow {
	margin-bottom: 30px;
}
.indexFlowLeft {
	margin-left: 15px;
}
.indexMore {
	font-size: 11px;
	height: 16px;
	overflow: hidden;
	zoom: 1;
	position: relative;
}
.indexMore A {
	position: absolute;
	bottom: 0;
}
