.jquery-custom-switches       {display: inline; font-size: 20px; line-height: 15px; cursor: pointer; cursor: hand;}
.jquery-custom-switches .mark {display: inline;}

.jquery-custom-switches img {vertical-align: middle; width: 35px; height: 15px;}
.jquery-custom-switches img{background: transparent url(switches.png) no-repeat;}

.jquery-custom-switches img{
	background-position: 0px -0px;
}
.jquery-custom-switches-hover img{
	background-position: 0px -15px;
}
.jquery-custom-switches-checked img{
	background-position: 0px -30px;
}
.jquery-custom-switches-checked .jquery-custom-switches-hover img {
	background-position: 0px -45px;
}

.jquery-custom-switches-disabled img{
	background-position: 0px -60px;
}
.jquery-custom-switches-checked .jquery-custom-switches-disabled img{
	background-position: 0px -75px;
}