#scroll {
	width: 600px; height: 252px;
	position: relative; overflow: hidden;
}

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

.tool {
	width: 540px; height: 140px; padding: 30px;
	float: left;
}

.tool h3 {
	font-family: sans-serif; font-size: 14px; font-weight: bold; color: #097054; text-decoration: none;
	padding: 0; margin: 0 0 5px 0;
}


.tool img {
	position: absolute; z-index: 100;
}


.details {
	position: absolute; width: 370px; height: 140px; margin: 0 0 0 170px; z-index: 101;
}


#thumbs {
	position: absolute; width: 600px; height: 50px; top: 200px; left: 0px;
}

.navi {

}

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

.t a {
	height: 50px; float: left;
	background: url(../../../images/icons/scoll.png) no-repeat scroll;
	cursor: pointer; display: block;
}

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

#t1			{ background-position: 0px 0px; width: 81px; }
#t1:hover 	{ background-position: 0px -50px; }
#t1:active	{ background-position: 0px -50px; }
#t1.active	{ background-position: 0px -50px !important; }

#t2			{ background-position: -81px 0px; width: 88px; }
#t2:hover 	{ background-position: -81px -50px; }
#t2:active	{ background-position: -81px -50px; }
#t2.active	{ background-position: -81px -50px !important; }

#t3			{ background-position: -169px 0px; width: 95px; }
#t3:hover 	{ background-position: -169px -50px; }
#t3:active	{ background-position: -169px -50px; }
#t3.active	{ background-position: -169px -50px !important; }

#t4			{ background-position: -264px 0px; width: 124px; }
#t4:hover 	{ background-position: -264px -50px; }
#t4:active	{ background-position: -264px -50px; }
#t4.active	{ background-position: -264px -50px !important; }

#t5			{ background-position: -388px 0px; width: 117px; }
#t5:hover 	{ background-position: -388px -50px; }
#t5:active	{ background-position: -388px -50px; }
#t5.active	{ background-position: -388px -50px !important; }

#t6			{ background-position: -505px 0px; width: 95px; }
#t6:hover 	{ background-position: -505px -50px; }
#t6:active	{ background-position: -505px -50px; }
#t6.active	{ background-position: -505px -50px !important; }





