#text {
	position: relative;
	float: left;
	height: 275px;
	padding-left: 15px;
	width: 150px;
}

#controls {
	position: absolute;
	left: 15px;
	bottom: 0;
}
#nav {
	padding: 0 5px 0 35px;
	float: left;
}

#show {
	position: relative;
	
	height: 277px;
}

#nav a {
	text-decoration: none;
	color: #4d3722;
	padding: 0 3px;
}

#nav a.activeSlide { 
	color: #984a16; 
	font-weight: bold;
}

#text p, #text h2 { 

}

#text h2 {
	margin-top: 0;
}

.pics {
	height: 279px; 
	width: 376px;
	float: left;
}

#border {
	background: url(../images/slideshow/border.png);
	height: 279px;
	width: 376px;
	position: absolute;
	z-index: 9;
	left: -1px;
	top: -2px;
}

#playpause {
	background: url(../images/slideshow/playpause.gif) center 2px no-repeat;
	height: 13px;
	width: 11px;
	display: block;
	padding: 2px;
	float: left;
}

#prev, #next {
	display: block;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	position: absolute;
}

#next {
	background: url(../images/slideshow/next.gif) no-repeat;
	left: 15px;
}

#prev {
	background: url(../images/slideshow/previous.gif) no-repeat;
}