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

#scroll {
	position:relative;
	height:;
	overflow:hidden;
	border:1px solid #ddd;
	width:700px;
	height:473px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #D0E2F4;
}
 
#tools {
	width:9999em;
	position:absolute;
	height:400px;
}
 
.tool {
	float:left;
	width:700px;
	height:340px;
	text-align:left;
	padding-right: 10px;
}
 
.details {
	font-size:18px;
	color:#555;
	margin-top:-20px;
	background-color:transparent;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
 
 
#thumbs {
	height:90px;
	position:absolute;
	top:405px;
	width:700px;
	left:5px;
	background-image: url(../images/slider/SliderNav.png);
	background-repeat: no-repeat;
}
 
.t {
	padding:0 !important;
	border:0 !important;
}
 
.t a {
	display:block;
	width:140px;
	float:left;
	height:90px;
	cursor:pointer;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/slider/SliderNav.png);
	background-repeat: no-repeat;
	background-position: 140px -91px;
	margin: 0px !important;
	padding: 0px !important;
}
 
.t a.active {
	cursor:default !important;
	margin: 0px !important;
	padding: 0px !important;
}
 
.navi {
	margin-left:0px;
	_margin-left:114px;
}
 
/* CSS sprite for the navigation 
#t0		   {margin-left:0px;_margin-left:10px;}*/
#t0  	   {background-position:-0px -91px; }
#t0:hover  {background-position:-0px -182px; }
#t0:active {background-position:-0px -271px; }
#t0.active {background-position:0px 0 !important;}
 
#t1			{background-position:-140px -91px;}
#t1:hover 	{background-position:-140px -182px;}
#t1:active	{background-position:-140px -271px;}
#t1.active	{background-position:-140px 0 !important; }
 
#t2			{background-position:-280px -91px;}
#t2:hover 	{background-position:-280px -182px; }
#t2:active	{background-position:-280px -271px; }
#t2.active	{background-position:-280px 0 !important; }
 
#t3			{background-position:-420px -91px;}
#t3:hover 	{background-position:-420px -182px; }
#t3:active	{background-position:-420px -271px; }
#t3.active	{background-position:-420px 0 !important; }
 
#t4			{background-position:-560px -91px;}
#t4:hover 	{background-position:-560px -182px; }
#t4:active	{background-position:-560px -271px; }
#t4.active	{background-position:-560px 0 !important; }
 
#t5			{background-position:-765px -91px; }
#t5:hover 	{background-position:-765px -182px; }
#t5:active	{background-position:-765px -271px; }
#t5.active	{background-position:-765px 0 !important; }
 
#t6			{background-position:-875px -91px; }
#t6:hover 	{background-position:-875px -182px; }
#t6:active	{background-position:-875px -271px; }
#t6.active	{background-position:-875px 0 !important; }

