﻿#loadingmessage{
  position:absolute;
  top:200px;
  left:150px;
  padding:1em 5px;
  background:#ffc;
  font-family:Verdana,Sans-serif;
  font-weight:bold;
  width:20em;
  text-align:center;
  font-size:80%;
  color:#000;
}

#bigDynPic{
  background:#369;
  position:absolute;
  top:1em;
  left:80px;
  padding:5px;
  z-index: 9999;
}

.thumbContainer
{
	position: relative;
}

.thumbContainer:after
{
	content: "";
	display: block;
	height: 0px;
	clear: both;
}

.thumbs
{
	position: relative;
}

.thumbTop
{
	font-weight: bold;
	border-bottom: groove 1px Black;
}

.VerticalThumbs 
{
  width: 120px;
  height: 110px;
  float: left;
  clear: left;
}

.HorizontalThumbs
{
  width: 120px;
  height: 110px;
  float: left;
}

.thumbs div img{
  border:none;
  display:block;
}

#bigDynPic img{
		border-top:1px solid #036;
		border-left:1px solid #036;
		border-bottom:1px solid #69c;
		border-right:1px solid #69c;
	}
	
#bigDynPic p{
		font-family:Verdana,Sans-serif;
		font-weight:bold;
		font-size:80%;
		background:#369;
		color:#fff;
		margin:0;
		padding:5px 10px;	
	}