body {padding:0;}
#scroll {
	position:relative;
	height:;
	overflow:hidden;
	/*border:1px solid #ddd;*/
	width:960px;
	padding:0px;
	height:500px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#tools {
	width:9999em;
	position:absolute;
	height:400px;
}

.tool {
	float:left;
	width:960px;
	height:340px;
	text-align:center;
}

.details {
	font-size:18px;
	color:#555;
	margin-top:-20px;
	background-color:transparent;
	padding:5px 148px;
}


#thumbs {
	background:url(../images/customBios/demo-navi.png) no-repeat;
	height:90px;
	position:absolute;
	top:425px;
	width:960px;
	left:0px;
}

.t {
	padding:0 !important;
	border:0 !important;
}

.t a {
	margin-left:10px;
	background:transparent url(../images/customBios/demo-navi.png) no-repeat scroll -21px -90px;
/*border:1px solid #000000;*/
	display:block;
	width:220px;
	float:left;
	height:90px;
	cursor:pointer;
}

.t a.active {
	cursor:default !important;
}

.navi {
	margin-left:120px;
	_margin-left:130px;
}

/* CSS sprite for the navigation */
#t1			{ background-position:-130px -90px; }
#t1:hover 	{ background-position:-130px -180px; }
#t1:active	{ background-position:-130px -270px; }
#t1.active	{ background-position:-130px 0 !important; }

#t2			{ background-position:-370px -90px; }
#t2:hover 	{ background-position:-370px -180px; }
#t2:active	{ background-position:-370px -270px; }
#t2.active	{ background-position:-370px 0 !important; }

#t3			{ background-position:-600px -90px; }
#t3:hover 	{ background-position:-600px -180px; }
#t3:active	{ background-position:-600px -270px; }
#t3.active	{ background-position:-600px 0 !important; }

