#grand_opening_countdown {
	float: left;
	position: relative;
	width: 227px;
	height: 198px;	
	background:url(http://parksidevictoria.com/images/grand-opening-widget.gif) no-repeat;	
	clear:both;
	margin: 10px 0 0 17px;
}


#grand_opening_countdown a {
	display: block;
	position: absolute;
	width: 227px;
	height: 198px;	
	z-index: 5000;
	
}

#countdown_dashboard {
	position: absolute;
	top:146px; 
	left:21px;
}


/* plugin CSS */


.dash {
	/* background: transparent url('dash.png') 0 0 no-repeat; */
	float: left;
	margin-left: 10px;
	height: 34px;
	text-align: center;
	width: 35px;
	position: relative;
}


.weeks_dash {
	display:none;
}


.dash .digit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	float: left;
	text-align: left;
	position: relative;
	font-size: 22px;
	width: 15px;
}

.dash_title {
	position: absolute;
	bottom:0;
	font-size: 10px;
	color: #676767;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:block;
	clear:both;
	padding-left: 1px; 
	left:0;

}

