﻿body
{
	background-color:#111111;
	text-align:center;
}

#flashDivShadow
{
	height: 576px;
	width: 1024px;
	background-color:#DDDDDD;
	padding:2px;
	border:2px solid white;
	text-align:center;
	
}

#flashDiv
{
	height:576px;
	width:1024px;
	z-index:0;
	margin-left:0px;
	text-align:center;
	background-color:#DDDDDD;
}

#scrolling
{
	overflow:auto;
	padding:2px;
	width:1024px;
	overflow-y:hidden;
	height:100px;
	border:2px solid white;
	background-color:#DDDDDD;
}

#thumbnails img
{
	width:100px;
	height:75px;
	margin-left:2px;
	margin-top:2px;
	margin-right:2px;
	border: 1px solid black;
	cursor: hand;
}