﻿#scroll
{
	position: relative;
	overflow: hidden;
	border: 1px solid #ddd;
	width: 300px;
	height: 570px;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#tools
{
	width:300px;
	position: absolute;
	height: 500px;
	/*background: url(../images/visualbackground.jpg) no-repeat;*/

}
.tool
{
	float: left;
	width: 300px;
	height: 505px;
	text-align: left;
}
.pane0
{
	float: left;
	width: 300px;
	height: 505px;
	text-align: left;
	display: none;
}
.pane1
{
	float: left;
	width: 300px;
	height: 505px;
	text-align: left;
	display: none;
}
.pane2
{
	float: left;
	width: 300px;
	height: 505px;
	text-align: left;
	display: none;
}
.details
{
	color: #555;
	background-color: transparent;
	padding: 0px 15px;
}
.panelable
{
	margin-top:-10px;
	padding-left:10px;
	padding-right:10px;
	text-align: left;
	color: #555;
}
#thumbs
{
	background: url(../roadway/images/roadway_Scrollable.jpg) no-repeat;
	height: 64px;
	position: absolute;
	top: 510px;
	width: 300px;
	left: 0px;
}
.t
{
	padding: 0 !important;
	border: 0 !important;
}
.t a
{
	background: transparent url(../roadway/images/roadway_Scrollable.jpg) no-repeat scroll -0px -90px;
	margin-left: 0px;
	display: block;
	width: 99px;
	float: left;
	height: 64px;
	cursor: pointer;
}
.t a.active
{
	cursor: default !important;
}
.navi
{
	margin-left: 0px;
	_margin-left: 0px;
}
/* CSS sprite for the navigation */
#t1
{
	background-position: -0px -71px;
}
#t1:hover
{
	background-position: -0px -142px;
}
#t1:active
{
	background-position: -0px -212px;
}
#t1.active
{
	background-position: -0px 0 !important;
}
#t2
{
	background-position: -105px -71px;
}
#t2:hover
{
	background-position: -105px -142px;
}
#t2:active
{
	background-position: -105px -212px;
}
#t2.active
{
	background-position: -105px 0 !important;
}
#t3
{
	background-position: -200px -71px;
}
#t3:hover
{
	background-position: -200px -142px;
}
#t3:active
{
	background-position: -200px -212px;
}
#t3.active
{
	background-position: -200px 0 !important;
}
