@charset "utf-8";
/* CSS Document */

#ovendial {
	height: 230px;
	width: 230px;
	margin: 0;
	padding: 0;
}
.state1 {
	background: url(/images/service-graphic-active.gif) 0 0 no-repeat;
}
.state2 {
	background: url(/images/service-graphic-active.gif) -230px 0 no-repeat;	
}
.state3 {
	background: url(/images/service-graphic-active.gif) -460px 0 no-repeat;	
}
.state4 {
	background: url(/images/service-graphic-active.gif) -690px 0 no-repeat;	
}

