﻿#viewport {
	position: relative;
	width: 148px;
	height: 270px;
	margin: 0px;
	overflow: hidden;
	top: 5px;
	left: 97px;
	background-color: black;
}
#slideshow {
	-webkit-user-select: none;
	-moz-user-select: none;
	position: relative;
	width: 148px;
	height: 270px;
	margin: 0px;
	cursor: move;
}
.panel {
	margin: 0px;
	padding: 0px;
	width: 148px;
	height: 270px;
	background-color: black;
  	overflow: hidden;
}

.panel img {
	width: 148px;
	height: 270px;
}

