
#slideshowWrapper{
	position:relative;
	display:block;
	width:auto;
	height:auto;
}
div.right {
	font-size: 90%;
	right: 10%;
	padding-right: 1.2em;
	position: absolute;
	width: 90px;
}
div.right button {
	width: 90px;
}

div.slideshowCaption {
	position:absolute;
	bottom:10px;
	width: auto;
	text-align: center;
	right: 30px;
	padding: 5px 10px;
	background: black;
	color: white;
	font-family: sans-serif;
	border-radius: 10px;
	z-index:10;
}
