.finn-gallery-title-container {
    display: inline-block;
    padding: 5px 0;
    margin-bottom: 20px;
    position: relative;
    background: #eeeeee
}

.finn-gallery-title-container:before, .finn-gallery-title-container:after {
    bottom: 10px;
    content: "";
    position: absolute;
    width: 50%;
    height: 25px;
    z-index: -1;
}

.finn-gallery-title-container:before {
    transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    left: 10px;
    right: auto;
    box-shadow: -5px 10px 10px #aaaaaa;
}

.finn-gallery-title-container:after {
    transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    left: auto;
    right: 10px;
    box-shadow: 5px 10px 10px #aaaaaa;
}

.finn-gallery-title-container-title {
    float: left;
    text-align: center;
    width: 100%;
    color: #666666;
    font-weight: bold;
    min-height: 1.3em;
}

.finn-gallery-title-container-index {
    float: right;
    text-align: right;
    width: 45px;
    padding-right: 10px;
    color: #666666
}

.finn-gallery-main-image-wrapper {
    position: relative;
    text-align: center;
    background: #eeeeee;
    overflow: hidden;
}

.finn-gallery-container {

    background-color: #f0ffff;
}

.finn-gallery-container-left {
    position: absolute;
    top: 0;
    left: 0;
}

.finn-gallery-thumbnail {
    float: left;
    width: 80px;
    text-align: center;
    display: block;
    height: 64px;
    overflow: hidden;
    cursor: pointer;
    line-height: 64px;
    margin: 0 12px 0 11px;
    font-size:1px;
}

.finn-gallery-thumbnail:hover {
    background: #eeeeee
}

.finn-gallery-thumbnail img {
    vertical-align: middle;
    max-width: 60px;
}

.finn-gallery-thumbnail-wrapper {
    height: 68px;
    overflow: hidden;
    position: absolute;
    width: 515px;
    left: 30px;
}

.finn-gallery-thumbnail-wrapper-content {
    height: 68px;
    position: relative;
    width: 10000px;
    width:-moz-max-content;
}

/*.blueBorder img:after {    content: "hei";}*/
.blueBorder {
    background: #eeeeee;
    box-shadow: inset 0 0 5px #999
}

.arrowLeft {
    border-color: transparent #aaaaaa transparent transparent;
    border-style: solid;
    border-width: 10px;
    display: inline-block;
    position: inherit;
    float: left;
    margin-top: 24px;
    font-size: 0;
    line-height: 0
}

.arrowLeftClickable {
    height: 78px;
    width: 25px;
    float: left;
    cursor: pointer;
}

.arrowLeftClickable:hover .arrowLeft {
    border-color: transparent #555555 transparent transparent;
}

.arrowRight {
    border-color: transparent transparent transparent #aaaaaa;
    border-style: solid;
    border-width: 10px;
    display: inline-block;
    position: inherit;
    float: right;
    margin-top: 24px;
    font-size: 0;
    line-height: 0
}

.arrowRightClickable {
    height: 78px;
    width: 25px;
    float: right;
    cursor: pointer;
}

.arrowRightClickable:hover .arrowRight {
    cursor: pointer;
    border-color: transparent transparent transparent #555555;
}

.prospectImageContainer  {
    display: block;
    line-height: normal;
    position: relative;
    z-index: 0
}

.finn-gallery-navigator-container {
    clear: both;
    text-align: center;
    color: #666666;
}

.finn-gallery-galleryOverlay {
    position: absolute;
    cursor: pointer;
    background-color: white; /*ie hack*/
    opacity: 0;
    filter: Alpha(Opacity = 0);
}

.prospectImageContainer .finn-gallery-link {
    bottom:0;
    right:1px;
    width : 29px;
    height:29px;
    border-top-left-radius: 4px;
    padding:4px;
    background-color: #717171;
    z-index: 999;
}

.prospectImageContainer .finn-gallery-touchlink {
    width : 50px;
    padding-top:15px;
    height: 40px;
}

.finn-gallery-link:hover {
    background-color: #666666;/* url(/img/gallery/viewImage.gif) no-repeat center*/
    background-image: none;
}

.finn-gallery-link a {
    color : #fff;
    text-decoration:none;
    display: block;
    width: 100%;
    height: 100%;
}

.finn-gallery-link a img {
    margin-top:5px;
}

.finn-gallery-main-image-wrapper:hover .finn-gallery-overlay-arrow{
    visibility: visible;
    opacity: 0.6;
}

.finn-gallery-overlay-arrow, .finn-gallery-link {
    cursor: pointer;
    position: absolute;
    z-index: 250;
    background-color: #666;
    background-image: -moz-linear-gradient(top, #7f7f7f, #666666);
    background-image: -webkit-linear-gradient(top, #7f7f7f, #666666);
    background-image: -o-linear-gradient(top, #7f7f7f, #666666);
    background-image: -ms-linear-gradient(top, #7f7f7f, #666666);
    background-image: linear-gradient(top, #7f7f7f, #666666);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #666666;
}

.finn-gallery-overlay-arrow {
    top: 160px;
    padding: 0 24px 40px 0;
    opacity: 0;
    visibility: hidden;
    width: 10px;
}

.finn-gallery-middleOverlay {
    left:75px;
    right: 75px;
    top: 0;
    height: 100%;
}

.finn-gallery-main-image-wrapper .finn-gallery-overlay-arrow:hover,
.finn-gallery-main-image-wrapper .finn-gallery-link:hover
{
    opacity: 1
}

.finn-gallery-overlay-arrow-left {
    left: 1px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.finn-gallery-overlay-arrow-right {
    right: 1px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.finn-gallery-overlay-arrow-selected {
    background: #666666;
    color: white;
    opacity: 1;
}

.finn-gallery-overlay-arrow-hidden {
/*visibility:hidden;*/
/*opacity:1;*/
}

.finn-gallery-overlay-arrow .left {
    border-color: transparent white transparent transparent;
    border-style: solid;
    border-width: 10px;
    display: inline-block;
    float: left;
    font-size: 0;
    position: absolute;
    top: 10px;
    right: 12px;
    line-height: 0;
}

.finn-gallery-overlay-arrow .right {
    border-color: transparent transparent transparent white;
    border-style: solid;
    border-width: 10px;
    display: inline-block;
    float: right;
    font-size: 0;
    position: absolute;
    top: 10px;
    left: 12px;
    line-height: 0;
}

.imageViewer {
    min-height: 525px;
    background: #ffffff
}

.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
