div.fadeContent > div {
	background-color: #FFF;
	height: 260px;
	width: 458px;
	overflow: hidden;
	margin: 0px;
}

div.fadeContent > div > div {
	height: 260px;
	overflow: hidden;
}

div.fadeContent > ul {
	position: absolute;
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 18px;
	margin: -22px 0 0 5px;
	z-index: 500;
}

div.fadeContent > ul li{
	float: left;
	margin-left: 5px;
}

div.fadeContent > ul h1{
	float: left;
	height: 0px;
	padding-top: 13px;
	width: 13px;
	margin: 0px;
	background-image: url(../images/fadecontent/grey.png);
	overflow: hidden;
}

div.fadeContent > ul li.active h1 {
	cursor: pointer;
	background-image: url(../images/fadecontent/green.png);
}
