
	#counter {
		color: #d1ab61;
		font-family: ImperatorSmallCaps, "Times New Roman", Times, serif !important;	
		font-size:20px;
		background:transparent url('../img/countdown.png') no-repeat 0px 8px;
		width:256px;
		height:75px !important;
		position:relative;
		z-index:1;
		left:920px;
		pointer-events:none
	}
	
	#counter .caption {
		padding-top:60px;
		width: 246px;
		pointer-events:all
	}
	
	#cntdwn {
		display:block;
		margin-left:0px
	}
		#counter table {
			position: absolute;
			width:212px;
			height:32px;
			margin:24px 27px 27px 24px;
		}
			#counter td {
				text-align:center;
				vertical-align:middle;
			}
			#days {
				width:50px;	
			}
			#hours {
				width:51px;	
			}
			#minutes {
				width:51px;	
			}
			#seconds {
				width:50px;	
			}