
.verticalCentre
{
 height: 100%;
 width: 100%;
 position: absolute;
 top: 0px;
}
.verticalCentre td
{
 vertical-align: middle;
}


#imageHider
{
 visibility: hidden;
}

.holderOfImage,
.holderOfImageDetails
{
 text-align: center;
}

.holderOfImage img
{
 padding: 3px;
 border: none;
}


.borderHolderOfThumbnails
{
 margin-top: 10px;

 padding: 5px;
 padding-left: 0px;
 padding-right: 0px;

 border-width: 1px;
 border-style: solid;
 border-top: none;
 border-bottom: none;
}
.outerHolderOfThumbnails
{
 overflow: hidden;
 width: 100%;
 position: relative; /* This is to stop IE from NOT hiding the overflow */
}
.innerHolderOfThumbnails
{
 position: relative;
 left: 5px;
 width: 10000px;
}


.thumbnail
{
 border-width: 1px;
 border-style: solid;
 border-color: #44403F;
 padding: 2px;
 margin: 2px;
}
.thumbnail:hover
{
 border-color: #C35801;
}


.imageFoot
{
 color: #6C6C6C;
 margin-top: 7px;
 font-size: xx-small;
 height: 12px;
}
.imageFoot div:hover
{
 font-size: x-small;
 color: #B1B1B1;
}
.scaleImage
{
 float: left;
 cursor: pointer;
}
.copyright
{
 float: right;
 cursor: default;
}


#pageLoading
{
 text-align: center;
 padding-top: 60px;
}

#pageNoPics
{
 margin-top: 30px;
 text-align: center;
}

