﻿#mslSmallMapGalleryDiv {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    white-space:nowrap;
}

#mslSmallMapGalleryItems {
    width: 2000em;
    position: relative;
    height: 185px !important;
    white-space: nowrap;
}

.mapTileTitle
{
    white-space: normal !important;
    float: left;
    height: auto !important;
    font-size: 10px !important;
    line-height: 1.0em !important;
}

#mslSmallMapGalleryMainLink a
{
    z-index: 10000;
}

#mslSmallMapGalleryMainLink a
{
    z-index: 10000;
    display: block;
    margin-top: 10px;
    float: right;
}

#mslSmallMapGalleryItems .mapTileFrame
{
    width: 150px !important;
}

#mslSmallMapGalleryItems .mapTileSize
{
    width: auto !important;
    max-width: 150px;
    height: 170px !important;
}

#mslSmallMapGalleryItems .mapTileImageFrame
{
    height: auto !important;
}

#mslSmallMapGalleryItems .mapTileImageFrame a .mapTileImage
{
    width: 100% !important;
}

#leftButton img, #rightButton img
{
    width: 30px;
    height: 30px;
    opacity: 0.6 !important;
    z-index: 10000;
    display: block;
    position: absolute;
    margin-top: 80px;
}

#leftButton
{
    float: left;
    margin-left: 10px;
    cursor: pointer;
}

#rightButton
{
    float: right;
    margin-right: 40px;
    cursor: pointer;
}