﻿#EnlargeImageToolsContainer 
{
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #000000;
	height: 26px;
	width: 100%;
}

#EnlargeImagePreviousContainer, #EnlargeImageNextContainer
{
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 10px;	
	position: fixed;
	top: 4px;
}

#EnlargeImagePreviousContainer
{
	left: 50%;
	margin-left: -90px;
}

#EnlargeImagePreviousContainer > span 
{
	margin-left: 4px;
}

#EnlargeImageNextContainer 
{
	left: 50%;
	margin-left: 32px;
}

#EnlargeImageNextContainer > span 
{
	margin-right: 4px;
}

#EnlargeImageNavigationStatus 
{
	color: #ffcc00;
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 10px;	
	font-weight: bold;
	text-align: center;
	width: 60px;    
	position: fixed;
	top: 4px;
	left: 50%;
	margin-left: -30px;
}

#EnlargeImageContainer 
{
	display: block;
	position: absolute;
	height: auto;
	bottom: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	margin-top: 26px;
}

#EnlargeImageContainer.Scrollable
{
	overflow: scroll;
}

#EnlargeImageContainer.Nonscrollable
{
	overflow: hidden;
}

#EnlargeImageControl 
{
	position: relative;
	border: 1px solid #000000;
}

#EnlargeImageExtraToolsContainer 
{
	color: #ffffff;
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 10px;	
	font-weight: bold;
	position: fixed;
	top: 1px;
	right: 9%;
	text-align: right;
}

#EnlargeImageDescriptionContainer
{
	color: #ffffff;
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 14px;	
	font-weight: bold;
	position: fixed;
	top: 4px;
	left: 5px;
	text-align: left;
	max-width: 40%;
}

#EnlargeImagePrintContainer, #EnlargeImageClipboardContainer, #EnlargeImageDownloadHiResContainer
{
	margin-left: 7px;
	cursor: pointer;
}

#EnlargeImagePrintContainer > span, 
#EnlargeImageClipboardContainer > span, 
#EnlargeImageDownloadHiResContainer > span
{
	margin-left: 3px;
}

#EnlargeImagePrintContainer > img, 
#EnlargeImageClipboardContainer > img, 
#EnlargeImageDownloadHiResContainer > img
{
	margin-top: 4px;
	vertical-align: text-bottom;
}

#EnlargeImageCloseWindowContainer
{
	color: #ffffff;
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 10px;	
	font-weight: bold;
	position: fixed;
	top: 1px;
	right: 10px;
	text-align: right;
	cursor: pointer;
}

#EnlargeImageCloseWindowContainer > span,
{
	margin-right: 3px;
}


#EnlargeImageCloseWindowContainer > img
{
	margin-top: 6px;
	vertical-align: text-bottom;
}

#EnlargeImageCaption 
{
	color: #000000;
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}

#EnlargeImageMovieContainer
{
	width: 100%;
	height: 100%;
	margin-bottom: 30px;
	background-color: Green;
}

#EnlargeImageWaitContainer
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #ffffff;
	filter:alpha(opacity=50);
	opacity: 0.5;	
}

#EnlargeImageWaitContainer > img
{
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -16px;
	margin-top: -16px;
}

#EnlargeImageMovieDownloadOverlay
{
	cursor: pointer;
	z-index: 9999;
	position: fixed;
	left: 50%;
	top: 50%;
}
