/**
 * @file jquery.ui.slideshow.css
 * Default style declarations for Sound Transit Slideshow UI widget.
 */

.slideshow-container {
	position: relative;
	overflow: hidden;
	/*background-color: rgba(0, 0, 0, 0.8);
	color: #575756;
	font-family: Helvetica, Arial, sans-serif;*/
}

.slideshow-carousel {
	position: absolute;
}

.slideshow-carousel .slide {
	position: relative;
	float: left;
}

.slideshow-image {
	display: block;
}

.slideshow-control {
	position: absolute;
	display: none;
	width: 69px;	/* = (target-width - border-width * 2) */
	height: 100px;
	border: solid 1px rgba(255, 255, 255, .3);
	background-color: rgba(0, 0, 0, .66);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	opacity: 0;
	box-shadow: 0 0 1em rgba(255,255,255, 0.4) inset;
}

.next-slide-control {
	background-image: url("../img/next.png");
}

.prior-slide-control {
	background-image: url("../img/back.png");
}
