@charset "utf-8";
/* CSS Document */

#scroll {
	position:relative;
	height:309px;
	overflow:hidden;
	width:1002px;
	
	
}
 
#tools {
	width:9999em;
	position:absolute;
	height:309px;
}
 
.tool {
	float:left;
	width:1002px;
	height:309px;
	background-repeat:no-repeat;
}
 

 
#thumbs {	
	height:90px;
	position:absolute;
	top:273px;
		
}
 
.t a {
	background:transparent url(http://healthenterprises.com.au/images/tab.png) no-repeat scroll left;
	margin-left:2px;
	display:block;
	width:187px;
	float:left;
	height:41px;
	cursor:pointer;
	font-size:13px;
	text-align:center;
	color:#fff;
	line-height:47px;
}
 
.t a.active {
	cursor:default !important;
}

 
.navi {
	margin-left:0;

}
 
/* CSS sprite for the navigation */
#t0 	   { margin-left:20px;}
#t0.active { background-position:-187px 0 !important; }
#t0:hover  { background-position:-187px 0; }

 

#t1.active { background-position:-187px 0 !important; }
#t1:hover  { background-position:-187px 0; }
 

#t2.active { background-position:-187px 0 !important; }
#t2:hover  { background-position:-187px 0; }
 

#t3.active { background-position:-187px 0 !important; }
#t3:hover  { background-position:-187px 0; }
 

