﻿.img-shadow 
{
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.img-shadow img 
{
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
}

.image-clickable 
{
    cursor: pointer;
}

.album-ul
{
    margin-left: 15px;
    padding-left: 0px;
} 
  
.album-li
{ 
    display: inline; 
    float: left;
    width: 180px; 
    height: 250px; 
}

.album-description
{
    position: relative;
    float: left;
    margin: 0px;
    padding: 0px 4px 0px 4px;
    width: 175px;
    word-wrap: break-word;
    overflow: hidden;
}

.album-title
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: Gray;
}

.album-description
{
    color: Gray;
    text-decoration: none;
}    
    
.album-date
{
    font-size: 12px;
}

.album-count
{
    font-size: 12px;
}

.album-li a
{
    cursor: pointer;
    text-decoration: none;
}

/* Image display */ 
.image-ul
{
    margin-left: 15px;
    padding-left: 0px;
} 


.image-li-false /* landscape orientation*/
{ 
    display: inline; 
    float: left;  
    width: 180px; 
    height: 200px; 
}

.image-li-true /* portrait orientation */
{ 
    display: inline; 
    float: left;  
    width: 180px; 
    height: 200px;
}


.image-description
{
    top: -5px;
    position: relative;
    float: left;
    margin: 0px;
    padding: 0px 4px 0px 4px;
    width: 170px;
    height: 12px;
    word-wrap: break-word;
    overflow: hidden;
 
    text-decoration: none;
    color: Gray;
    font-family: Verdana;
    font-size: 9px;
    cursor: pointer;
}
    
.image-li a
{
    cursor: pointer;
    text-decoration: none;
} 

.album-h1
{
    margin-left: 17px;
}

.album-h1 a
{
    text-decoration: none;
}

.album-subtitle
{
    margin-left: 17px;
    font-style: italic;
}

#waitMessage
{
    top: 150px;
    position: relative;
}