#staticcounter {
	/* We have to set the float clearing explicitely for Mac IE 5, no other reason*/
	clear:both;
}
#counter_static, #counter_dyn {
	width:130px;
	height:124px; 
	border:1px solid #000;
	background-color:#ffffff;
}
#counter_static {
	position:relative;
	top:10px;
	left:0px;
	z-index:100;
	
}
#counter_dyn {
	position:absolute;
	top:-140px;
	left:450px;
	z-index:110;
}
#counter_images {
	position:relative;
}
#counter_image_left {
	position:absolute;
	left:2px;
	top:2px;
	width:50%;
	background-color:#212121;
	text-align:right;
}
#counter_image_right {
	position:absolute;
	right:2px;
	top:2px;
	width:50%;
	background-color:#212121;
	text-align:left;
}
#counter_text {
	position:absolute;
	top:64px;
}
p.counter_text_top {
	padding:0 0 0 0; 
}
#counter_static p, #counter_dyn p {
	margin:4px;
	color:#000000;
	font-family:Verdana,Arial;
	font-size:10px;
	line-height:12px;
}
#counter_static a, #counter_dyn a {
	background-color:#ffffff;
	color:#e60003;
	font-family:Verdana,Arial;
	font-size:10px;
	line-height:12px;
	font-weight:normal;
	text-decoration:none;
}
#counter_static a:hover, #counter_dyn a:hover {
	color:#f71b59;
}