.photoGallery_block {
    float:left;
    width:200px;
    margin-right:10px;
    margin-bottom:10px;
}

.photoGallery_thumb {
    margin-bottom:15px;
}

.photoGallery_thumb img {
    border:none;
}

.photoGallery_text {
    text-align:center;
    font:10pt Arial,Verdana,sans-serif;
    color:#666;
    margin-bottom:15px;
}

#photoGalleryView {
    position:fixed;
    top:10px;
    _position:absolute;
    _top:expression(eval(document.documentElement.scrollTop)+10);
    left:50%;
    margin:0 auto 0 -500px;
    background-color:white;
    border:2px solid #CCC;
    display:none;
    z-index: 1000;
}

#photoGalleryView_img {
    border:5px solid white;
    cursor:pointer;
}

#photoGallery h2 {
    float:left;
    width:600px;
    font:bolder 15pt Arial,Verdana,sans-serif;
    color:#666;
}

#photoGallery h3 {
    float:left;
    width:400px;
    height:140px;
    margin-bottom:15px;
}

html {
    _background: url('about:blank') no-repeat;
    _background-attachment: fixed;
}

/* Styles for gallery's albums */
div#photoGallery {
    float:left;
}

div.albums_block {
    border:1px solid #C3C3C3;
    background:#F2F2EA;
    float:left;
    padding:5px;
    width:620px;
}

.photoGallery_shortinfo {
    float:left;
    width:200px;
}

.photoGallery_fullinfo {
    float:left;
    width:400px;
    margin-left:10px;
    color:#7D7F7F;
    background-color:#F2F2EA;
}

div#photoGallery_page {
    float:left;
}

div.album_header {
    text-align:left;
    background:#E2E2DA;
    padding-left:5px;
}

