#scroll {
	width: 980px;
	background: #fff;
	margin: 0px auto;
	padding: 0;
	position:relative;
	height: 344px;
	overflow:hidden;

	background: #fff;
	border: 1px solid #ccc;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	-webkit-box-shadow: 1px 4px 6px rgba(0,0,0, .3);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0, .3);
	box-shadow: 0 3px 3px rgba(0,0,0, .3);
}


#tools {
	width: 9999em;
	position: absolute;
	height: 344px;
	margin: 0;

	overflow: hidden;
	line-height: 18px;
	padding: 0;
}

.tool {
	float: left;
	width: 980px;
	height: 344px;
	background-repeat: no-repeat;
	background-position: 0 0px;
	margin: 0;

	padding: 0 0 0 555px;

	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
}

.demos {
	min-height: 344px;
	padding: 0;
	width: 410px;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}

.demos h1 {
	display: block;
	margin: 0;

	font-size: 34px;
	font-weight: normal;
	line-height: 42px;
	padding: 15px 0 5px 0;
}

.demos h2 {
	color: #000;
	padding: 0 0 20px 0;
	margin: 0;

	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
}

.demos p {
	color: #000;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	padding: 0px 0px 5px 0px;
}

.demos a {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	height: 16px;
	text-decoration: none;
	margin: 0px 0 0px 0;
	background: transparent url(bullet-black.png) no-repeat top left ;
	padding: 0px 0px 0px 22px;
}

.demos a:hover {
	color: #ff0000;
	background: transparent url(bullet-red.png) no-repeat top left ;
	margin: 0;
}
.demos .kolumner {
	width: 90%;
	font-size: 13px;
	float: left;

	-webkit-column-count: 2;
	-webkit-column-gap: 10px;

	-moz-column-count: 2;
	-moz-column-gap: 10px;

	column-count: 2;
	column-gap: 10px;
}
.demos .kolumn1 {
	width: 43%;
	font-size: 13px;
	float: left;
}

.demos .kolumn2 {
	width: 43%;
	font-size: 13px;
	float: left;
}

.demos ul {
	list-style: none;
	margin: 0;
	padding: 0px 0px 10px 20px;
}

.demos li {
	padding: 3px 0px;
	margin: 0;
}

#thumbs {
//	background: url(navigator.png) no-repeat;
	height: 10px;
	position: absolute;
	bottom: 20px;
	width: 100px;
	left: 10px;
}

.t a {
	background: transparent url(navigator.png) no-repeat top left;
	margin-left: 5px;
	display: block;
	width: 10px;
	float: left;
	height: 10px;
	cursor: pointer;
}

.t a.active {
	cursor:default !important;
}

.navi {
	margin-left: 10px;
	_margin-left: 10px;
}

/* CSS sprite for the navigation */

#t1		{ background-position: top left;}
#t1:hover 	{ background-position: bottom left; }
#t1:active	{ background-position: bottom left; }
#t1.active	{ background-position: bottom left !important; }

#t2		{ background-position: top left; }
#t2:hover 	{ background-position: bottom left; }
#t2:active	{ background-position: bottom left; }
#t2.active	{ background-position: bottom left !important; }

#t3		{ background-position: top left; }
#t3:hover 	{ background-position: bottom left; }
#t3:active	{ background-position: bottom left; }
#t3.active	{ background-position: bottom left !important; }

#t4		{ background-position: top left; }
#t4:hover 	{ background-position: bottom left; }
#t4:active	{ background-position: bottom left; }
#t4.active	{ background-position: bottom left !important; }

#t5		{ background-position: -677px -90px; }
#t5:hover 	{ background-position: -677px -180px; }
#t5:active	{ background-position: -677px -270px; }
#t5.active	{ background-position: -677px 0 !important; }

#t6		{ background-position: -795px -90px; }
#t6:hover 	{ background-position: -795px -180px; }
#t6:active	{ background-position: -795px -270px; }
#t6.active	{ background-position: -795px 0 !important; } 

