<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#scroll {
	position:relative;
	height:303px;
	overflow:hidden;
	border:1px solid #ddd;
	width:622px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#tools {

	position:absolute;
	width:9999em;

}

.tool {
	float:left;
	width:623px;
	height:239px;
	background-repeat:no-repeat;

}

.details {
	background-color:#fff;
	color:#666;
	float:left;
	text-align:right;
	position:relative;
	font-size:12px;
	margin:195px 0 0 0;
	width:370px;
}

.demos {
	background-color:rgba(255, 255, 255, 0.8);
	border-left:1px solid #DDDDDD;
	float:left;
	min-height:183px;
	padding:10px;
	position:relative;
	width:190px;
	margin:15px 0 0 15px;
	}

.demos h2 {
	color:#fffffe;
	display:block;
	font-size:15px;
	height:22px;
	padding:5px 0 0 10px;
}

.demos a {
	color:#000;
	font-size:12px;
	text-decoration:none;
}

.demos a:hover {
	color:#990033;
	font-size:12px;
	text-decoration:none;
}

.demos p {
	background-image:url(/html/nlweb/images/arrow.png);
	background-position: 0px -15px;
	background-repeat:no-repeat;
	margin:8px 0 -3px;
	padding:2px 0 1px 20px;
	height:15px;
}

.demos p:hover {background-position: 0px 0px;}

#thumbs {
	background:url(/html/nlweb/images/gombok.jpg) no-repeat scroll -4px -65px;
	margin: 0px;
	height:65px;
	position:absolute;
	top:239px;
	width:622px;
	/*left:-8px;*/
}

.t a {
	background:transparent url(/html/nlweb/images/gombok.jpg) no-repeat scroll -8px -65px;
	display:block;
	width:122px;
	float:left;
	height:65px;
	cursor:pointer;

}

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

.navi {
	margin-left:0px;
	_margin-left:0px;
	
}

/* CSS sprite for the navigation */
#t0 	   { margin-left:5px; _margin-left:10px;}
#t0.active { background-position:-8px 0 !important;}
#t0:hover  { background-position:-8px -130px; }
#t0:active { background-position:-8px -195px !important;}

#t1			{background-position:-130px -65px; }
#t1:hover 	{ background-position:-130px -130px;}
#t1:active	{ background-position:-130px -195px; }
#t1.active	{ background-position:-130px 0px !important; }

#t2			{ background-position:-252px -65px; }
#t2:hover 	{ background-position:-252px  -130px;}
#t2:active	{ background-position:-252px  -195px; }
#t2.active	{ background-position:-252px -0px !important; }

#t3			{ background-position:-374px -65px; }
#t3:hover 	{ background-position:-374px -130px;}
#t3:active	{ background-position:-374px -195px; }
#t3.active	{ background-position:-374px 0px !important; }

#t4			{ background-position:-496px -65px; }
#t4:hover 	{ background-position:-496px -130px;}
#t4:active	{ background-position:-496px -195px; }
#t4.active	{ background-position:-496px 0px  !important; }

.banner_overlay {
    width: 405px;
    height: 225px;
    left: 0;
    position: absolute;
    z-index: 500000;
    top: -195px;
}</pre></body></html>