#pager {
	width: 478px; 
	height: 25px; 
	background: #ccc; 
	border-bottom: 5px solid #fff;
	text-align: left; 
	overflow: hidden; 
}
	#pager a {
		padding: 6px 10px 7px 10px; 
		background: #bbb; 
		line-height: 25px; 
		margin: 0 1px; 
		color: #fff; 
		text-decoration: none;
	}

		#pager a:hover {
			background: #fff; 
			color: #555;
		}
		#pager a.activeSlide {
			background: #888; 
			color: #ccc;
		}

#slideshow {
	display: none; 
	width: 478px; 
	height: 275px; 
	overflow: hidden; 
	background: #fff;
}
	#pause {
		position: absolute;
		top: 384px; 
		top: 397px; 
		left: 430px; 
		color: #999;
		z-index: 100; 
		padding-right: 1em; 
	}
	#pause.paused {
		color: #222; 
	}
	#pause:hover {
		cursor: pointer; 
	}

