@charset "utf-8";
/* CSS Document */
#slideshowContainer {
	position:relative;
	width:480px;
	height:216px;
	border:1px solid #000000;
	overflow:hidden;
	padding:0px;
	margin:0px;
}

#slideshowNavigation {
	position:absolute;
	top:0px;
	right:0px;
	z-index:10;
	border:none;
	width:80px;
	height:26px;
	background-color:#efefef;
	border:1px solid #454545;
	border-width:0px 0 1px 1px;
		cursor:hand;
	cursor:pointer;
}

.slideshowButton {
	cursor:hand;
	cursor:pointer;
	padding:5px;
	float:left;
}

.slideContainer {
	position:absolute;
	padding:0px;
	margin:0px;
}
