#container {
	background-color: white; /* The background color of the gallery */
	padding: 2px;
	border: 1px black solid;
	overflow: hidden;
}
#galleryarea {
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.slideshowimage {
	height: 100%;
}
#controls {
	float: right;
	width: 20px;
	height: 100%;
	text-align:center;
	background-color:white;
}
.controlitem {
	padding-left: 5px;
	cursor: pointer;
}
.handle {
	cursor: pointer;
}
