/* CSS Document */
/********** JQuery slideshow **********/

.slideshow {
	position: relative;
	clear: both;
	width: 100%;
	height: 418px;
	margin: 0 0 0 0;
	overflow: hidden;
}

.slideshow .slideshowwrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slideshow .slideshowwrapper ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 99999px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #efefef;
}

.slideshow ul li {
	position: relative;
	display: block;
	float: left;
	height: 100%;
	margin: 0;
	padding: 0;
}

.slideshow ul li .image {
	width: 100%;
	height: 100%;
	border:0;
}

.slideshow ul li .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: transparent url('caption-bg.png') repeat top left;
	color: #ffffff;
	font-size: 1.5em;
}

.slideshow ul li .caption a {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #ffffff;
	border:0;
}

.slideshow .arrow  { 
	display: block;
	position: absolute;
	top: 50%;
	height: 60px;
	width: 60px;
	margin: -30px 0 0 0;
	background: transparent url('arrows.png') no-repeat 0 0;
	text-indent: -9999px;
	cursor: pointer;
}

.slideshow .forward {
	background-position: 0 0; 
	right: 20px;
}

.slideshow .back { 
	background-position: -60px 0; 
	left: 20px;
}

.slideshow .forward:hover {
	background-position: 0 -60px;
}

.slideshow .back:hover { 
	background-position: -60px -60px;
}

#thumbNav {
	position: relative;
	top: 2;
	left: 50px;
}

#thumbNav a { 
	float: left;
	display: block;
	width: 15px;
	height: 20px;
	padding: 0 5px 5px 5px;
	margin: 0 5px 0 0;
/*	background: #ffffff;*/
	text-align: center;
/*	color: #666666;*/
	font-size: 0.8em;
}

#thumbNav a:hover {
	color: #ffffff;
/*	background: #5d7d67;*/
}

#thumbNav a.cur { 
	color: #ffffff;
/*	background: #43664e;*/
}

#start-stop { 
	position: absolute;
	left: 20px;
	top: 0;
	width: 15px;
	height: 15px;
	background: #ffffff url('play-button.gif') no-repeat top left;
	color: #ffffff;
	padding: 5px;
	text-indent: -9000px;
}

#start-stop.playing { 
	background: #ffffff url('pause-button.gif') no-repeat top left;
}

#start-stop:hover { 
	
}

.slideshow .slideshowwrapper ul ul { 
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}

.slideshow .slideshowwrapper ul ul li { 
	float: none;
	height: auto;
	width: auto;
	background: none;
}

.row1 .slideshow {
	margin: 0;
}



