@CHARSET "UTF-8";

#TickerCounterText
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#282727;
	font-weight:bold;
	float:left;
	width:auto;
	padding-right:7px;

}

.custom-counter {
		
		float:left;
		margin-top:-2px;
		padding-left:5px;
		padding-right:5px;
		padding-top:2px;
		padding-bottom:2px;
		background-color:#000;


border-top: 1px solid #c4c4c4;
		border-bottom: 1px solid #000;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
			border-radius: 13px;
	-moz-border-radius: 13px;
}

/* You may remove those example classes below if not used by Your code */
.example-counter-0 {
	margin: 0px auto; 
	background-color: white;
	border: 5px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 5px 5px 10px #000000;
	-webkit-box-shadow: 5px 5px 10px #000000;
	-khtml-box-shadow: 5px 5px 10px #000000;
	box-shadow: 5px 5px 10px #000000;
}
.example-counter-1 {
	background-color: white;
	float: left;
	border: 5px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 5px 5px 10px #000000;
	-webkit-box-shadow: 5px 5px 10px #000000;
	-khtml-box-shadow: 5px 5px 10px #000000;
	box-shadow: 5px 5px 10px #000000;
}
.example-counter-2 {
	margin: 0px auto;
	background-color: white;
	border: 5px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 5px 5px 10px #000000;
	-webkit-box-shadow: 5px 5px 10px #000000;
	-khtml-box-shadow: 5px 5px 10px #000000;
	box-shadow: 5px 5px 10px #000000;
}
.example-counter-3 {
	margin: 0px auto; 
	background-color: black;
	border: 7px solid #222222;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 5px 5px 10px #000000;
	-webkit-box-shadow: 5px 5px 10px #000000;
	-khtml-box-shadow: 5px 5px 10px #000000;
	box-shadow: 5px 5px 10px #000000;
}
.example-counter-4 {
	background-color: white;
	float: left;
	border: 5px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 5px 5px 10px #000000;
	-webkit-box-shadow: 5px 5px 10px #000000;
	-khtml-box-shadow: 5px 5px 10px #000000;
	box-shadow: 5px 5px 10px #000000;
}
.example-counter-7 {
	margin: 0px auto; 
	background-color: white;
	border: 5px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 5px 5px 10px #000000;
	-webkit-box-shadow: 5px 5px 10px #000000;
	-khtml-box-shadow: 5px 5px 10px #000000;
	box-shadow: 5px 5px 10px #000000;
}
.example-counter-8 {
	margin: 0px auto; 
	background-color: white;
	border: 5px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 5px 5px 10px #000000;
	-webkit-box-shadow: 5px 5px 10px #000000;
	-khtml-box-shadow: 5px 5px 10px #000000;
	box-shadow: 5px 5px 10px #000000;
}
.example-counter-9 {
	margin: 35px auto; 
	background-color: white;
	border: 5px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 5px 5px 10px #000000;
	-webkit-box-shadow: 5px 5px 10px #000000;
	-khtml-box-shadow: 5px 5px 10px #000000;
	box-shadow: 5px 5px 10px #000000;
}

.counter_character {
	display: inline;
	float: left;
	position: relative;
	/*top: -35px;*/
	margin-left: 1px;
	margin-right: 1px;
}

.counter_text {
	font-family: Tahoma;
	font-weight: bold;
	background-color: #000
	font-size: 20px;
	line-height: 30px;
	text-align: left;
	color: #FFF;
}

.counter_character_left {
	margin-left: 0px;
	margin-right: 2px;
	
}

.counter_character_inner {
	margin-left: 2px;
	margin-right: 2px;
}

.counter_character_right {
	margin-left: 2px;
	margin-right: 0px;
}

.counter_marker {
	position: relative;
	z-index: 10;
}