/* CSS Document */
#slideshowContainer {
	position:relative;
	width:222px;
	height:587px;
	border:0px;
	overflow:hidden;
	padding:0px;
	margin:0px;
}

/*#slideshowNavigation {
	position:absolute;
	top:271px;
	left:234px;
	z-index:1000;
	border:none;
	width:84px;
	height:26px;
}

.slideshowButton {
	cursor:hand;
	cursor:pointer;
	padding:5px;
	float:left;
}
*/
.slideContainer {
	position:absolute;
	padding:0px;
	margin:0px;
}

