#slideshow {
	width: 945px;
	height: 175px;
	margin: 0px auto;
	padding: 10px 0px 10px 10px;
	background-color: #65663C;
}

#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;
	opacity: 0.75;
}

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

#foobar .viewer {
	width: 920px;
	height: 175px;
}

#foobar .viewer .reel .slide {
	position: relative;
	width: 920px;
	height: 175px;
}

#foobar .viewer .reel .slide span {
	position: absolute;
	display: block;
	width: 920px;
	opacity: 0.30;
	padding: 0px;
	background-color: #FFFFFF;
	color: #000000;
	bottom: 0px;
	left: 0px;
	font-size: 18px;
}


#foobar .viewer-wrapper {
	float: left;
	width: 920px;
	height: 175px;
	background: red;
}

.arrow-left {
	background: blue;
	width: 0px;
	float: left;
}

.arrow-right {
	background: green;
	width: 20px;
	float: right;
}

#col1 {
	width: 0px;
	float: left;
}

#col1 a {
	outline: none;
	display: block;
	width: 0px;
	height: 175px;
	background: url(images/img05.jpg) no-repeat 0px 0px;
	text-decoration: none;
}

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

#col3 a {
	float: right;
	outline: none;
	width: 20px;
	height: 175px;
	background: url(images/img06.png) no-repeat 0px 70px;
	text-decoration: none;
}
