div.slideshow {
  margin: 0px auto;
  position: relative;
}

div.slideshow ul.slideshow-arrows {
  padding: 5px 0;
  z-index: 100001;
  position: absolute;
  top: 40%;
  left: 0px;
}

div.slideshow ul.slideshow-arrows li {
	padding: 0px;
	margin: -23px 0px 0px 0px;
	background: none;
	float: left;
	height: 43px;
	display: block;
}

div.slideshow ul a.active,
div.slideshow ul a:hover {
  opacity: 1;
}

a.prev, a.next {
	-webkit-box-shadow: 0 0 !important;
	box-shadow: none !important;
	-moz-box-shadow: 0 !important;
	border: none !important;
	height: 43px;
	width: 43px;
	cursor: pointer;
	opacity: 0.9;
	z-index: 100002;
	display: block;
}

a.prev {
	background: url("../images/prev-arrow.png") no-repeat 0 0;
	margin-left: 20px;
}

a.next {
	background: url("../images/next-arrow.png") no-repeat 0 0;
	float: right;
	margin-right: 20px;
}

div.slideshow .image-captions {
	position: absolute;
	z-index: 9999999;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
	color: #ffffff;
	font-size: 95%;
}

div.slideshow .image-captions .button {
	padding: 7px 20px 7px 20px;
	height: 21px;
	line-height: 17px;
	margin: 3px 0px;
	text-decoration: none;
	float: left;
	background: #222222 url(../images/slideshow-button-bg.gif) repeat-x top center;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
	color: #ffffff !important;
	border-bottom-left-radius: 6px 6px;
	border-bottom-right-radius: 6px 6px;
	border-top-left-radius: 6px 6px;
	border-top-right-radius: 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px;
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	vertical-align: middle;
	font: bold 16px Arial, Helvetica, sans-serif;
}

div.slideshow .image-captions p,
div.slideshow .image-captions h1,
div.slideshow .image-captions h2,
div.slideshow .image-captions h3,
div.slideshow .image-captions h4,
div.slideshow .image-captions h5,
div.slideshow .image-captions h6 {
	padding: 5px 10px;
	margin: 0px 0px 8px 0px;
	display: inline-table;
	background: transparent url("../images/slideshow-label-bg.png") repeat 0 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.9) 0px 0px 8px;
	box-shadow: rgba(0, 0, 0, 0.9) 0px 0px 8px;
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.9);
	
}

div.slideshow .image-captions p {
	font-size: 120%;
}

#slideshow-handler .image-captions a {
	font-weight: bold;
	display: inline-table;
	padding: 5px 10px;
	margin: -7px -10px -5px 2px;
	vertical-align: middle;
}