.TDW_module_clock {
	background: none !important;
}


.clock_date {
	text-align: center;
	padding: 0 0 5px 0;
}

.clock_analog {
	width: 160px;
	height: 155px;
	overflow: hidden;
	margin: 0 auto;
	background: url(../images/clock-classic-bg.jpg) 0 0 no-repeat;
	text-align: center;
	position: relative;
	zoom: 1;
	font-size: 10px !important;
	font-family: helvetica,arial,sans-serif;
	display: none;
}

	.clock_colnumbers {
		color: #fff;
		font-size: 10px;
		text-align: center;
		padding-top: 10px;
		font-weight: bold;
		z-index: 1000;
	}
	.clock_colhours {
		background: #4a4335;
		width: 2px;
		height: 2px;
		font-size: 2px;
		z-index: 998;
	}
	.clock_colminutes {
		background: #575042;
		width: 1px;
		height: 1px;
		font-size: 1px;
		z-index: 997;
	}
	.clock_colseconds {
		background: #6a655b;
		width: 1px;
		height: 1px;
		font-size: 1px;
		z-index: 999;
	}

.clock_flash {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	position: relative;
	zoom: 1;
}
.w_120 {
	width: 120px !important;
	height: 120px !important;
}
