#graphKeeper
{
	position: absolute;
	left: 0;
	right: 0;
	overflow: hidden;
	height: 300px;
	padding-left: 70px;
}

#graph
{
	margin-top: 125px;
	width: 3000px;
	height: 56px;
	background: url(images/life_bar/bar_back2.png);
	background-position: 0 -56px;
	position: relative;
}


#graph span
{
	display: block;
	height: 30px;
	background-image: url(images/life_bar/bar2.png);
	background-position: 0 -30px;
	line-height: 30px;
	position: relative;
	top: 8px;
	width: auto;
	color: rgba(255,255,255,0.6);
	font-weight: bold;
	text-shadow: none;
	float: left;
}

#graph .graphEnder
{
	display: block;
	width: 32px;
	height: 30px;
	background: url(images/life_bar/bar2.png) bottom left;
}

#graph .starter, #graph .ender
{
	height: 56px;
	width: 40px;
	background-image: url(images/life_bar/bar_back2.png);
	float: left;
}

#graph .ender
{
	float: right;
	background-position: left bottom;
}

#graph .starter span
{
	background-position: 0 0;
	width: 26px;
	float: right;
	text-align: right;
	margin-left: 0;
    padding-right: 6px;
}

.marker, .iMarker
{
	position: absolute;
	background-repeat: no-repeat;
	background-position: top left;
	width: auto;
	height: 38px;
	padding-left: 20px;
	font-size: 10px;
	line-height: 14px;
	top: -20px;
    z-index: 1;
}

.iMarker
{
	top: 28px;
	background-image: url(images/life_bar/iMarker.png);
	padding-top: 23px;
	padding-bottom: 2px;
	height: auto;
}

.colMain .red{background-image:url(images/life_bar/marker_red.png)}
.colMain .green{background-image:url(images/life_bar/marker_green.png)}
.colMain .blue{background-image: url(images/life_bar/marker_blue.png)}
.colMain .yellow{background-image: url(images/life_bar/marker_yellow.png)}
.colMain .turquise{background-image: url(images/life_bar/marker_turquise.png)}
.colMain .orange{background-image: url(images/life_bar/marker_orange.png)}
.colMain .violet{background-image: url(images/life_bar/marker_violet.png)}

.size2
{
	height: 58px;
	background-position: 0 -41px;
	top: -40px;
}

.size3
{
	height: 78px;
	background-position: 0 -102px;
	top: -60px;
}

.size4
{
	height: 98px;
	background-position: 0 -183px;
	top: -80px;
}

.size5
{
	height: 118px;
	background-position: 0 -284px;
	top: -100px;
}

.iMarker.size2, .iMarker.size3, .iMarker.size4, .iMarker.size5   
{
	height: auto;
	top: 28px;
}

.iMarker.size2
{
	padding-top: 43px;
}

.iMarker.size3
{
	padding-top: 63px;
}

.iMarker.size4
{
	padding-top: 83px;
}

.iMarker.size5
{
	padding-top: 103px;
}

.iMarker.last
{
	background-position: top right;
	text-align: right;
	padding-left: 0;
	padding-right: 20px;
	right: 0;
}

.goRight, .goLeft
{
	display: block;
	width: 59px;
	height: 300px;
	position: absolute;
	right: 0;
	text-shadow: none;
	color: rgba(0,0,0,0);
	background: url(images/life_bar/overlay_right.png) top left;
	top: 0;
    z-index: 2;
}

.goLeft
{
	background-image: url(images/life_bar/overlay_left.png);
	right: auto;
	left: 0;
}

.goRight:hover, .goLeft:hover
{
	background-position: bottom;
}

.colLeft .red{background-position: 0 1px;}
.colLeft .yellow{background-position: 0 -19px;}
.colLeft .grey{background-position: 0 -39px;}
.colLeft .blue{background-position: 0 -60px;}
.colLeft .green{background-position: 0 -80px;}
.colLeft .orange{background-position: 0 -100px;}
.colLeft .turquise{background-position: 0 -120px;}
.colLeft .violet{background-position: 0 -140px;}
