﻿
/**************************************************************
	Image Gallery Styles
**************************************************************/
#container
{
    width: 950px;
    margin: auto;
}
.gallery-left
{
    width: 665px;
    margin: 0px 0px 0px 0px;
    float: left;
}
.slideshowContainer
{
    height: 505px; /*border: 1px solid #ccc;*/
    margin-bottom: 10px;
}
.slideshowContainer img
{
    display: block;
    margin: auto;
}
.loading
{
    background: url(images/loader.gif) center no-repeat;
}
.gallerythumb
{
    width: 105px;
    height: 77px;
    float: left;
    border: solid 1px #ddd;
    text-align: center;
    margin: 0px 6px 6px 0px;
}
.gallerythumb img
{
    border: none;
}
.outline
{
    border-bottom: 5px solid #51ad27;
    z-index: 10;
    position: absolute;
}
#thumbnails
{
    float: right;
    width: 240px;
}
