#sup-wrapper {
	position: relative;
}
.custom-jquery-cycle div.overlay {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
	width: 100%;
	height: 150px;
	line-height: 1.3em;
	color: #fff;
	font-size: 2em;
	background: transparent;
}
.custom-jquery-cycle div.overlay table {
	width: 100%;
	height: 100%;
}
.custom-jquery-cycle div.overlay table td {
	background: transparent;
	vertical-align: middle;
	text-align: center;
}
.custom-jquery-cycle div.read-more.link {
	position: absolute;
	bottom: 10px;
	right: 35px;
	padding: 0.4em 1em;
	background: white;
	border: 0.3em double #ccc;
	border-radius: 5px;
}
/*
#slideshow-nav {
	position: absolute;
	bottom: 10px;
	left: 45%;
	z-index: 1000;
}
#slideshow-nav a {
	background-color: #fc9300;
	border-radius: 32px;
	clip: rect(0, 16px, 16px, 0);
	text-decoration: none;
	margin: 0 2px;
	width: 16px;
	height: 16px;
	text-indent: -10000px;
	display: block;
	float: left;
}
#slideshow-nav a.activeSlide {
	background-color: #F6FC3F;
}
#slideshow-nav a:focus {
	outline: none;
}
.cycle-slideshow-nav {
	z-index: 1000;
	bottom: 0;
	right: 0;
}*/
.cycle-slideshow-nav a {	
	display: inline-block;
	width: 16px;
	height: 16px;
	text-indent: -10000px;
	margin: 0 2px;
}
.cycle-slideshow-nav #prev-link {
/*	left: 0;*/
	background: transparent url(previous.png) no-repeat left top;
/*	z-index: 1000;*/
}
.cycle-slideshow-nav #next-link {
/*	right: 0;*/
	background: transparent url(next.png) no-repeat right top;
/*	z-index: 1000;*/
}
