#back, #forward {
	position:relative;
	cursor:pointer;
}
#back {
	margin-right:5px;
}
#current {
	margin-left:10px;
	width:75px;
}
#current, #currentPage {
	display:inline;
	
}
#home {
	position:absolute;
	left:280px;
	
}	
#tourNavBox {
	background-color:#bcbdc1;
	top:30px;
	right:20px;
	position:fixed;
	float:right;
	width:350px;
	border:1px solid black;
	z-index:200;
	padding:5px 0;
}
#tourText {	
	margin:10px 5px 0px 5px;
	background-color:white;
}
#tourNav {
	position:relative;
	margin:5px 0px 5px 5px;
}
#tourImg {
	position:relative;
	top:125px;
}
#tourTitle {
	margin-left:15px;
}
.seqImg {
	position:fixed;
	top:10px;
	left:10px;
	z-index:100;
}
.hideNav, .tourtext {
	display:none;
}
.navButton {
	display:inline;
	width:15px;
	background:white;
	border:1px solid black;
}
.tText {
	padding:5px 5px 10px 5px;
	border:1px solid black;
}
/*#tourText {
	position:relative;
	margin:30px 5px 5px 5px; 
	background-color:white;
}*/
