#navigation_panel {
	position:relative;
	height:365px;
	overflow:hidden;
	border:1px solid #ddd;
	width:560px;
	padding:15px 0 0 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}


#navigation_tools {
	width:9999em;
	position:absolute;
	height:300px;
}

.tool {
	float:left;
	width:560px;
	height:300px;
	background-repeat:no-repeat;
	background-position:0 -40px;
}

.img_panel {
	background-color:#fff;
	color:#666;
	float:left;
	font-size:20px;
	padding:10px 20px;
}

.txt_panel {
	background-color:#fff;
	background-color:rgba(255, 255, 255, 0.8);
	border-right:1px solid #ddd;
	float:left;
	padding:0 10px 0 1px;
	width:255px;
}

.txt_panel h2 {
	color:#FF7132;
	font-size:22px;
	display:block;
	padding:10px 0;
}

.txt_panel a {
	color:#666;
	font-size:12px;
	text-decoration:none;
}

.txt_panel p {
	margin:0 0px 8px 0;
	background:transparent url(bullet.png) no-repeat right 2px;
	padding:2px 22px 1px 2px;
}

#thumbs {
	background:url(demo-navi-ar.jpg) no-repeat 2px 0;
	height:90px;
	position:absolute;
	top:300px;
	width:570px;
	left:-8px;
}

.t a {
	background:transparent url(demo-navi-ar.jpg) no-repeat scroll -19px -90px;
	margin-left:11px;
	display:block;
	width:99px;
	float:right;
	height:90px;
	cursor:pointer;
}

.t a.active {
	cursor:default !important;
}

/* CSS sprite for the navigation */
#t0 		  { margin-right:10px; _margin-right:10px;}
#t0.active { background-position:-19px 0 !important; }
#t0:hover  { background-position:-19px -180px; }
#t0:active { background-position:-19px -270px; }

#t1			{ background-position:-130px -90px; }
#t1:hover 	{ background-position:-130px -180px; }
#t1:active	{ background-position:-130px -270px; }
#t1.active	{ background-position:-130px 0 !important; }

#t2			{ background-position:-240px -90px; }
#t2:hover 	{ background-position:-240px -180px; }
#t2:active	{ background-position:-240px -270px; }
#t2.active	{ background-position:-240px 0 !important; }

#t3			{ background-position:-350px -90px; }
#t3:hover 	{ background-position:-350px -180px; }
#t3:active	{ background-position:-350px -270px; }
#t3.active	{ background-position:-350px 0 !important; }

#t4			{ background-position:-461px -90px; }
#t4:hover 	{ background-position:-461px -180px; }
#t4:active	{ background-position:-461px -270px; }
#t4.active	{ background-position:-461px 0 !important; }

