#tourNavigation {
	margin: 10px 0 10px 0;	
}

#tourNavigation ul {
	margin-left: 105px;
	list-style: none;	
}

#tourNavigation ul li {	
	display: inline;		
	font-size: 1.3em;
	font-weight: bold;
}

#tourNavigation ul li.previous {		
}

#tourNavigation ul li.next {		
}

#tourNavigation a {
	text-align: center;
	padding-top: 2px;
	margin: 0 4px 0 4px;
	display: block;
	float: left;
	text-decoration: none;
	color: #888888;
	background: url(../images/tour_num.png) no-repeat;
	width: 21px;
	height: 21px;
}

#tourNavigation a.previous {	
	background: url(../images/tour_previous.png) no-repeat;
	width: 18px;
}

#tourNavigation a.next {		
	background: url(../images/tour_next.png) no-repeat;
	width: 18px;
}

#tourNavigation a.active {		
	background: url(../images/tour_num_over.png) no-repeat;
	color: #666666;
}

#tourNavigation a:hover {	
	color: #666666;
	background: url(../images/tour_num_over.png) no-repeat;
}

#tourNavigation a.previous:hover {	
	background: url(../images/tour_previous_over.png) no-repeat;
}

#tourNavigation a.next:hover {	
	background: url(../images/tour_next_over.png) no-repeat;
}

#tourContainer {
	margin: 50px 10px 10px 0;	
	width: 480px;
}

#walkthroughContainer {
	margin: 20px 10px 10px 0;	
	width: 480px;
}

#tourContainer p, #walkthroughContainer p {
	margin-top: 10px;
}

#tourContainer h2, #walkthroughContainer h2 {
	color: #F3830C;
}

#tourContainer #movieContainer, #walkthroughContainer #movieContainer {	
}

#tourContainer #movieText, #walkthroughContainer #movieText {	
	margin-top: 20px;
	font-size: 1em;
	color: #444;
}

#tourContainer ul, #walkthroughContainer ul {	
	margin: 10px 15px 10px 15px;
	padding: 0 0 0 10px;
	list-style-image: url(../images/bullets/arrow_orange.gif);
	font-size: 1.1em;
}

#tourContainer ul li, #walkthroughContainer ul li {
	margin-bottom: 5px;
}
