.yearNav{
	color:#666666;
	font-size: 20px;
	text-align: right;
	float:right;
}

.leftArrow{
	width:22px;
	height:23px;
	cursor:pointer;
	cursor:hand;
	border:none;
	background: url(/images/leftArrow.png) no-repeat;
	float:left;
}

.yearDiv{
	float:left;
	padding-top:1px;
}

.rightArrow{
	width:22px;
	height:23px;
	cursor:pointer;
	cursor:hand;
	border:none;
	background: url(/images/rightArrow.png) no-repeat;
	float:left;
}