.chart {
	font-family: 'Tahoma', serif;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 2px;
	cursor: default;
}

.chart>.bar_background {
	margin-top: 6px;
	background-color: black;
	position: relative;
	width: 100%;
	height: 40px;
	background: url('../images/aboutslider/bar-underlay.png') repeat 0 0 #111111;
}

.chart>.bar_background>.bar {
	position: aboslute;
	top: 0px;
	left: 0px;
	width: 50%;
	height: 30px;
	line-height: 30px;
	padding: 5px 0px 5px 1em;
	background: url('../images/aboutslider/bar-overlay.png') repeat 0 0 rgb(4, 222, 184);
	border-radius: 0px 3px 3px 0px;
	white-space: nowrap;
	overflow: visible;
}

#skill_chart {
	width: 415px;
}

#skill_chart .bar {
	width: 0px; /* initial bar width (width is animated using jQuery )*/
}