.layer-slideshow-container {
	width: 700px;
	height: 272px;
	position: relative;
	z-index:1
}
.layer-slideshow-container .listing-slides {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 9;
}
.layer-slideshow-container .layer-nav {
	position: absolute;
	bottom: 0;
	width: 700px;
	height: 83px;
	z-index: 99;
}
.layer-slideshow-container .layer-nav .layer-slideshow-caption {
	width: 606px;
	height: 63px;
	margin: 0 auto;
	padding: 10px;
	background: url(/graphics/coo/bg-transparent.png) repeat-x;
	/*background-color: rgba(255, 255, 255, 0.6);*/
	_filter:alpha(opacity=65);	
}
#layer-frontpage .layer-slideshow-container .layer-nav .layer-slideshow-caption h3 {
	margin: 0;
	font-size: 16px;
}
#layer-frontpage .layer-slideshow-container .layer-nav .layer-slideshow-caption h3 a {
	color: #0067A1;
	text-decoration: none;
}
#layer-frontpage .layer-slideshow-container .layer-nav .layer-slideshow-caption h3 a:hover {
	text-decoration: underline;
}
.layer-slideshow-container .layer-nav .link-slideshow-prev,
.layer-slideshow-container .layer-nav .link-slideshow-next {
	position: absolute;
	top: 0;
	display: block;
	width: 36px;
	height: 83px;
	z-index: 999;
	text-decoration: none;
	_filter:alpha(opacity=65);
}
.layer-slideshow-container .layer-nav .link-slideshow-prev {
	left: 0;
	background: url(/graphics/coo/btns-campaign.png) no-repeat 0 0;
}
.layer-slideshow-container .layer-nav .link-slideshow-next {
	right: 0;
	background: url(/graphics/coo/btns-campaign.png) no-repeat 0 -84px;
}	