ul.photos {
    margin: 0 0 0 -10px;
    padding: 0;
    list-style: none;
}

ul.photos li {
    margin: 0 0 10px 10px;
    padding: 0;
    float: left;
    width: 160px;
/*
    height: 160px;
*/  
  text-align: center;
}

ul.photos li a {
    display: block;
    width: 100%;
    height: 100%;
}

ul.photos li a img {
}

ul.photos li .title {
    text-align: left;
    font-weight: bolder;
}

ul.photos li .comment {
    display: none;
}



#shade {
    background: #000000;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    display: none;
    opacity: .85;
    z-index: 1000;
}

#magnified {
    padding: 10px;
    border: 2px solid #666666;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
    display: none;
/*
    width: 500px;
    height: 500px;
*/
    background: #ffffff;
}

#magnified .title {
    margin: 0 0 12px 0;
    font-size: 140%;
}

#magnified .img {
    text-align: center;
}

#magnified .comment {
    margin-top: 8px;
}

#magnified .menu {
    margin-top: 8px;
}

