div[tagType='TimeNavigate'] {
	margin: 10px 0px;
	background-color: #F3F3F3;
	background-image: url(../img/line.png);
	background-repeat: repeat-x;
	background-position: 0% 48px;
	height: 60px;
	width: 597px;
	padding: 31px 10px 20px;
}

div[tagType='TimeNavigate'] .yearLeft{
	width: 33px;
	height: 35px;
	background-image: url(../img/arr_left.png);
	background-repeat: no-repeat;
	float:left;
}

div[tagType='TimeNavigate'] .yearLeftEn{
	width: 33px;
	height: 35px;
	background-image: url(../img/arr_left_g.png);
	background-repeat: no-repeat;
	float:left;
	cursor:pointer;
}

div[tagType='TimeNavigate'] .yearRight{
	width: 33px;
	height: 35px;
	background-image: url(../img/arr_right.png);
	background-repeat: no-repeat;
	float:right;
}

div[tagType='TimeNavigate'] .yearRightEn{
	width: 33px;
	height: 35px;
	background-image: url(../img/arr_right_g.png);
	background-repeat: no-repeat;
	float:right;
	cursor:pointer;
}
div[tagType='TimeNavigate'] .yearCell{
	width: 45px;
	height: 35px;
	background-image: url(../img/ball_s.png);
	background-repeat: no-repeat;
	float: left;
	margin: 0px 40px;
	cursor:pointer;
}
div[tagType='TimeNavigate'] .yearCell a{
	position: relative;
	top: 30px;
	color: darkgray;
/* 	font-family: 微软雅黑; */
	text-decoration: none;
	font-size: smaller;
	text-align: center;
}
div[tagType='TimeNavigate'] .yearCellEn{
	width: 70px;
	height: 66px;
	background-image: url(../img/ball.png);
	background-repeat: no-repeat;
	float: left;
	margin: -18px 40px;
}
div[tagType='TimeNavigate'] .yearCellEn a{
	position: relative;
	top: 49px;
	color: green;
/* 	font-family: 微软雅黑; */
	text-decoration: none;
	margin: 2px -5px;
	font-size: 12px;
	padding: 10px 10px;
	white-space:nowrap;
}

div[tagType='TimeNavigate'] .yearCellEn span{
	position: relative;
	top: 24px;
	color: white;
/* 	font-family: 微软雅黑; */
	text-decoration: none;
	font-size: 12px;
	padding: 8px;
}