﻿@charset "utf-8";

/* =======================================

	CommonElements

======================================= */

#container {
	width: 100%;
	text-align: center;
}

.viewer {
/*	margin: 0 auto; */
	width: 640px;
	height: 350px;
	text-align: left;
	overflow: hidden;
}

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

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



/* multiple
----------------------- */
.multiple {
/*	margin: 0 auto; */
	width: 640px;
	height: 350px;
	text-align: left;
	overflow: hidden;
}

.multiple ul {
	width: 640px;
	height: 350px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

.multiple ul li {
	top: 0;
	left: 0;
	width: 640px;
	height: 350px;
	display: none;
	position: absolute;
}

.multiple ul li span {
	padding: 0 0px;
	height: 0px;
	line-height: 0px;
	color: #fff;
	background: #000;
	display: block;
}
