#slideshow {background: #ddd; clear: both; margin: 10px auto; padding: 10px; border: 1px solid #bebfa8; position: relative;}

#slideshow div.slide { 
	margin: 0 auto; 
	display: none; 
	clear: both; 
	position: relative;
}
	
.slide p {
	color: #ccc; 
	position: absolute; bottom: 0; left: 0; right: 0; 
	padding: 5px 60px 5px 10px; 
	z-index: 998; 
	background: url('/tour/img/slideshow/transparent_bg.png') top left repeat; 
}	
	
#controls {
	position: absolute; bottom: 9px; right: 17px; 
	white-space: nowrap; 
	width: 60px; 
	z-index: 999;
}

#goback, #gonext {font-size: 3em; }

#pause {
	font-size: 1.4em; 
	font-family: Myriad Pro; 
	font-weight: bold; 
	position: relative; 
	top: -5px;
	width: 14px;
}

#controls a:hover {
	text-decoration: none; 
	color: #8AAA17; 
}

a.deactivated {color: #666 !important;}

a.deactivated:hover {cursor: default;}

#slideshow {height: 372px; width: 500px;} /* sets initial height */
