﻿/* --------------------------------------------------------------------------------------------------------------------------------
      PHOTOGALLERY INFO
-------------------------------------------------------------------------------------------------------------------------------- */
div.photoGalleryInfo { float: left; width: 200px; position: relative; left: 15px; border-right: 2px solid #f5e08c; padding-bottom: 15px;
	z-index: 20;}
div.photoGalleryInfo div.album-desc { line-height: 18px; text-align: justify; width: 187px;}
div.photoGalleryInfo div.googlemap { width: 185px; height: 160px; overflow:hidden; position:relative; border: 3px solid white;
	left: -3px;}	
	
div.photoGalleryInfo div.img-shadow-cover { position: relative; float:left; background: url(../Images/shadowAlpha.png) no-repeat bottom right !important; 
	background: url(shadow.gif) no-repeat bottom right; margin: 8px 5px 16px 4px; vertical-align: baseline;}
div.photoGalleryInfo div.img-shadow-cover img { display: block; position: relative; background-color: #fff; border: 1px solid white; 
	margin: -6px 6px -58px -6px; padding: 4px 4px 70px 4px;z-index: 10; vertical-align: baseline;} 
div.photoGalleryInfo div.img-shadow-cover div { overflow: hidden; position: relative; top: -9px; z-index: 20; font-family: "Trebuchet MS"; font-size: 11px;} 	

input.btnSize { font-size: 10px; width: 18px; height: 18px; background-color: #593511; color: White; font-weight: bold; border: 0;}
input.btnSize:hover { background-color: #000; cursor: pointer;}

/* --------------------------------------------------------------------------------------------------------------------------------
      PHOTOGALLERY
-------------------------------------------------------------------------------------------------------------------------------- */
div.photoGallery { float: left; position: relative; left: 35px; width: 500px; z-index: 10;}
div.photoGallery .item { position: relative; float:left; background: url(../Images/shadowAlpha.png) no-repeat bottom right !important; 
	background: url(../Images/shadow.gif) no-repeat bottom right; margin: 6px 10px 6px 0px; cursor: pointer; }
    
div.photoGallery .item .imgdiv { position: relative; text-align: center; display: block;
	cursor: pointer; background-color: White; left: -6px; top: -5px; border: white solid 4px;}
div.photoGallery .item .imgdiv img { position: relative;}
div.photoGallery .item .label { overflow: hidden; font-family: "arial narrow"; font-size: 11px; font-style: italic; text-align: left; 
	position: relative; padding: 1px 6px 2px 6px; height: 16px; background-color: White; left: -6px; top: -6px; display: block;}
div.photoGallery .item  a, a:hover { color: Black; text-decoration: none; cursor: pointer; }

div.photoGallery .item:hover img { filter:alpha(opacity=90); opacity: 0.9; } 

/* --------------------------------------------------------------------------------------------------------------------------------
      LOADING
-------------------------------------------------------------------------------------------------------------------------------- */
#updateLoading { position: absolute; width: 200px; height: 100px; background-color: White; top: 50px; left: 405px; z-index: 99999;
	border: 2px solid #f5e08c; padding: 10px; line-height: 100px; font-size: 15px; text-align: center;}
#updateLoading img {vertical-align: middle; margin-right: 10px;}
