.slideshow_wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.slideshow_element {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

.slideshow_button_wrapper {
	position: absolute;
	text-align: right;
	width: 200px;
	right: 130px;
	bottom: 10px;
	margin: 0;
	padding: 0;
	z-index: 20;
}

.slideshow_button,.slideshow_button_disabled {
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	width: 20px;
	text-align: center;
	margin: 1px;
	border: 1px solid #ccc;
	cursor: pointer;
	color: #fff;
	background-color: #2089cb;
	z-index: 21;
}

.slideshow_button_disabled {
	border: 1px solid #ccc;
	background-color: #000;
	cursor: default;
}
