@charset "utf-8";
/* CSS Document */

#tour {
	width: 400px;
	height: 475px;
	padding: 5px 10px;
	margin: 5px auto 10px auto;
}

#tour .pagelinks {
	font-weight: bold;
	text-align: center;

}

#tour a {
	text-decoration: none;	
}

#tour a.slideshowLink {
	text-decoration: underline;	
}

.slideshowCaption {
	
}

#tour .slideCaption {
	padding: 4px;
	text-align: center;
	font-weight: bold;		
	background: #FAF4E7;

}

#tour .pagelinks a.activeSlide {
	/*color: #f90; */
}

/* this is for IE so the prev/next links can be hovered*/
#tour .nextSlide,.prevSlide {
	background-image: url(../images/interface/spacer.gif);
}

#tour .nextSlide:hover {
	background-image: url(../images/interface/nextslide.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#tour .prevSlide:hover {
	background-image: url(../images/interface/prevslide.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#tour .inputsTooltip {
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

#tour #tooltipURL {
	display: none;
}