#tab-diabetes {
	background-image:url('../images/tab-diabetes.png');
	width:82px;
	height:40px;
}
#tab-cardio {
	background-image:url('../images/tab-cardio.png');
	width:132px;
	height:40px;
}
#tab-osteoporosis {
	background-image:url('../images/tab-osteoporosis.png');
	width:109px;
	height:40px;
}

#channel-diabetes h2 {
	background-image:url('../images/tab-diabetes.png');
	background-position:82px 0;
	
	position:absolute;
	left:112px;
	top:-40px;
	width:82px;
	height:40px;
}
#channel-cardio h2 {
	background-image:url('../images/tab-cardio.png');
	background-position:132px 0;
	
	position:absolute;
	left:198px;
	top:-40px;
	width:132px;
	height:40px;
}
#channel-osteoporosis h2 {
	background-image:url('../images/tab-osteoporosis.png');
	background-position:109px 0;
	
	position:absolute;
	left:334px;
	top:-40px;
	width:109px;
	height:40px;
}

