/*This style file define the Well-Known classes*/

.Viewer
{
	overflow:hidden;
	margin:0px;
	padding:0px;
}
.Slider
{
	background-color:#000000;
	color:#ffffff;
	overflow:hidden;
	margin:0px;
	padding:0px;
}


.GalleryLayout
{
	text-align:center;
}

.GalleryTooltip
{
	font-size:12px;
}


.GalleryDirectoryItem:hover , .GalleryPhotoItem:hover
{
	color:#1381a4;
}

.GalleryDirectoryItem:hover .GalleryThumbnailContainer, .GalleryPhotoItem:hover .GalleryThumbnailContainer
{
	background-color:#1381a4;
}
.GalleryDirectoryItem:hover .GalleryPhotoContainer, .GalleryPhotoItem:hover .GalleryPhotoContainer
{
	background-color:#1381a4;
}



/*classes defined in Theme/Code.js*/

.GalleryThumbnailImage
{
	margin:2px;
}

.GalleryThumbnailContainer
{
	display:inline-block;
	background-color:#11b1cc;
}
.GalleryThumbnailContainer:hover
{
	background-color:#1381a4;
}

.GalleryPhotoImage
{
	margin:2px;
}
.GalleryPhotoContainer
{
	display:inline-block;
	background-color:#11b1cc;
}
.GalleryPhotoContainer:hover
{
	background-color:#1381a4;
}


.GalleryTooltipContainer
{
	border:solid 2px #11b1cc;
	padding:4px;
	background-color:#d2d9a8;
	margin:2px;
	height:100%;
}
.GalleryTooltipContainer:hover
{
	border:solid 2px #1381a4;
}


.SlideShowPrevBtn
{
	cursor:hand;
	position:absolute;
	background-color:White;
	width:64px;
	height:24px;
	top:120px;
	left:12px;
	background-image:url(Images/prev.png);
	border-bottom:solid 2px #333333;
	border-left-style:none;
}

.SlideShowNextBtn
{
	cursor:hand;
	position:absolute;
	background-color:White;
	width:64px;
	height:24px;
	top:120px;
	right:12px;
	background-image:url(Images/next.png);
	border-bottom:solid 2px #333333;
	border-right-style:none;
}

































