.slideshow {
	z-index: 1;
}
.slide-dots.internal .slide-dot {
	background-image: url("img/dots.png");
	width: 16px;
	height: 16px;
}
.slide-dots.internal .slide-dot.hover {
	background-position: 0px 30px;
}
.slide-dots.internal .slide-dot.selected {
	background-position: 0px 16px;
}

.slideshow .button {
	background-color: rgba(100, 100, 100, .5);
	height: 100%;
	width: 50px;
	margin: 0px;
}
.slideshow .button:hover {
	background-color: rgba(150, 150, 150, .5);
}

.slideshow .button .arrow {
	margin: 0px;
}
	
.slideshow .button .arrow.right {
	background-image: url("img/next.png");
	width: 18px;
	height: 27px;
}
.slideshow .button .arrow.left {
	background-image: url("img/prev.png");
	width: 18px;
	height: 27px;
}
.slideshow .slidewrapper {
	width: 100%;
	height: 100%;
	background-color: white;
}