.jquery-checkbox       {display: inline; font-size: 20px; line-height: 20px; cursor: pointer !important; cursor: hand !important;}
.jquery-checkbox .mark {display: inline;}

.jquery-checkbox img {vertical-align: middle; width: 75px; height: 22px;}
.jquery-checkbox img{background: transparent url(toggle_button.png) no-repeat;}

.jquery-checkbox img{
	background-position: 0px -22px;
}
.jquery-checkbox-hover img{
	background-position: 0px -66px;
}
.jquery-checkbox-checked img{
	background-position: 0px 0px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
	background-position: 0px -44px;
}

