.slideshow ul, .slideshow li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.slideshow ul {	
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.slideshow .slideshow-controls {
	position: absolute;
	z-index: 10000;
}

.slideshow .slideshow-prev {
	float: left;
	text-align: left;
	width: 50%;
	height: 100%;
	cursor: w-resize;
}
.slideshow .slideshow-next {
	float: right;
	text-align: right;
	width: 50%;
	height: 100%;
	cursor: e-resize;
}

.slideshow .slideshow-slide {
	background: no-repeat center center;
}
.slideshow.slide .slideshow-slide {
	display: inline-block;
}
.slideshow.fade .slideshow-slide {
	display: inherit;
	position: absolute;
}

.slideshow .slideshow-title {
}

.slideshow .slideshow-fullsize {
	position: absolute;
	width: 72px;
	height: 71px;
	z-index: 10001;
	display: none;
	cursor: pointer;
}
.slideshow-fullsize-modal-bg {
	background: #000000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10002;
	display: none;
}
.slideshow-fullsize-modal {
	cursor: pointer;
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10003;
	display: none;
	width: 100%;
	height: 100%;
	background: url(/images/loading.gif) no-repeat center center;
}
