﻿@charset "utf-8";

#viewer {
	width: 960px;
	height: 200px;
	text-align: left;
	overflow: hidden;
	position: relative;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#viewer img {
	left: 0;
	position: absolute;
}
