.center {
	top: 198px;
	height: 312px;
	background-color: transparent;
	overflow: hidden;
}

.content {
	top: 27px;
	background-color: transparent;
}

.content_hide {
	position: absolute;
	top: 285px;
	width: 10000px;
	height: 27px;
	background-color: transparent;
	z-index: 100; 
}

.moment_title {
	position: absolute;
	left: 66px;
	color: #fe0000;
	font: 13px Verdana, Helvetica, Arial, sans-serif;
	white-space: nowrap;
	display: none;
}

.moment_year {
	position: absolute;
	top: 298px;
	left: 0px;
	width: 57px;
	color: #9a9a9a;
	font: 13px Verdana, Helvetica, Arial, sans-serif;
	white-space: nowrap;
	text-align: center;
}

.moment {
	position: relative;
	width: 57px;
	height: 285px;
	float: left;
	cursor: pointer;
	background-color: transparent;
}

.moment_hide {
	position: absolute;
	width: 57px;
	height: 285px;
	float: left;
	background-color: #fe0000;
	filter: alpha(opacity=0);
	opacity: 0;
	cursor: pointer;
	z-index: 99;
}
