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

body {padding:0;}
#scroll {
	position:relative;
	height:255px;
	overflow:hidden;
	border:1px solid #ddd;
	width:622px;
	padding-bottom:25px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

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

.tool {
	float:left;
	width:622px;
	height:255px;
	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:525px;
}

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

.demos h2 {
	color:#065598;
	font-size:22px;
	display:block;
	padding:10px 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:url(images/jo_home_tabs_bg.gif) no-repeat;
	height:90px;
	position:absolute;
	top:200px;
	width:622px;
	left:0px;
}

.t a {
	background:transparent url(images/jo_home_tabs_bg.gif) no-repeat scroll -21px -90px;
	margin-left:11px;
	display:block;
	width:99px;
	float:left;
	height:90px;
	cursor:pointer;
}

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

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

/* 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:-285px -90px; }
#t1:hover 	{ background-position:-285px -180px; }
#t1:active	{ background-position:-285px -270px; }
#t1.active	{ background-position:-285px 0 !important; }

#t2			{ background-position:-396px -90px; }
#t2:hover 	{ background-position:-396px -180px; }
#t2:active	{ background-position:-396px -270px; }
#t2.active	{ background-position:-396px 0 !important; }

#t3			{ background-position:-507px -90px; }
#t3:hover 	{ background-position:-507px -180px; }
#t3:active	{ background-position:-507px -270px; }
#t3.active	{ background-position:-507px 0 !important; }

