.button, .button-large, .button-bgSelect {
	position: absolute;
	display: block;
	cursor:pointer;
}
.button-wrapper, .button-large-wrapper, .button-bgSelect-wrapper  {
	display:block;
	position: relative;
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none; 
	-o-user-select: none; 	
}
.button-icon, .button-large-icon {
	opacity: 0;
	filter: alpha(opacity=0);
	background: transparent;
}
.button-bg {
	width:96px;
	height:96px;
	display:block;
	position:absolute;
	opacity:0;
	background: transparent;
	filter: alpha(opacity=0);

    margin-left: -1px;
    margin-top: -1px;

}
.button-large {
	width:153px;
	height:153px;
}
.button-large-bg {
	width:153px;
	height:153px;
	display:block;
	position:absolute;
	opacity:0;
	filter: alpha(opacity=0);
	background: transparent;
}

.button-large-icon {
	opacity:0;
	background: transparent;
	filter: alpha(opacity=0);
	position: absolute;
}
.button-bgSelect-icon {
	opacity:0;
	filter: alpha(opacity=0);
	position: absolute;
}

.button-dots {
    background: url("images/button-kontur.png") no-repeat center center;
    /*
	background:  url("images/buttonDots.png") no-repeat transparent;
	*/
	width:95px;
	height:95px;
	display:block;
	position:absolute;
	opacity:0;
	filter: alpha(opacity=0);	
	top: 0;
	left: 0;
}
.button-large-dots {
	background:  url("images/buttonLargeDots.png") no-repeat transparent;

	width:153px;
	height:153px;
	display:block;
	position:absolute;
	opacity:0;
	filter: alpha(opacity=0);	
}

.button-label-right {
	position: absolute;
	opacity:0;
	background: transparent;	
	filter: alpha(opacity=0);
}

.button-label-left {
	position: absolute;
	opacity:0;
	background: transparent;	
	filter: alpha(opacity=0);	
}





.button-bgSelect-bgOff, .button-bgSelect-bgHover {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: transparent;	
	filter: alpha(opacity=0);	
}
.button-perspective-icon {
	opacity:0;
	background: transparent;	
	position: absolute;
}
.button-perspective-circleWrapper {
	position: absolute;
	width: 45px;
	height: 45px;
	opacity: 0;
	filter: alpha(opacity=0);	
	background: transparent;	
}
.button-perspective-circleHover {
	position: absolute;
	width: 45px;
	height: 45px;
	top: 0px;
	left: 0px;
	opacity: 0;
	filter: alpha(opacity=0);	
	background: transparent;	
}
.button-perspective-circleOff {
	position: absolute;
	width: 45px;
	height: 45px;
	top: 0px;
	left: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	background: transparent;
}
.button-perspective-number {
	position: absolute;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 49px;
	font-family: bignoodletitlingoblique;
	top: 0;
	left: 0;
	color: #ffffff;
}
.perspective-front {
    left: 21px;
    top: -14px;
}
.perspective-back {
    bottom: -9px;
    left: 92px;
}
.perspective-right {
    left: -21px;
    top: 54px;
}

.button-color-label {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 42px;
	line-height: 42px;
}

.button-color-circleWrapper, 
.button-color-circleHover, 
.button-color-circleOff, 
.button-color-icon {
	width: 42px;
	height: 42px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

.color-white { left: 100px; }
.color-violet { left: 152px; }
.color-gray { left: 204px; }
.color-graphite { left: 256px; }
.color-black { left: 308px; }
.color-red { left: 360px; }


.button-wheel-container {
	width:95px;
	height:95px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.button-wheel-container.wheel1 {	top: 30px; }
.button-wheel-container.wheel2 {	top: 135px; }
.button-wheel-container.wheel3 {	top: 240px; }

.button-wheel-bg, .button-wheel-icon {
	position: absolute;
	top: 0;
	left: 0;
	width:95px;
	height:95px;
	opacity: 0;
	filter: alpha(opacity=0);	
	background: transparent;
}

.button-wheel-bg {
	opacity: 0;
	filter: alpha(opacity=0);
	background: transparent;
}



