@charset "utf-8";
/* CSS Document */
.slideshow {
	width:560px;
	height:560px;
	z-index:3;
	overflow: hidden;
	background-image: url(images/slideshow.jpg);
}
.slideshow_crop {
	width:450px;
	height:400px;
	z-index:4;
	overflow: hidden;
	margin-top: 110px;
	margin-left: 50px;
	position: relative;
}
