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

.viewer {
	margin: 0 auto;
	width: 960px;
	height: 500px;
	text-align: left;
	overflow: hidden;
}

.viewer ul {
	width: 960px;
	height: 500px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

.viewer ul li {
	top: 0;
	left: 0;
	width: 960px;
	height: 500px;
	display: none;
	position: absolute;
}