#weight-loss {
	background: url('/img/hard-facts/weight-loss/background.jpg') no-repeat 0 0;
	width: 737px;
	height: 412px;
	position: relative;
	z-index: 10;
	overflow: hidden;
}
	#weight-loss .intro {
		color: #fff;
		width: 260px;
		margin: 27px 0 0 36px;
	}
	#weight-loss .intro h2 {
		width: 214px;
		height: 30px;
		background: url('/img/hard-facts/weight-loss/headline.png') no-repeat 0 0;
		text-indent: -999em;
		margin: 0 0 8px 0;
	}
	#weight-loss .intro p {
		font-size: 15px;
		line-height: 18px;
		/* letter-spacing: -1px; */
		margin: 0 0 18px 0;
		font-weight: normal;
		color: #c0c2c3;
	}
	#weight-loss .intro .cta {
		text-transform: uppercase;
		margin-bottom: 40px;
		font-size: 13px;
		color: #999;
		background: url('/img/hard-facts/weight-loss/arrow-cta.png') no-repeat 138px 4px;
	}
	#weight-loss .intro ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	#weight-loss .intro ul li {
		text-transform: uppercase;
		font-size: 17px;
		color: #fff;
		cursor: pointer;
		margin-bottom: 20px;
		font-weight: normal;
	}
	#weight-loss .intro ul li:hover{color: #999999;}
	
	#weight-loss .detail {
		position: absolute;
		z-index: 20;
		height: 115px;
	}
	#weight-loss .detail p {
		font-size: 13px;
		line-height: 17px;
		/* letter-spacing: -1px; */
		margin: 15px 10px 1em 127px;
		color: #fff;
	}
	#weight-loss .detail#muscle {
		top: 117px;
		left: 374px;
		width: 340px;
		background: url('/img/hard-facts/weight-loss/muscle.png') no-repeat 0 0;
	}
	#weight-loss .detail#appetite {
		top: 262px;
		left: 312px;
		width: 330px;
		background: url('/img/hard-facts/weight-loss/appetite.png') no-repeat 0 0;
	}
	#weight-loss .detail#skin {
		top: 80px;
		left: 335px;
		width: 343px;
		background: url('/img/hard-facts/weight-loss/skin.png') no-repeat 0 0;
	}
	#weight-loss .detail#weightgain {
		top: 252px;
		left: 345px;
		width: 367px;
		background: url('/img/hard-facts/weight-loss/weightgain.png') no-repeat 0 0;
	}
	#weight-loss .share_this {
		position: absolute;
		z-index: 100;
		bottom: 16px;
		right: 20px;
	}

