#tour {
	padding: 20px;
	width: 610px;
	overflow: hidden;
	clear: left;
	color: #003366;
	background-color: #b9d3ee;
}

#tourbar {
	width: 610px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 19px;
}

#tourbar li {
	color: #003366;
	float: left;
	height: 19px;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	text-align: center;
}

.tourtab {
	background: url(images/tour_bg_tab.png) left no-repeat;
	width: 140px;
}

#tourbar li a {
	background: url(images/tour_bg_tab_back.png) left no-repeat;
	display: block;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	font-weight: normal;
}
	
#tourbar li a:hover {
	color: #003366;
	text-decoration: none;
}

#leftcurve {
	width: 16px;
	background: url(images/tour_bg_left.png) left no-repeat;
}

#rightcurve {
	width: 16px;
	background: url(images/tour_bg_right.png) right no-repeat;
}





#backward { margin: 3px; float: left; display: inline; }
#backward a {
	display: block;
	width: 25px;
	height: 20px;
	background: url(images/buttons/left-hover.png) no-repeat;
	background-color: transparent;
}
#backward a:hover {
	background-position: -25px 0;
}	
#forward { margin: 3px; float: left; display: inline; }
#forward a {
	display: block;
	width: 25px;
	height: 20px;
	background: url(images/buttons/right-hover.png) no-repeat;
	background-color: transparent;
}
#forward a:hover {
	background-position: -25px 0;
}	

