﻿.ImageGallery_Browser_Ctnr
{
	position: relative;
	width: 100%;
	/* border: solid 2px Gray; */
	height: 104px; /* Image: 100, ContentCtnr Border (Top+Bottom): 4 */
}

.ImageGallery_Browser_NavHorizontalLeftCtnr
{
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	padding-top: 25px;
	height: 79px; /* Match Browser_Ctnr less vertical padding */
	/* background-color: Gray; */
}

.ImageGallery_Browser_NavHorizontalRightCtnr
{
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
	padding-top: 25px;
	height: 79px; /* Match Browser_Ctnr less vertical padding */
	/* background-color: Gray; */
}

.ImageGallery_Browser_ContentCtnr
{
	position: absolute;
	left: 25px;
	right: 25px;
	border: solid 2px skyblue;
	top: 0;
	overflow: hidden;
	background-color: skyblue;
}

.ImageGallery_Browser_ThumbsCtnr
{
	position: relative;
	top: 0;
	left: 0;
	height: 100px; /* Image height plus vertical margins */
	white-space: nowrap;
}

.ImageGallery_Browser_Image
{
	position: relative;
	margin-left: 1px;
	margin-right: 1px;
	height: 100px;
	width: 100px;
}

.ImageGallery_Preview
{
	border: none;
	width: 250px;
	height: 250px;
}

.ImageGallery_StandardView
{
	height: 500px;
	width: 500px;
	border: none;
}

.ImageGallery_PreviewView
{
	height: 250px;
	width: 250px;
	border: none;
}

.ImageGallery_SSC_PositionCounter
{
	font-weight:bold;
	color:Gray;
	padding-left:5px;
	padding-right:5px;
}
