#slideshow {
	border: 1px solid #000;
	overflow: hidden;
	position: relative;
	width: 277px;
	height: 194px;
	align: center;
	background-color: #b15210;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
	cursor: hand;
}
