.b1 {
	position: relative;
}
.b1:link,
.b1:visited,
.b1:active,
.b1:focus,
.b1:hover {
	text-decoration: none;
	cursor: pointer;
	border: 0 none !important;
}
.b1 .hover {
	position: absolute;
	left: 0;
	top: 350px;
	background: url(../../../uploaded/images/user-kariera-hover.jpg);
	width: 138px;
	height: 40px;
}
.b1:link .hover,
.b1:visited .hover {
	display: none;
}
.b1:active .hover,
.b1:focus .hover,
.b1:hover .hover {
	display: block;
}

