#scroll {
	position:relative;
	height:400px;
	overflow:hidden;
	width:958px;
	padding:15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

#tools {
	width:9999em;
	position:absolute;
	height:300px;
	margin-left:15px;
}

.tool {
	float: left;
	width: 1000px;
	height: 275px;
	background-repeat: no-repeat;
	background-position: 0pt ;
}

.details {
	background-color:#000;
	color:#666;
	float:left;
	font-size:20px;
	margin:230px 0 0 0;
	padding:5px;
	width:250px;
	font-size:10px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: .8;
}

.demos {	
	float: right;
	min-height: 275px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left:5px;
	width: 235px;
}

.demos h2 {
	color:#fff;
	font-size:13px;
	display:block;
	padding:10px 0 10px 5px;
	font-weight:bold;
}

.demos a {
	color:#666;
	font-size:11px;
	text-decoration:none;
	padding-left:10px;
	background:url(../graphics/link-arrow.png) no-repeat left center;
	display:block;
}

.demos p {
	margin:0 0 4px;
	padding:5px 0 1px 5px;
	color:#ccc;
}

#thumbs {
	background: url(../graphics/home-page/bg-buttons.jpg) no-repeat;
	height:90px;
	position:absolute;
	top:305px;
	width:990px;
	left:-8px;
}

.t a {
	background:transparent  url(../graphics/home-page/bg-buttons.jpg) no-repeat scroll -21px -90px;
	margin-left:11px;
	display:block;
	width:94px;
	float:left;
	height:40px;
	cursor:pointer;
	font-size:11px;
	padding-top:50px;
	padding-left:5px;
}

.t a.active {
	cursor:default !important;
}

.navi {
	margin-left:314px;
	_margin-left:304px;
	font-size:11px;
}

/* CSS sprite for the navigation */
#t0 	   { margin-left:20px; _margin-left:10px;}
#t0.active { background-position:-21px 0 !important; }
#t0:hover  { background-position:-21px -180px; }
#t0:active { background-position:-21px -270px; }

#t1			{ background-position:-325px -90px; }
#t1:hover 	{ background-position:-325px -180px; }
#t1:active	{ background-position:-325px -270px; }
#t1.active	{ background-position:-325px 0 !important; }

#t2			{ background-position:-435px -90px; }
#t2:hover 	{ background-position:-435px -180px; }
#t2:active	{ background-position:-435px -270px; }
#t2.active	{ background-position:-435px 0 !important; }

#t3			{ background-position:-545px -90px; }
#t3:hover 	{ background-position:-545px -180px; }
#t3:active	{ background-position:-545px -270px; }
#t3.active	{ background-position:-545px 0 !important; }

#t4			{ background-position:-655px -90px; }
#t4:hover 	{ background-position:-655px -180px; }
#t4:active	{ background-position:-655px -270px; }
#t4.active	{ background-position:-655px 0 !important; }

#t5			{ background-position:-765px -90px; }
#t5:hover 	{ background-position:-765px -180px; }
#t5:active	{ background-position:-765px -270px; }
#t5.active	{ background-position:-765px 0 !important; }

#t6			{ background-position:-875px -90px; }
#t6:hover 	{ background-position:-875px -180px; }
#t6:active	{ background-position:-875px -270px; }
#t6.active	{ background-position:-875px 0 !important; }



