.timer .container { padding-left : 9px; position : relative; z-index : 10; background : url('../assets/timer.png') no-repeat 5px 0; overflow : hidden; height : 78px; }

.timer .container .label { float : left; width : 0px; color : #825740; font-family : sans-serif; text-align : right; font-size : 1.10em; margin : 6px 0px 0 10px; }




.timer {
	display        : inline-block;
	vertical-align : top;
	width          : 280px;
	}

.timer .container div {
	height : 55px; width : 27px; float : left;
	}

div.hourPlay, div.dayPlay, div.minutePlay, div.secondPlay { background : url('../assets/timer0_9.png') repeat 0 0; margin-top : 1px }

div.minute6Play, div.second6Play { background : url('../assets/timer0_5_l.png') repeat 0 0; margin : 1px 0 0 11px; }

div.hour2Play, div.day1Play { background : url('../assets/timer0_2_l.png') repeat 0 0; margin : 1px 0 0 11px; }