.jquery-color-select {display: inline; font-size: 30px; line-height: 30px; cursor: pointer; cursor: hand;}
.jquery-color-select .mark {display: inline;}

.jquery-color-select img {vertical-align: middle; width: 30px; height: 30px;}
.jquery-color-select img{background: transparent url('/images/color-select.png') no-repeat;}

.jquery-color-select img{
	background-position: 0px 0px;
}
.jquery-color-select-hover img{
	background-position: 0px -30px;
}
.jquery-color-select-checked img{
	background-position: 0px -60px;
}
.jquery-color-select-checked .jquery-color-select-hover img {
	background-position: 0px -60px;
}
