.galleryHeaderContainer
{
    width: 920px;
    text-align: left;
    padding-top: 20px;
}

/* PAGE/IMAGE STATISTICS */

.galleryStatisticsContainer
{
    height:20px;
    border:0px solid red;
}

.galleryStatisticsContainer .pageStatsWrapper
{
    float:left;
}

.galleryStatisticsContainer .imageStatsWrapper
{
    float:right;
}

.galleryStatisticsContainer #hoveredImageIndex
{
    color:#bbb;
    font:12px tahoma;
}

.galleryStatisticsContainer #numberOfImages
{
    color:#aaa;
    font:16px tahoma;
}

.galleryStatisticsContainer #pageNumber
{
   color: #bbb;
   font: 12px tahoma;
}

.galleryStatisticsContainer #pageCount
{
   color: #aaa;
   font: 16px tahoma;
}  

/* GALLERY PAGES */

#galleryContainer
{
    width: 900px;
    height: 620px;
    margin-bottom : 0px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;     
}

.galleryPage
{
    width: 900px;
    border: 0px solid red;
    position: absolute;
    background-color: #FFF;
    left: 0px;
    top: 0px;
    height:620px;
    overflow: hidden;
}

.galleryRow
{
    height: 190px;
    background-color:transparent;
    margin-bottom: 15px;
    width: 960px;
} 

.galleryThumbWrapper
{
    background-color: #fff;
    float: left;
    height: 180px;
    padding-top: 15px;
    padding-left:24px;
    padding-right:24px;
    width:252px;
    background-repeat: no-repeat;
    background-position: 50% 0%;      
}

.galleryThumbTitle
{

   font: normal 12px tahoma; 
   color: #3399CC;
   padding-left: 0px;
   padding-top: 0px;
   margin-top: 0px;
}

.galleryThumbDesc
{
    color: #666;
    font: 10px tahoma;
    padding-left: 0px;
    margin-top: 0px;
    padding-right: 0px;    
}

.galleryThumb
{
    width: 244px;
    height: 116px; 
    padding: 3px; 
    margin: 0px;
    
    cursor: pointer; 
    border: 1px solid #ddd;
    background-color: #FFF;
    
    background-image: url('../img/common/ajax/loading1.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    display: block;
        
}

.galleryThumb .link
{
   position: absolute;
   display: block;
   width:244px;
   height:116px;
   background-color:transparent; 
   left: 3px;
   top: 3px;
   z-index: 2;
     border: 1px solid #ddd;
}

.galleryThumbShadow
{
    padding: 0px;
    margin: 0px;
    width: 252px;
    height: 12px;
    background-image: url('../img/gallery/classic/pictureShadow.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0%;
}



#galleryPrevPagePanelBtn
{
    width: 30px;
    height: 640px;
    position: absolute;
    background-color:transparent;
    left: 0px;
    top:0px;
    cursor:pointer;
}



#galleryNextPagePanelBtn
{
    width: 30px;
    height: 640px;
    position: absolute;
    background-color:transparent;
    left: 930px;
    top:0px;
    cursor:pointer;
}



#galleryControlPanel
{
    width: 900px;
    height: 37px;
    border: 0px solid red;
    margin-top: 10px;
    text-align: center;
    position: relative;
}


#galleryPrevPageBtn
{
    width: 100px;
    height: 24px;
    
    cursor: pointer;
    position: absolute;
    left:0px;
    top:0px;
    
    width: 100px;
    height: 24px;
    background-color: #FFF;
    border: 1px solid #999999;
    color: #0099cc;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    padding-top: 8px;
    text-decoration: none;    
}
  
#galleryPrevPageBtn:hover
{
    background-color: #0099cc;
    border: 1px solid #999999; 
    color: #FFF;
}

#galleryNextPageBtn
{
    width: 100px;
    height: 24px;
    
    cursor: pointer;
    position: absolute;
    right:0px;
    top:0px;    

    
    width: 100px;
    height: 24px;
    background-color: #FFF;
    border: 1px solid #999999;
    color: #0099cc;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    padding-top: 8px;
    text-decoration: none;
}

#galleryNextPageBtn:hover
{
    background-color: #0099cc;
    border: 1px solid #999999; 
    color: #FFF;
}

/* light box link */

a.lightBox
{
    color: #3399CC;
    cursor: pointer;
    padding-right: 13px;
    background-image: url('../img/common/img/lightBoxLinkBlue.png');
    background-repeat: no-repeat;
    background-position: 100% 20%; 
}

a.lightBox:hover
{
    text-decoration: underline;
}
img 
{
    border:none;        
}