#slideshow {
	width: 1010px;
	height: 393px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 57px;
	background-image: url(images/img03.jpg);
	background-repeat:repeat-x repeat-y;

	
}

#foobar {
	position: relative;
}

#foobar .navigation {
	position: absolute;
	display: block;
	z-index: 100;
	color: #000000;
	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: 726px;
	height: 336px;
}

#foobar .viewer .reel .slide {
	position: relative;
	width: 726px;
	height: 336px;
}

#foobar .viewer .reel .slide span {
	position: absolute;
	display: block;
	width: 700px;
	opacity: 0.90;
	padding: 15px;
	background-color: #09F;
	color: #FFF;
	bottom: 0px;
	left: 0px;
	font-size: 18px;
}


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

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

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

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

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

#col2 {
	width: 733px;
	float: left;
	margin-left: 30px;
}

#col3 a {
	float: right;
	outline: none;
	width: 87px;
	height: 206px;
	background: url(images/img06.jpg) no-repeat 10px 130px;
	text-decoration: none;
}
