﻿/* Gallery page */
.gallery-left
{
    width: 70px;
    float: left;
    height: 470px;
}
.gallery-left ul
{
    margin: 15px 10px 0px 0px;
    padding: 0px;
    list-style-type: none;
}
.gallery-left ul li
{
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 15px 0px; 
/*     
    border-top-color: #999999;     
    border-bottom-color: #999999; 
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
*/
}
.gallery-section-link
{
    margin: 0px;
    padding: 0px;
}
.gallery-section-link-active
{
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
}
.gallery-content
{
    float: left;
    height: 470px;
    width: 730px;
}
.gallery-content img:hover
{
    cursor: pointer;
}

/*Large Image Popup*/
.LargeImagePopupBackground
{
    background-color: #808080;
    filter: alpha(opacity=90);
    opacity: 0.9;
}
#LargeImagePopupContent
{
    height: 550px;
    width: 500px;
}
#ButtonCloseLargeImagePopup
{
    margin-bottom: 20px;
    margin-left: 450px;
}

/* carousel
==================*/
.gallery-carousel-button-container
{
    float: left;
    margin-top: 170px;
}
.gallery-carousel-button
{
    border-bottom: #ccc 1px solid;
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#ffffff, endcolorstr=#efefef);
    border-left: #ccc 1px solid;
    padding-bottom: 0px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    white-space: nowrap;
    background: #f6f6f6;
    height: 2.08em;
    overflow: visible;
    border-top: #ccc 1px solid;
    cursor: pointer;
    border-right: #ccc 1px solid;
    padding-top: 0px;
}
.gallery-carousel-button
{
    width: 25px;
    height: 135px;
}
.gallery-carousel-arrow-next, .gallery-carousel-arrow-prev, .gallery-carousel-arrow-next-dis, .gallery-carousel-arrow-prev-dis
{
    border-bottom: transparent 1px solid;
    border-left: transparent 1px solid;
    border-top: transparent 1px solid;
    border-right: transparent 1px solid;
    width: 0px;
    height: 0px;
    vertical-align: middle;
}
.gallery-carousel-arrow-next, .gallery-carousel-arrow-next-dis
{
    border-right-width: 0px;
    border-top-width: 10px !important;
    border-bottom-width: 10px !important;
    border-left-width: 10px !important;
}
.gallery-carousel-arrow-prev, .gallery-carousel-arrow-prev-dis
{
    border-right-width: 10px !important;
    border-top-width: 10px !important;
    border-bottom-width: 10px !important;
    border-left-width: 0px;
}
.gallery-carousel-arrow-next, .gallery-carousel-arrow-prev
{
    border-left-color: #666;
    border-right-color: #666;
}
.gallery-carousel-arrow-next-dis, .gallery-carousel-arrow-prev-dis
{
    border-left-color: #CCCCCC;
    border-right-color: #CCCCCC;
    cursor: default;
}
.gallery-carousel-button:hover .gallery-carousel-arrow-next
{
    border-left-color: #0000CC;
}
.gallery-carousel-button:focus .gallery-carousel-arrow-next
{
    border-left-color: #0000CC;
}
.gallery-carousel-button:hover .gallery-carousel-arrow-prev
{
    border-right-color: #0000CC;
}
.gallery-carousel-button:focus .gallery-carousel-arrow-prev
{
    border-right-color: #0000CC;
}
/**/
