/*--- All purpose styles ---*/
.textCenter{
	text-align: center;
}

.dateHighlight{
	color: #9cf;
}

/*--- Tour Assets ---*/
#SlideFrame{
	background-image: url(../graphics/tour/slideframe.gif);
	background-repeat: no-repeat;
	width: 583px;
	height: 502px;
	margin-top: 30px;
	padding: 25px 25px;
}

#SlideNavigation{
	height: 23px;
	padding: 2px 2px;
	background-image: url(../graphics/tour/slidenav.jpg);
	background-repeat: no-repeat;
}

#SlideNavigation a{
	padding: 0px 5px;
	vertical-align: top;
	height: 19px;
	text-decoration: none;
	border-width: 0px;
	color: navy;
	font-family: Arial,Tahoma,Sans-Serif;
	font-weight: bold;
	font-size: 1.0em;
}

#SlideNavigation a:hover{
	background-image: url(../graphics/tour/slideactive.jpg);
	cursor: pointer;
}

#SlideNavigation a:visited{
	color: navy;
}

#SlideNavigation a.arrow{
	padding: 0px 20px;
	vertical-align: bottom;
}

#SlideNavigation a.arrow:hover{
	background-image: url();
	background-color: transparent;
}

.slideActive{
	background-image: url(../graphics/tour/slideactive.jpg);
}

#SlideText{
	float: left;
	margin-right: 21px;
	margin-top: 15px;
	width: 268px;
	height: 390px;
	overflow: auto;
	border: 1px solid #999;
	padding: 10px 10px;
	font-family: arial;
	color: #ccc;
	font-size: 13px;
}

#SlideText a{
	color: #fc0;
}

#SlideText a:hover{
	color: #9cf;
}

#SlidePicture{
	float: left;
	margin-top: 15px;
	width: 221px;
	height: 300px;
	text-align: center;
}

#SlidePicture img{
	border: 7px solid #fff;
	margin-top: 10px;
}

#SlidePicture button{
	background-color: transparent;
	border: 1px solid #fc0;
	color: #fc0;
	cursor: pointer;
	margin: 1px 1px;
}

#SlidePicture button:hover{
	background-color: #fc0;
	color: #000;
}
