/* CSS Document */
.vit a{
	background:url(images/page_num.gif) no-repeat 0 0;
	width:37px;
	height:42px;
	display:block;
	text-align:center;
	float:left;
	margin:0 5px;	
	padding-top:6px;
	text-decoration:none;
	color:#333;
}

.vit a:hover{
	background:url(images/page_num.gif) no-repeat 0 100%;
	color:#FFF;
}

.vit .current{
	background:url(images/page_num.gif) no-repeat 0 100%;
	width:37px;
	height:42px;
	display:block;
	float:left;
	text-align:center;
	margin:0 5px;
	padding-top:6px;
	font-weight:bold;
	color:#FFF;
}

.vit{
	height:1%;
	overflow:hidden;
	padding:10px 0;
	clear:both;
}


