.gallery-module{
    height: 946px;
    -webkit-transition: height 0.4s linear;
    -moz-transition: height 0.4s linear;
    -o-transition: height 0.4s linear;
    -ms-transition: height 0.4s linear;
    transition: height 0.4s linear;
}
.gallery-module .container {
    margin: -40px -38px -35px;
}
.gallery-module.collapse {
    height: 128px;
}
.gallery-module h1:hover {
    cursor:pointer;
}
.gallery-module .content {
    clear: left;
    display: block;
    overflow: hidden;
    position: relative;
    width: auto;
    height: 815px;
}
.gallery-text-close-button {
    font-family: "Arial", sans-serif;
    font-weight: bold;
    font-size: 9pt;
    cursor: pointer;
    position: relative;
    padding: 0 3px 3px 8px;
    width: 50px;
    color: #00b0d9;
    margin-left: 713px;
}

.gallery-text-close-button:hover {
    color: #C1DB24;
}
.gallery-module .property-image {
    height: 180px;
    float: left;
}
.gallery-module .container hgroup  h2 {
    background-position: -1px -144px;
}
.gallery-module img.promo {
    margin-bottom: 5px;
}
.gallery-container-holder {
    width: 750px;
}
.gallery-box {
    width: 750px;
    height: 420px;
    background-image: url("../images/gallery/background.png");
    margin-left: 15px;
    overflow: hidden;
    position: relative;
}
.gallery-box ul {
    float: left;
    list-style: none outside none;
    vertical-align: middle;
    width: 1000px;
    position: relative;
    visibility: hidden;
}
.gallery-box li {
    float: left;
    list-style: none outside none;
    vertical-align: middle;
    height: 420px;
    line-height: 420px;
    padding: 0 8px;
    position: relative;
}
.gallery-box li img {
    vertical-align: middle;
    z-index: 0;
    position: absolute;
    top: 50%;
}
.screen {
    left: 8px;
    position: absolute;
    top: 50%;
    background-image: url("../images/gallery/screen.png");
    z-index: 1;
}
.navArrow {
    background-repeat: no-repeat;
    background-image: url("../images/gallery/arrows.png");
    width: 50px;
    height: 65px;
    position: absolute;
    top: 177px;
    cursor: pointer;
}
.prevArrow {
    background-position: -5px -114px;
    left: 17px;
    z-index: 2;

}
.prevArrow:hover {
    background-position: -7px -15px;
}
.nextArrow {
    right: 19px;
    background-position: 2px -315px;
    z-index: 2;

}
.nextArrow:hover {
    background-position: 2px -215px;
}
.caption-bar {
    width: 750px;
    background-color: #464646;
    height: 30px;
    margin-top:2px;
    color: #ffffff;
    font-size: 14px;
    margin-left: 15px;
    padding-top: 18px;
}
.caption {
    float: left;
    padding-left: 20px;
}
.counter {
    float: right;
    padding-right: 20px;
    color: #cceb20;
}



.lightbox-container {
    position: fixed;
    left: 0;
    top: 0;
    width:100%;
    height:100%;
    text-align:center;
    z-index: 100000040;
}

.lightbox-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width:100%;
    height:100%;
    z-index: 100000041;
    zoom: 1; /* IE7 */
    background-color: black;
    opacity: .5;
    filter:filter: alpha(opacity=50);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.lightbox {
    width: 996px;
    height: 740px;
    z-index: 100000042;
    margin: auto;
    position: relative;
    background-color: #000;
    text-align:center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lightbox-image-container {
    position: relative;
    overflow: hidden;
    width: 996px;
    height: 700px;
}
.lightbox-nav {
    display: none;
}
.lightbox:hover .lightbox-nav {
    display: block;
}
.lightbox-bottom {
    position: absolute;
    left:0;
    bottom:0;
    margin:0;
    width:100%;
    height: 30px;
}
.lightbox-nav {
    background-repeat: no-repeat;
    background-image: url("../images/gallery/arrows.png");
    width: 50px;
    height: 65px;
    position: absolute;
    top: 350px;
    cursor: pointer;
    z-index: 1000000;
}
.lightbox-prev {
    background-position: -3px -114px;
    position:absolute;
    left:0;
}
.lightbox-prev:hover {
    background-position: -5px -15px;
}
.lightbox-next {
    position: absolute;
    right:0;
    background-position: 0px -315px;
}
.lightbox-next:hover {
    background-position: 0px -215px;
}
