@charset "utf-8";
/* CSS Document */

.shutterframe {
	position: relative;
	width: 501px;
	height: 342px;
	overflow: hidden;
}

.shutterLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 342px;
	background-color:#DFE0E2;
}

.shutterRight {
	position: absolute;
	top: 0px;
	left: 251px;
	width: 250px;
	height: 342px;
	background-color:#DFE0E2;
}
