.jquery-checkbox {float:left; font-size: 32px; line-height: 32px; cursor: pointer; cursor: hand; margin-left:5px; position:relative; }
.jquery-checkbox .mark {display: inline;}

.jquery-checkbox img {vertical-align: middle; width: 32px; height: 34px;}
.jquery-checkbox img{background: transparent url(../../img/radio_btn.jpg) no-repeat;}

.jquery-checkbox img{
	background-position: 0px 0px;
}
.jquery-checkbox-hover img{
	background-position: -32px 0px;
}
.jquery-checkbox-checked img{
	background-position: 0px -34px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
	background-position: -32px -34px;
}

.jquery-checkbox div.label{
	position:absolute;
	top:0;
	left:0;
	width:32px;
	height:32px;
	text-align: center;
	line-height:32px;
	color:#111111;
	font-size:20px;
}

label{
	display: none;
}
