﻿#fsViewer
{
	position: absolute;
	left: 470px;
	top: 372px;
	margin:0;
	padding:0;
}

#MainImageArea
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 366px;
	vertical-align: middle;
	text-align: center;
}

#MainImage
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	visibility: hidden;
}

#PhotoCaption
{
	position: absolute;
	left: 0px;
	top: 373px;
	width: 100%;
	height: auto;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	visibility: hidden;
}

#ThumbArea
{
	position: absolute;
	left: 93px;
	top: 395px;
	width: auto;
	height: auto;
	vertical-align: middle;
	text-align: center;
}

#LeftArrow,
#RightArrow
{
	position: absolute;
	top: 423px;
	cursor: pointer;
}

#LeftArrow
{
	left: 50px;
}

#RightArrow
{
	right: 50px;
}

#Thumbs
{
	position: absolute;
	top: 0px;
    left: 0px;
	visibility: hidden;
	width:3000px;
	height:110px;
}

.ThumbsRow
{

}

.ThumbsRow li
{
	list-style-type: none;
	line-height: 1px;
}

.ThumbsRow li img
{
	border: solid 1px white;
}

.TestThumbStyle
{
	
}

#ImageWorks
{
	border: none;
	position: absolute;
	left: 5px;
	bottom: 0px;
}


.PopUpWindow 
{
    position: absolute;
    top: 310px;
    left: 162px;
    z-index: 10;
    background-color: Menu;
    border-style: outset;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 15px 0px;
    text-align: center;
 }

.PopUpWindow #divMessageWinHeader
{
    margin: 0px 0px 0px 0px;
    padding: 2px 2px 2px 2px;
    text-align: left;
    background-color: ActiveCaption;
    color: CaptionText;
    font-size: 10pt;
    font-weight: bold;
}

.PopUpWindow #lblMessageWinMessage 
{
    padding: 0px 15px 0px 15px;
    font-size: 14pt;
}

.PopUpWindow #btnMessageWin
{
    padding: 1px 5px 1px 5px;
}

