﻿#mainContent{
    width:590px;
}
.containerPagination{
   width:550px;
}
.galleryContainer{
    float:left;
    position:relative;
    top:0;
    left:0;
    width:100%;
    color:#333;
    padding-top:5px;
    padding-bottom:10px;
    margin-bottom:10px;
    border:solid 1px #ccc;
}
.galleryContainer a{
    display:block;
    width:100%;
    padding-left:20px;
    padding-bottom:5px;
}

/* --- GALLERY DISPLAY FULL --- */

.galleryFull{
    display:none;
    float:left;
    width:565px;
    padding-left:20px;
    line-height:1.4em;
    background-color:#fff;
}
.galleryFull img{
    float:left;
    width:500px;
    padding:4px;
    border:solid 1px #bbb;
}
.galleryImageLargeCaption{
    float:left;
    width:545px;
    padding-right:20px;
    padding-top:10px;
    margin-bottom:10px; 
}

/* --- GALLERY DISPLAY ABSTRACT --- */

.galleryThumb{
    float:left;
    width:565px;
    padding-left:20px;
    line-height:1.4em;
    background-color:#fff;
}
.galleryLeftColumnThumb{
    float:left;
    width:130px;
}
.galleryLeftColumnThumb img{
    width:100px;
    padding:4px;
    border:solid 1px #bbb;
}
.galleryRightColumnThumb{
   float:left;
   width:390px;
}

/* -- Dynamically added ajax wait indicator --*/
#ajaxBusy img{
    width:auto;
    border:none;
}