body {padding:0;}
#scroll {
	position:relative;
	height:460px;
	overflow:hidden;
	border:1px solid #ddd;
	width:920px;
	padding:15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#tools {
	width:9999em;
	position:absolute;
	height:400px;
}

.tool {
	float:left;
	width:960px;
	height:400px;
	position:relative;
	background-repeat:no-repeat;
	background-position:0 -40px;
}

.details {
	background-color:#fff;
	color:#666;
	float:left;
	font-size:20px;
	margin:270px 0 0 0;
	padding:10px 60px;
	width:500px;
}

.demos-main {
	min-height:365px;
	position:absolute;
	padding:0 25px;
	width:272px;
	z-index:100;
	top:250px;
	left:195px;
}


.demos {
	background-color:#fff;
	background-color:rgba(255, 255, 255, 0.8);
	border-left:1px solid #ddd;
	float:right;
	min-height:365px;
	position:relative;
	padding:0 25px;
	width:272px;
	z-index:100;
}

.demos h2 a{
	color:#065598;
	font-size:22px;
	display:block;
	padding:20px 0;
}

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

.demos p {
	margin:0 0 4px;
	background:transparent url(http://static.flowplayer.org/tools/img/bullet.png) no-repeat scroll 0 2px;
	padding:2px 0 1px 22px;
}

#thumbs {
	background:transparent url(../i/slider-sprite.jpg) no-repeat;
	height:90px;
	position:absolute;
	top:410px;
	width:990px;
	left:-8px;
}

.t a {
	
	
	margin-left:11px;
	display:block;
	background:transparent url(../i/slider-sprite.jpg) no-repeat;
	float:left;
	height:90px;
	cursor:pointer;
}

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

.navi {
	margin-left:314px;
	_margin-left:304px;
}

ul.slider-bullets {margin:0;}
ul.slider-bullets li {display:block; height:16px; background:url(../i/bullet.png) left center no-repeat; padding:5px 0 10px 20px; font-size:12px;}


ul.slider-bullets-main {margin:0;}
ul.slider-bullets-main li {display:block; height:16px; background:url(../i/bullet-main.jpg) 0px 8px no-repeat; padding:5px 0 5px 20px; font-size:12px;}

/* CSS sprite for the navigation */
#t0 		  { width:245px; margin-left: 27px; background-position:-28px -90px }
#t0.active { background-position:-28px 0 !important; }
#t0:hover  { background-position:-28px -180px; }
#t0:active { background-position:-28px -270px; }

#t1			{ background-position:-440px -90px; width:127px; margin-left:126px;}
#t1:hover 	{ background-position:-440px -180px; }
#t1:active	{ background-position:-440px -270px; }
#t1.active	{ background-position:-440px 0 !important; }

#t2			{ background-position:-622px -90px; width:127px; margin-left:55px;}
#t2:hover 	{ background-position:-622px -180px; }
#t2:active	{ background-position:-622px -270px; }
#t2.active	{ background-position:-622px 0 !important; }

#t3			{ background-position:-799px -90px; width:127px;margin-left:50px;}
#t3:hover 	{ background-position:-799px -180px; }
#t3:active	{ background-position:-799px -270px; }
#t3.active	{ background-position:-799px 0 !important; }


