@charset "utf-8";
/* CSS Document */

#scroll{
	height:410px;
	overflow:hidden;
	width:750px;
}
#tools {
	width:9999em;
	position:absolute;
	height:310px;
}
.tool {
	float:left;
	width:750px;
	height:310px;
	margin-right:1000px;
	text-align:center;
}
	
#thumbs {
	background:url(../img/btn.png) no-repeat;
	height:100px;
	position:absolute;
	top:310px;
	width:750px;
	left:0px;
}
.t {
	padding:0 !important;
	border:0 !important;
}
.t a {
	background:transparent url(../img/btn.png) no-repeat scroll 0px -100px;
	display:block;
	width:125px;
	float:left;
	height:100px;
	cursor:pointer;
}
.t a.active {
	cursor:default !important;
}
#t0 	   { background-position:0px -100px;}
#t0.active { background-position:0px 0 !important; }
#t0:hover  { background-position:0px -200px; }
#t0:active { background-position:0px -300px; }
 
#t1			{ background-position:-125px -100px; }
#t1:hover 	{ background-position:-125px -200px; }
#t1:active	{ background-position:-125px -300px; }
#t1.active	{ background-position:-125px 0 !important; }
 
#t2			{ background-position:-250px -100px; }
#t2:hover 	{ background-position:-250px -200px; }
#t2:active	{ background-position:-250px -300px; }
#t2.active	{ background-position:-250px 0 !important; }
 
#t3			{ background-position:-375px -100px; }
#t3:hover 	{ background-position:-375px -200px; }
#t3:active	{ background-position:-375px -300px; }
#t3.active	{ background-position:-375px 0 !important; }
 
#t4			{ background-position:-500px -100px; }
#t4:hover 	{ background-position:-500px -200px; }
#t4:active	{ background-position:-500px -300px; }
#t4.active	{ background-position:-500px 0 !important; }
 
#t5			{ background-position:-625px -100px; }
#t5:hover 	{ background-position:-625px -200px; }
#t5:active	{ background-position:-625px -300px; }
#t5.active	{ background-position:-625px 0 !important; }