#slideshow {
	width: 940px;
	height: 300px;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/img03.jpg) no-repeat left top;
}

#foobar {
	position: relative;
}

#foobar .navigation {
	position: absolute;
	display: block;
	z-index: 100;
	color: #ffffff;
	bottom: 0px;
	right: 0px;
	margin: 10px;
	padding: 10px;
	background-color: #303030;
}

#foobar .navigation a {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}

#foobar .viewer {
	width: 940px;
	height: 300px;
}

#foobar .viewer .reel .slide {
	position: relative;
	width: 940px;
	height: 300px;
}

#foobar .viewer .reel .slide span {
	position: absolute;
	display: block;
	width: 940px;
	padding: 10px;
	color: #000000;
	bottom: 20px;
	left: 0px;
	font-size: 18px;
	background-image: url(../images/slide_span_bg.png);
	background-repeat: repeat-x;
	font-weight: bold;
	letter-spacing: -1px;
}


#foobar .viewer-wrapper {
	float: left;
	width: 940px;
	height: 300px;
}

#col2 {
	float: left;
	width: 733px;
}
