/* CSS Document */
.vot{}
.vot a{
	background-image: url(../icon/vot1.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 14px;
	width: 14px;
}
.vot a:hover{
	background-image: url(../icon/vot2.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 14px;
	width: 14px;
}

