﻿

/* gallery list/albums page */

.galleryList 
{
   background:#fff;
}

.galleryThumbnailHighslide
{
    width:122px;
    height:140px;
    background: url(../gfx/galleryFrame6.jpg) no-repeat;
}

.galleryThumbnailHighslide img
{
    max-height: 100px;
}

.galleryThumbnail
{
    width:122px;
    height:133px;
    background: url(../gfx/album.jpg) no-repeat;
    padding:8px 8px 8px 14px;
    float:left;
    margin-right:5px;
    margin-top:5px;
}

.galleryOverview
{
    float:left;
    width:400px;
}


.galleryList h1 
{
    color:#999;
    padding:0;
    margin:0;
    font-size:11px;   
}

.galleryList h1  a
{
   color:#0C0B44;
}

.galleryList h1  a:hover
{
    color:#0C0B44;
    text-decoration:underline;
}

.galleryList h2 
{
    color:#999;
    margin:0;
    padding:0;
    font-size:11px;
    font-weight:normal;  
}

/*  end gallery list/albums page */




/* gallery photos/thumbnails page */


.galleryPhotosThumbnails
{
    
    
    float:left;
    margin-right:7px;
    margin-top:6px;
    margin-bottom:6px;
    background: url(../gfx/galleryFrame6.jpg) no-repeat;
    width:122px;
    height:122px;
    zborder:1px solid #ccc;
    padding:9px;
 
}

/* end gallery photos/thumbnails page */
