.clearfix {
    zoom: 1;
}

    .clearfix:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

html, body {
    margin: 0;
    padding: 0;
}

body {
    top: 0px;
    left: 0px;
    bottom: 0px;
    height: 100%;
}

img#bg, #ctl00_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#WOL {
    position: relative;
    z-index: 1;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol, ul {
    list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

[hidden] {
    display: none;
}


.hiddenamenities {
    display: none !important;
    visibility: hidden;
}


abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

    q:before, q:after {
        content: "";
        content: none;
    }

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
    *overflow: visible;
}

table button, table input {
    *overflow: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

    input:invalid, textarea:invalid {
        background-color: #f0dddd;
    }

td {
    vertical-align: top;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background: #bdbdbd url(../img/bg-texture_1.png);
    margin: 0;
    font-size: 12px;
    line-height: 1.231;
}

body, button, input, select, textarea {
    font-family: sans-serif;
    color: #7f7f7f;
}

::-moz-selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none;
}

a {
    color: #003663;
    text-decoration: none;
    -webkit-transition: color 0.25s ease-in;
    -moz-transition: color 0.25s ease-in;
    -ms-transition: color 0.25s ease-in;
    -o-transition: color 0.25s ease-in;
    transition: color 0.25s ease-in;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 13px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 11px;
}

p {
    margin-bottom: 18px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.container {
    margin: 0 auto;
    width: 940px;
}

#head {
    /*background-color: #666;*/ /* WEB-2923 OL: Remove TOP Navigation bar*/
    border-top: 1px solid #a39e9e;
}

    #head .container {
        position: relative;
    }

#secondary-head li, #secondary-head a {
    color: #bdbdbd;
}

#secondary-head li {
    margin-right: 3px;
    float: left;
    font-size: 10px;
}

#secondary-head a:hover {
    color: #003663;
}

#cta-number {
    margin-top: 8px;
    padding-right: 18px;
    border-right: 1px dotted #7f7f7f;
}

li#lounge {
    margin: 8px 10px 0 0;
    padding-left: 18px;
}

#logo a {
    float: left;
    width: 154px;
    height: 109px;
    background: url(../img/welkResorts.2.png) no-repeat;
}

#head nav {
    margin-top: 60px;
}

#main-nav {
    zoom: 1;
    zoom: 1;
}

    #main-nav:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    #main-nav li {
        display: inline;
    }

    #main-nav a {
        margin: 0 10px;
        font-size: 1.2em;
        color: #fff;
    }

        #main-nav a:hover, .active-parent, .current-menu-item > a {
            border-bottom: 2px solid #acacac;
        }

.current-menu-item > a, .active-parent {
    font-weight: bold;
}

.sub-menu {
    display: none;
}

.current-menu-item > .sub-menu, .current-menu-ancestor > .sub-menu {
    display: block;
}

#main-nav .sub-menu a {
    font-size: 16px;
}

#main-nav .sub-menu ul a {
    font-size: 14px;
}

.sub-menu {
    margin-top: 8px;
    width: 100%;
    float: left;
}

#slideshow {
    background: #efefef url(../img/bg-texture_1.png) repeat;
}

#show {
    height: 340px;
    position: relative;
    overflow: hidden;
}

.slide {
    width: 940px;
    height: 340px;
    position: relative;
    text-align: center;
}

.no-js .slide {
    display: block;
}

.slide-nav {
    width: 940px;
    position: absolute;
    z-index: 99999;
}

    .slide-nav a {
        width: 11px;
        height: 15px;
        background: url(../img/sprite-slide-nav_1.png) no-repeat top left;
        position: absolute;
        top: 170px;
    }

        .slide-nav a:hover {
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
            -webkit-transform: scale(1.5, 1.5);
            -moz-transform: scale(1.5, 1.5);
            -o-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
        }

    .slide-nav .prv {
        left: -25px;
        background-position: top left;
    }

    .slide-nav .nxt {
        right: -25px;
        background-position: top right;
    }

.slide-copy {
    position: absolute;
    display: none;
    text-align: left;
}

.no-js .slide-copy {
    display: block;
}

.top-left, .top-right {
    top: 100px;
}

.top-left {
    left: 90px;
}

.top-right {
    right: 90px;
}

.bottom-left, .bottom-right {
    bottom: 30px;
}

.bottom-left {
    left: 90px;
}

.bottom-right {
    right: 90px;
}

.slide-copy a {
    color: #ffffff;
}

.slide-copy h3 {
    font-size: 28px;
}

.slide-copy p {
    font-size: 18px;
}

#mid {
    background: #e7e7e7 url(../img/bg-texture.png) repeat;
}

#cta-form {
    background: #f7f7f7;
    zoom: 1;
    zoom: 1;
}

    #cta-form:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    #cta-form h3 {
        width: 152px;
        height: 48px;
        background: #8dc63f;
        line-height: 48px;
        font-size: 12px;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
    }

    #cta-form h3, #primary-form {
        float: left;
    }

#primary-form {
    padding: 10px 0 10px 10px;
    width: 778px;
    background: #ffffff;
}

    #primary-form div {
        margin-right: 10px;
        position: relative;
        float: left;
    }

        #primary-form div.last {
            margin: 0;
        }

.ie7 #primary-form .last {
    margin-top: -2px;
}

.ie7 #date-wrap {
    margin-top: -2px;
    width: 218px;
}

#primary-form input {
    padding: 0 30px 0 10px;
    width: 178px;
    height: 28px;
    background: url(../img/input.png) no-repeat 0 0;
    border: none;
    line-height: 28px;
}

    #primary-form input#submit {
        padding: 0;
        width: 84px;
        background: #f26522;
        background-image: none;
        line-height: inherit;
        text-align: center;
        color: #ffffff;
    }

select.select {
    width: 218px !important;
    height: 28px !important;
    position: relative;
    z-index: 10;
    line-height: 28px;
}

span.select {
    width: 218px;
    height: 28px;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/select.png) no-repeat 0 0;
    line-height: 28px;
    text-indent: 10px;
    cursor: default;
    z-index: 1;
}

#triple-ctas {
    padding: 30px 0 20px 0;
    background: #f7f7f7;
    zoom: 1;
    zoom: 1;
}

    #triple-ctas:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

.ctas {
    margin: 0 20px;
}

.ctas {
    margin: 0 20px;
    padding: 0 10px;
    width: 253px;
    height: 51px;
    float: left;
    overflow: hidden;
}

#cta-2 {
    width: 254px;
}

#cta-borders {
    clear: left;
    zoom: 1;
    zoom: 1;
}

    #cta-borders:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    #cta-borders div {
        margin: 10px 20px 0 20px;
        width: 273px;
        height: 8px;
        float: left;
    }

#cta-border-1 {
    background: #662d91;
}

div#cta-border-2 {
    width: 274px;
    background: #00a99d;
}

#cta-border-3 {
    background: #e0b2c7;
}

.ctas p {
    margin-bottom: 3px;
}

.ctas a {
    padding-left: 10px;
    background: url(../img/icon-arrow_1.png) no-repeat left center;
}

#main {
    padding: 20px;
    background: #e1e1e1;
    line-height: 21px;
    zoom: 1;
    zoom: 1;
}

    #main:after {
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        content: ".";
    }

    #main p:last-child {
        margin: 0;
    }

footer {
    background: #666;
    color: #ffffff;
    height: 100px;
    position: relative;
}

    footer .container {
        overflow: hidden;
    }

#footer-main {
    padding: 30px 20px 0 20px;
    width: 800px;
    float: left;
}

.footer-nav {
    margin-bottom: 20px;
}

    .footer-nav li {
        padding: 0 10px;
        display: inline;
        font-size: 11px;
    }

#notice, #copyright, .menu-item > a {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

#notice {
    margin-bottom: 25px;
}

footer aside {
    padding: 30px 20px 20px 20px;
    width: 200px;
    float: right;
    background: #003663;
}

#footer-aside h5 {
    margin-bottom: 5px;
    text-transform: uppercase;
}

#footer-aside form {
    position: relative;
}

#footer-aside input {
    padding: 0 31px 0 5px;
    width: 162px;
    height: 26px;
    border: 1px solid #bdbdbd;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    line-height: 26px;
}

    #footer-aside input.submit-btn {
        padding: 0;
        width: 26px;
        height: 26px;
        position: absolute;
        top: 0;
        right: 0;
        background: url(../img/input-submit_1.png) no-repeat center center;
        border: none;
        text-indent: -9999px;
    }

#newsletter {
    margin-bottom: 20px;
}

.one_half {
    width: 48%;
}

.one_third {
    width: 30.66%;
}

.two_third {
    width: 65.33%;
}

.one_fourth {
    width: 22%;
}

.three_fourth {
    width: 74%;
}

.one_fifth {
    width: 16.8%;
}

.two_fifth {
    width: 37.6%;
}

.three_fifth {
    width: 58.4%;
}

.four_fifth {
    width: 67.2%;
}

.one_sixth {
    width: 13.33%;
}

.five_sixth {
    width: 82.67%;
}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    position: relative;
    margin-right: 4%;
    margin-bottom: 18px;
    float: left;
}

.column-last {
    margin-right: 0 !important;
    clear: right;
}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

    .ir br {
        display: none;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}


@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

#main {
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 145px;
}

#wrap {
    position: relative;
    margin: 0 auto;
}

h2 {
    font-size: 18px;
}

.navbar-inner {
    height: 125px;
}

#logo {
    display: block;
}

#navContainer {
    margin: auto;
    width: 876px;
}

.insideTableSm {
    border: 0px none;
    width: 530px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

.insideColLeft {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 200px;
    background-color: #efefef;
    padding: 10px !important;
    border-right: solid 2px #FFFFFF;
    vertical-align: top;
}

    .insideColLeft h2, .insideColLeft h3 {
        font-size: 1.4em;
        line-height: 1.5em;
        font-weight: bold;
        color: #444;
        padding: 3px;
    }

.required {
    color: Red;
}

.insideColRight {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 330px;
    color: #444;
    padding: 10px !important;
}

.txtRight {
    padding-right: 10px;
    text-align: right;
    color: blue;
}

#accountCompleted {
    margin: 10px;
}

.login_box .checkbox_control {
    text-align: right;
    margin: 0;
    padding: 0;
    padding-right: 10px;
}

.create_box .checkbox_control {
    text-align: right;
    margin: 0;
    padding: 0;
    padding-right: 10px;
}

.loginButton {
    background-color: #fff;
    border: 1px solid #cc9966;
}

.login_box td.failure_text {
    padding: 0 0 0 10px;
}

.create_box td.failure_text {
    padding: 0 0 0 10px;
}

.caboOffer {
    margin: 5px auto 10px auto;
}

.callawayOffer {
    margin: 15px auto 0px auto;
}

.caboOffer, .callawayOffer {
    display: block;
    width: 529px;
}

#tblForgot {
    width: 530px;
}

.valignTop {
    vertical-align: top;
}

.noBorder {
    border: 0px none;
}

.insideTable {
    width: 530px;
    height: 435px;
    margin-bottom: 5px;
    border: 0px none;
}

.txtLeft {
    text-align: left;
}

.txtCenter {
    text-align: center;
}

.txtBold {
    font-weight: bold;
}

#tblMessage {
    width: 530px;
    border: 0px none;
}

#tdMessage {
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0px;
}

#activityInfo {
    vertical-align: top;
    background-color: #f5efd5;
    padding: 10px;
}

.activitySpacer {
    width: 1px;
    height: 4px;
}

.activity {
    text-align: center;
    vertical-align: top;
    background-color: #e9c787;
    padding: 10px;
}

    .activity a {
        text-decoration: none;
        color: #000000;
        font-weight: bold;
    }

    .activity img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

.dayUseImage {
    width: 500px;
    height: 112px;
    margin-left: 11px;
}

#dayUseTbl {
    width: 100%;
}

    #dayUseTbl td {
        vertical-align: top;
        text-align: left;
    }

.tableStyle {
    margin: 10px 20px 10px 10px;
    border-collapse: collapse;
    border: 1px solid #666;
    width: 500px;
    background-color: #efefef;
}

    .tableStyle td p {
        font-weight: bold;
    }

    .tableStyle tr td, th {
        padding: 0.3em 1em;
        height: 40px;
    }

.odd {
    background-color: #fff;
}

.dayUsePanel {
    margin: 0px 0px 15px 15px;
}

.even {
    background-color: #ffffff;
}

.italics {
    font-style: italic;
}

.tableStyle3 {
    margin: 10px 10px 10px 10px;
    border-collapse: collapse;
    border: 0px;
    height: 40px;
}

    .tableStyle3 td {
        text-align: left;
    }

    .tableStyle3 tr td, th {
        padding: 0.3em 1em;
        height: 20px;
    }

#availability {
    text-align: center;
    margin: 20px;
}

#location {
    margin-left: 15px;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.clearer {
    clear: both;
    overflow: hidden;
    background-color: transparent;
    filter: alpha(opacity=0);
    opacity: 0.0;
    height: 1px;
    margin: 1px 1px 1px 1px;
    max-height: 2px;
}

#bookReservation {
    white-space: nowrap;
    text-align: center;
}

.hide {
    display: none;
}

#reservationConfirmation {
    text-align: center;
    margin: 20px;
}

#reservationCancel {
    white-space: nowrap;
    text-align: center;
}

#onlinePayments {
    width: 478px;
    margin: 25px auto 15px auto;
    padding: 10px;
    border: 1px solid #aa3018;
    background-color: #f5efd5;
}

    #onlinePayments h2 {
        font-size: 14px;
        font-weight: bold;
        color: #aa3018;
    }

    #onlinePayments a, #dayUseReservation a {
        font-weight: bold;
    }

#dayUseReservation {
    margin: 0px auto 20px auto;
    padding: 10px;
    width: 478px;
    border: 1px solid #aa3018;
    background-color: #f5efd5;
}

    #dayUseReservation img {
        float: left;
        margin-right: 10px;
    }

    #dayUseReservation h2 {
        font-size: 14px;
        font-weight: bold;
        color: #aa3018;
    }

#tblHome {
    width: 530px;
    margin-left: auto;
    margin-right: auto;
}

    #tblHome td {
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
    }

        #tblHome td img {
            margin-left: auto;
            margin-right: auto;
        }

.contractInfoSpacer {
    width: 1px;
    height: 2px;
}

#tblUserContract {
    width: 530px;
    border: 0px none;
    margin-left: auto;
    margin-right: auto;
}

#tdUserContract {
    vertical-align: top;
    text-align: left;
}

.contractBalance {
    font-size: 9px;
    margin-left: auto;
    margin-right: 10px;
}

.contractInfo {
    width: 400px;
    padding: 4px;
    color: #333333;
}

.contractFooter {
    background-color: #990000;
    font-weight: bold;
    color: White;
}

.contractRow {
    background-color: #bdbdbd;
    color: #333;
}

#tblContractInfo {
    margin: 10px 0px 0px 0px;
    width: 400px;
    border: 1px;
    background-color: White;
}

#tdContractInfo {
    width: 150px;
}

.contractPager {
    background-color: #ffcc66;
    color: #333333;
    margin-left: auto;
    margin-right: auto;
}

.contractHeader {
    background-color: #990000;
    font-weight: bold;
    color: White;
}

.tdPoints {
    text-align: left;
    vertical-align: top;
}

.charges {
    width: 500px;
}

.ardaAmount {
    height: 22px;
}

.ccExp {
    width: 58px;
}

.submitPayment {
    width: 160px;
}

#divSave {
    display: none;
    font-size: 1.1em;
    color: #4a4542;
}

#payment {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#maintenanceFees {
    font-weight: bold;
    background-color: #ffffff;
    color: #ff0000;
    padding: 5px;
    text-align: center;
}

.maintenanceFees {
    font-weight: bold;
    color: #ff0000;
    padding: 5px;
    text-align: center;
}

#confirmation {
    text-align: center;
    margin: 20px;
}

#thConfirmation {
    text-align: center;
}

#cancelConfirmation, #continueConfirmation {
    white-space: nowrap;
    text-align: center;
}

.referralSpacer {
    width: 1px;
    height: 2px;
}

#trReferral {
    vertical-align: top;
}

    #trReferral h3 {
        font-weight: bold;
    }

.referralState {
    width: 30px;
}

.tblReferral {
    width: 100%;
    border: 0px none;
}

.txtPhone {
    width: 35px;
}

.txtPhone2 {
    width: 65px;
}

#tblReferralInfo {
    width: 294px;
    border: 0px none;
}

#tdReferralInfo {
    text-align: center;
    background-color: #ffffff;
}

    #tdReferralInfo h3 {
        font: bold #ffffff 24px;
    }

#tdYTD {
    vertical-align: top;
    background-color: #e9c787;
}

.YTD {
    height: 30px;
    background-color: #efefef;
    text-align: center;
}

#rules {
    font-size: 11px;
    font-weight: bold;
}

.emulateMessage {
    font-style: italic;
    color: Red;
}

#tblUser {
    font-size: 1em;
    font-family: Verdana;
    width: 510px;
    border: 0px none;
}

.tdUser {
    text-align: center;
}

.tblOwnerInfo {
    font-size: 10pt;
    font-family: Verdana;
    border: 0px none;
    width: 510px;
}

.updateButton {
    width: 180px;
}

.cancelButton {
    width: 120px;
}

.comments {
    width: 510px;
    height: 200px;
}

.commentSpacer {
    width: 1px;
    height: 2px;
}

#tblVIP {
    width: 100%;
    border: 0px none;
    background-image: url(https://ownerslounge.welkresorts.com/Content/Styles/_images/content-background-special.jpg);
    background-repeat: no-repeat;
}

#tdVIP {
    background-image: url(https://ownerslounge.welkresorts.com/Content/Styles/_images/content-background-top-special2.jpg);
    background-repeat: no-repeat;
}

#innertblVIP {
    width: 100%;
    border: 0px none;
}

#tblRight {
    width: 691px;
    border: 0px none;
    margin: 205px 0px 0px 88px;
}

#tdTblRight {
    vertical-align: top;
    background-color: #facc39;
    padding: 10px;
}

    #tdTblRight h1 {
        font-weight: bold;
        font-size: 32pt;
    }

    #tdTblRight h2 {
        font-weight: bold;
        font-size: 14pt;
    }

    #tdTblRight h3 {
        font-weight: bold;
        font-size: 24pt;
        text-align: center;
    }

    #tdTblRight h4 {
        font-weight: bold;
        font-size: 14pt;
    }

.experience {
    padding: 10px;
    margin: 10px;
    background-color: #ffffff;
}

    .experience img {
        margin-right: 10px;
        width: 100px;
        height: 100px;
        float: left;
    }

    .experience p {
        font-style: italic;
        font-size: 24pt;
    }

#partyCouple img {
    width: 100px;
    height: 100px;
    margin: 0px 10px 10px;
    float: right;
}

#partyCouple p {
    font-weight: bold;
}

#partySpacer {
    width: 2px;
    height: 1px;
}

#tblSignUp {
    vertical-align: top;
    background-color: #aa3018;
    padding: 10px;
    color: #ffffff;
}

#tblPhotoCard {
    width: 530px;
}

#tblPhotoCardHeader {
    width: 500px;
    border: 0px none;
}

#tdPhotoCard {
    padding: 20px 50px 20px 50px;
}

    #tdPhotoCard img {
        width: 400px;
    }

.verTop {
    vertical-align: top;
}

.dataCell {
    padding: 5px;
}

.dataTitle {
    background-color: #bdbdbd;
    color: #444;
    padding: 5px;
    font-weight: bold;
}

.Error {
    color: red;
    font-weight: bold;
}

table {
    border-spacing: 0px;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.smallLogo {
    float: left;
}

.userLoggedIn {
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: 90px;
    color: #444;
}

#Navigation_HeadLoginView_HeadLoginStatus {
    position: absolute;
    top: 40px;
    right: 0px;
}

.reservationCalendar {
    margin-left: auto;
    margin-right: auto;
}

.confirmLabel {
    font-size: 14px;
    color: blue;
    margin-right: 10px;
}

.main {
    background-color: #fff;
    padding: 0 15px 15px 15px;
    min-height: 400px;
}

.numberField, ddl {
    color: blue;
}

.numberField {
    width: 50px;
}

.month {
    position: relative;
}

.monthDDL, .yearDDL {
    position: absolute;
    left: 35px;
    height: 24px;
}

.monthDDL {
    top: 90px;
}

.yearDDL {
    top: 66px;
}

#daysWithRooms, #noRoomsAvailable, #bookableRoom {
    width: 20px;
    height: 20px;
    float: left;
    clear: left;
    margin-bottom: 2px;
}

#daysWithRooms {
    background: green;
    border: 2px solid #444;
}

#noRoomsAvailable {
    background: white;
    border: 2px solid #444;
}

#bookableRoom {
    background: green;
    border: 2px solid Goldenrod;
}

.legendSection {
    float: right;
}

#legend {
    border: 3px double #ccc;
    height: 75px;
    padding: 0.5em;
}

dd {
    margin: 0 0 0 30px;
    padding: 0 0 0.5em 0;
}

.homeColumns {
    float: left;
    padding: 13px;
    margin: 0px 17px;
}

.justify {
    text-align: justify;
    font-size: 1.2em;
    color: #444;
}

.modalBox {
    background-color: #BDBDBD;
    color: white;
    border: 1px solid #444;
}

.ownerInfo {
    color: blue;
}

    .ownerInfo label {
        color: #444;
    }

#MainContent_FindOwner_dpBottom a:first-child {
    float: left;
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #DDD;
}

#MainContent_FindOwner_dpBottom a, #MainContent_FindOwner_dpBottom span {
    float: left;
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #DDD;
    border-left-width: 0;
}

.textAlert {
    color: #00ff00;
    font-size: 14pt;
}

#social {
    width: 64px;
    height: 32px;
    background: url(https://ownerslounge.welkresorts.com/Content/images/socialSprite.png?1);
    position: relative;
}

    #social li {
        position: absolute;
        top: 0;
    }

    #social li, #social a {
        display: block;
        height: 32px;
    }

#twitter {
    top: 0;
    width: 32px;
}

#facebook {
    left: 32px;
    width: 32px;
}

#twitter a:hover {
    background: transparent url(https://ownerslounge.welkresorts.com/Content/images/socialSprite.png?1) 0 -32px no-repeat;
}

#facebook a:hover {
    background: transparent url(https://ownerslounge.welkresorts.com/Content/images/socialSprite.png?1) -32px -32px no-repeat;
}

.topNav {
    position: absolute;
    top: 40px;
}

.logout {
    color: #444 !important;
}

.contactNumber {
    position: absolute;
    top: 45px;
    left: 800px;
}

footer a {
    margin-top: 20px;
    color: #fff;
}

.vegas-background {
    top: 0px;
    position: fixed;
    width: 100%;
    bottom: auto;
    left: 0px;
    right: auto;
}

#mdlEmailProspect {
    width: 660px;
}

.ToBePaid {
    color: #3A87AD;
    background-color: #D9EDF7;
    border-color: #BCE8F1;
}

.SentToBePaid {
    color: #C09853;
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
}

.Paid {
    color: #468847;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}

.Voided {
    color: #B94A48;
    background-color: #F2DEDE;
    border-color: #EED3D7;
}

.OwnerReferral:hover {
    cursor: pointer;
    text-decoration: underline;
}

.problem {
    display: none;
}

.no-js .problem {
    display: block;
    width: 101%;
    height: 50px;
    background-color: #FFFFC6;
    font-weight: bold;
    left: 0px;
    top: 0px;
    position: absolute;
    margin: 0px 0px 0px 0px;
    font-family: monospace;
    border: 1px coral solid;
    z-index: 10000;
}

    .no-js .problem h1 {
        margin: 0px 0px 0px 100px;
    }

.TocSection {
    margin-bottom: 20px;
}

.modalNote {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    overflow: auto;
    max-height: 500px;
    width: 600px;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: white;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.well {
    margin-top: 8px;
}

.status {
    position: relative;
    right: 6px;
    top: -40px;
}

    .status i, .status input, .status .span2, .status .btn {
        position: absolute;
    }

    .status .icon-ok {
        top: 3px;
        left: 5px;
    }

    .status input {
        top: 18px;
        left: 6px;
    }

    .status .span2 {
        top: 13px;
        left: 22px;
    }

    .status .btn {
        top: 14px;
        left: 150px;
        height: 15px;
        width: 15px;
    }

.checkbox {
    width: 165px;
}

.firstName {
    width: 120px;
}

.lastName {
    width: 100px;
}

.Count {
}

.ReferralCount {
    font-size: 15.75px;
}

.section {
    margin-bottom: 15px;
}

#reservation {
    font-size: 11px;
}

.sidebar {
    padding-left: 5px;
    padding-right: 35px;
}

#AvailableReservation, #ReservationFilter {
    display: none;
}

#MainContent_hlBadge {
    background: url(images/badges-sprite.png) no-repeat top left;
}

.BadgeSprite {
    background: url(images/badges-sprite.png) no-repeat top left;
}

.sprite-Elite {
    background-position: 0 0 !important;
    width: 244px;
    height: 138px;
}

.sprite-Premier {
    background-position: 0 -148px !important;
    width: 244px;
    height: 138px;
}

.sprite-Select {
    background-position: 0 -296px !important;
    width: 244px;
    height: 138px;
}

.sprite-Pinnacle {
    background-position: 0 -441px !important;
    width: 244px;
    height: 138px;
}

.DD_LWRV {
    background-image: url(../img/dd_lwrv.jpg);
}

.DD_VOG {
    background-image: url(../img/dd_vog.jpg);
}

.DD_DO {
    background-image: url(https://ownerslounge.welkresorts.com/img/dd_do.jpg);
}

.DD_MV {
    background-image: url(../img/dd_mv.jpg);
}

.DD_TRL {
    background-image: url(../img/dd_trl.jpg);
}

.DD_CABO {
    background-image: url(../img/dd_cabo.jpg);
}

.DD_TAHOE {
    background-image: url(../img/dd_cabo.jpg);
}

.DD_OVP {
    background-image: url(../img/dd_cabo.jpg);
}

.DD_standard {
    background-color: #ffffff;
}

.DD_prefered {
    background-color: #FFFAE2;
}

.DD_hideme {
    display: none;
    visibility: hidden;
}

.DD_showme {
    display: block;
    visibility: visible;
}

.DD_book-now {
    text-decoration: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0px 15px 0px 15px;
    margin-top: 60px;
    margin-left: 32px;
    position: absolute;
    font-size: 11px;
    font-family: Verdana,sans-serif;
    font-weight: bold;
    text-align: center;
    border-style: solid;
    border-width: 2px;
}


.DD_book-now-collection {
    text-decoration: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0px 5px 0px 5px;
    margin-top: 75px;
    margin-left: 1px;
    position: absolute;
    font-size: 10px;
    font-family: Verdana,sans-serif;
    font-weight: bold;
    text-align: center;
    border-style: solid;
    border-width: 1px;

}


.DD_dates-now-Collection {
    text-decoration: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0px 5px 0px 5px;
    margin-top: 75px;
    margin-left: 80px;
    position: absolute;
    font-size: 10px;
    font-family: Verdana,sans-serif;
    font-weight: bold;
    text-align: center;
    border-style: solid;
    border-width: 1px;

}


.platinum_more {
    color: #5E859D !important;
}

.platinum_title {
    color: #5E859D;
}

.DD_platinum {
    color: #ffffff;
    background-color: #5E859D;
    border-color: #5E859D;
}

a.DD_platinum:hover {
    color: #ffffff;
    background-color: #D0E6F4;
    border-color: #5E859D;
    text-decoration: none;
}

a.DD_platinum:active {
    color: #ffffff;
    background-color: #5E859D;
    border-color: #5E859D;
    text-decoration: none;
}

.premier_more {
    color: #5E859D !important;
}

.premier_title {
    color: #A88562;
}

.DD_premier {
    color: #ffffff;
    background-color: #A88562;
    border-color: tan;
}

a.DD_premier:hover {
    color: #ffffff;
    background-color: #DED1C5;
    border-color: #A88562;
    text-decoration: none;
}

a.DD_premier:active {
    color: #ffffff;
    background-color: #A88562;
    border-color: #A88562;
    text-decoration: none;
}

.select_more {
    color: #D6D1C7 !important;
}

.select_title {
    color: #88764E;
}

.DD_select {
    color: #ffffff;
    background-color: #88764E;
    border-color: #D6D1C7;
}

a.DD_select:hover {
    color: #ffffff;
    background-color: #D6D1C7;
    border-color: #88764E;
    text-decoration: none;
}

a.DD_select:active {
    color: #ffffff;
    background-color: #88764E;
    border-color: #88764E;
    text-decoration: none;
}

.elite_more {
    color: tan !important;
}

.elite_title {
    color: #8E8072;
}

.DD_elite {
    color: #ffffff;
    background-color: #8E8072;
    border-color: #F4E1CD;
}

a.DD_elite:hover {
    color: #ffffff;
    background-color: #F4E1CD;
    border-color: #8E8072;
    text-decoration: none;
}

a.DD_elite:active {
    color: #ffffff;
    background-color: #8E8072;
    border-color: #8E8072;
    text-decoration: none;
}

.DD_btn_blank {
    color: gray;
    background-color: whiteSmoke;
    border: 2px solid #BBB;
    cursor: pointer;
}

a.DD_btn_blank:hover {
    color: whiteSmoke;
    background-color: gray;
    border-color: whiteSmoke;
    text-decoration: none;
}

a.DD_btn_blank:active {
    color: #ffffff;
    background-color: whiteSmoke;
    border-color: whiteSmoke;
    text-decoration: none;
}



.DD_checkin, .DD_checkout {
    margin-left: 12px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    line-height: 12px;
}

.DD_checkin_Collection, .DD_checkout_Collection {
    margin-top: 0px;
    margin-left: 12px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    line-height: 12px;
}

.DD_point, .DD_discount {
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
}

.DD_point {
    text-decoration: line-through;
    line-height: 12px;
}

.DD_discount {
    margin-bottom: 3px;
    line-height: 12px;
}

.DD_points {
    color: red;
    text-align: center;
}

.DD_justpoints {
    text-align: center;
}

.DD_discounts {
    color: green;
}


.DD_gray-back {
    width: 666px;
    height: 103px;
    background-color: #EEEEEE;
}


.DD_gray-back-collection {
    width: 666px;
    height: 124px;
    background-color: #EEEEEE;
}

.DD_fore-back {
    width: 658px;
    height: 95px;
    background-color: #BCBCBC;
    margin-top: 4px;
    margin-left: 4px;
}


.DD_fore-back-collection {
    width: 658px;
    height:116px;
    background-color: #BCBCBC;
    margin-top: 4px;
    margin-left: 4px;
}

.DD_inner-fore-left {
    width: 485px;
    height: 91px;
    margin-top: 3px;
    margin-left: 1px;
    float: left;
    background-color: white;
}

.DD_inner-fore-right {
    width: 170px;
    height: 91px;
    margin-top: 3px;
    margin-right: 1px;
    float: right;
    background-color: white;
}


.DD_inner-fore-left-collection {
    width: 485px;
    height: 112px;
    margin-top: 3px;
    margin-left: 1px;
    float: left;
    background-color: white;
}

.DD_inner-fore-right-collection {
    width: 170px;
    height: 112px;
    margin-top: 3px;
    margin-right: 1px;
    float: right;
    background-color: white;
}




.DD_image-border {
    width: 115px;
    height: 67px;
    background-color: #CCCCCC;
    margin-left: 10px;
    margin-top: 7px;
    float: left;
}

.DD_image {
    width: 111px;
    height: 63px;
    margin-top: 2px;
    margin-left: 2px;
    position: absolute;
}

.DD_hr {
    width: 276px;
    height: 1px;
    margin-left: 20px;
    margin-top: 0px;
    float: left;
    background-color: #cccccc;
}

.DD_hr-collection {
    width: 276px;
    height: 1px;
    margin-left: 20px;
    margin-top: 3px;
    float: left;
    background-color: #cccccc;
}



.DD_title {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    color: #0066AE;
    height: 24px;
    margin-left: 20px;
    /*   margin-top: 7px;*/
    float: left;
}

.DD_title-collection {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #0066AE;
    /* margin-top: 8px;*/
    margin-left: 5px;
    float: left;
}



.DD_type {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #999;
    padding-left: 6px;
    /*  margin-top: 8px;*/
    float: left;
}

.DD_type-collection {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #999;
    padding-left: 0px;
    margin-left: 10px;
    /*  margin-top: 8px;*/
    float: left;
}

.DD_type_Collection {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #999;
    padding-left: 6px;
    margin-top: 2px;
    float: left;
}

.DD_description {
    line-height: 12px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    width: 334px;
    height: 41px;
    margin-left: 142px;
    margin-top: 36px;
}


.DD_description-collection {
    line-height: 12px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    width: 334px;
    height: 31px;
    margin-left: 142px;
    margin-top: 46px;
}


h1, .muli {
    font-family: 'Muli', Sans-Serif !important;
    font-weight: 600 !important;
    color: #000;
    /* text-shadow: 2px 3px 6px #aaa; */
}

.restriction {
    width: 450px;
}

.restrictionDate {
    color: blue;
}

dt {
    color: #444;
}

#MainContent_pnlHorizonalColor {
    margin-top: 7px;
    width: 100%;
    height: 20px;
}

.pinnacle_background_color {
    background-color: #5e859d;
}

.premier_background_color {
    background-color: #986A4C;
}

.select_background_color {
    background-color: #88764e;
}

.elite_background_color {
    background-color: #8E8072;
}

#WelkBadge {
    margin-bottom: 25px;
    padding-left: 65px;
    padding-right: 35px;
    padding-top: 7px;
    float: left;
    position: absolute;
    z-index: 25;
}

.DD_moretxt {
    background-color: white !important;
    width: 436px;
    cursor: pointer;
    color: blue;
    border: 0px;
}

#mdlWelcomeMessage {
    width: 560px;
}

#MainContent_pnlNew .checkbox {
    width: auto;
    padding: 10px 0 10px 20px;
}

#MainContent_btnSubmit {
    margin: 0 0 20px 0;
}

#welMessage {
    padding: 14px 25px 15px 35px;
}

#mdlWelcomeMessage .modal-body {
    max-height: 500px;
    max-height: auto;
    padding: 0;
}

.modal-body-collections {
    max-height: 500px;
    max-height: auto;
    padding: 0;
}

.modal-body-collections-detail {
    max-height: 600px;
    max-height: auto;
    padding: 0;
}


#mdlWelcomeMessage.modal.fade.in {
    top: 40%;
}

.promoText {
    color: black;
    padding: 10px;
    text-align: left;
    width: auto;
}

    .promoText a {
        color: white;
        font-family: 'Muli', Sans-Serif;
        font-weight: 400;
        line-height: 1.35em;
        font-size: 1.35em;
    }

#phoneImg {
    display: none;
}

#tabletImg {
    display: none;
}


.tandcBtn {
    text-align: center;
    padding-top: 15px;
}

.ic_hr {
    float: left;
    width: 100%;
}

.overflowhidden {
    overflow: hidden;
}

.width-100percent {
    width: 100%;
}

.width-655px {
    width: 655px;
}

.width-680px {
    width: 680px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.topmargin35 {
    margin-top: 35px;
}

.topmargin15 {
    padding-top: 25px;
}
.topmargin10 {
    margin-top: 10px;
}

.color999 {
    color: #999;
}

.my_container {
    margin-left: 20px;
}

.text-alignright {
    text-align: right;
}

.topmargin-10 {
    margin-top: -10px;
}

.sml_dropdwn {
    color: #999;
    font-size: 11px;
    width: 45px;
}

#TotalImageContainer {
    float: left;
    width: 100%;
    margin: 0px 0px 20px 30px;
}

#large-image-container {
    width: 360px;
    height: 240px;
    float: left;
}

#small-image-container div {
    width: 52px;
    height: 52px;
    border: 3px solid #ffffff;
    float: left;
    margin: 2px 0px 0px 2px;
    cursor: pointer;
}

    #small-image-container div:hover {
        border: 3px solid #ffcb00;
    }

.twunnyfi-percent {
    width: 25%;
    float: left;
}

.fifty-percent {
    width: 50%;
    float: left;
}

.fidyfive-percent {
    width: 55%;
    float: left;
}

.fordyfive-percent {
    width: 45%;
    float: left;
}

.TitleContainer {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    float: left;
}

.Titlemidsize {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: none;
    color: #000;
    float: left;
}

.TitlemidsizeCheckDate {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    font-weight: none;
    color: #000;
    float: left;
}

.verdana-italic-11 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    font-style: italic;
    color: #000;
    float: left;
}

.no-line-height {
    line-height: 0px;
}

.line-height-15 {
    line-height: 15px;
}

.padding-right-30 {
    padding-right: 30px;
}

.margin-top40 {
    margin-top: 40px;
}

#PointCost {
    width: 100%;
}

.background-colorWhite {
    background-color: white;
}

/* #region BIG Branson Images */

.BIG_Branson_2bdr_lockoff_1, .BIG_Branson_2bdr_lockoff_2, .BIG_Branson_2bdr_lockoff_3, .BIG_Branson_2bdr_lockoff_4, .BIG_Branson_2bdr_lockoff_5, .BIG_Branson_2bdr_lockoff_6, .BIG_Branson_2bdr_lockoff_7, .BIG_Branson_2bdr_lockoff_8, .BIG_Branson_2bdr_lockoff_9, .BIG_Branson_2bdr_lockoff_10, .BIG_Branson_2bdr_lockoff_11, .BIG_Branson_2bdr_lockoff_12, .BIG_Branson_2bdr_lockoff_13, .BIG_Branson_2bdr_lockoff_14, .BIG_Branson_2bdr_lockoff_15, .BIG_Branson_2bdr_lockoff_16 {
    background: url(../img/BIG_Branson_2bdr_lockoff.png);
    width: 360px;
    height: 240px;
}

.BIG_Branson_2bdr_lockoff_1 {
    background-position: 0 0;
}

.BIG_Branson_2bdr_lockoff_2 {
    background-position: -410px -290px;
}

.BIG_Branson_2bdr_lockoff_3 {
    background-position: -410px -580px;
}

.BIG_Branson_2bdr_lockoff_4 {
    background-position: -410px -870px;
}

.BIG_Branson_2bdr_lockoff_5 {
    background-position: -410px -1160px;
}

.BIG_Branson_2bdr_lockoff_6 {
    background-position: -410px -1450px;
}

.BIG_Branson_2bdr_lockoff_7 {
    background-position: -410px -1740px;
}

.BIG_Branson_2bdr_lockoff_8 {
    background-position: -820px 0;
}

.BIG_Branson_2bdr_lockoff_9 {
    background-position: -820px -290px;
}

.BIG_Branson_2bdr_lockoff_10 {
    background-position: 0 -290px;
}

.BIG_Branson_2bdr_lockoff_11 {
    background-position: 0 -580px;
}

.BIG_Branson_2bdr_lockoff_12 {
    background-position: 0 -870px;
}

.BIG_Branson_2bdr_lockoff_13 {
    background-position: 0 -1160px;
}

.BIG_Branson_2bdr_lockoff_14 {
    background-position: 0 -1450px;
}

.BIG_Branson_2bdr_lockoff_15 {
    background-position: 0 -1740px;
}

.BIG_Branson_2bdr_lockoff_16 {
    background-position: -410px 0;
}

/* #endregion BIG Branson Images */


/* BIG_Branson_Large_1bdr | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/BIG_Branson_Large_1bdr.png?1) no-repeat top left;}
	----------------------------------------------------- */
.BIG_Branson_Large_1bdr_1 {
    background: url(../img/BIG_Branson_Large_1bdr_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_Branson_Large_1bdr_2 {
    background: url(../img/BIG_Branson_Large_1bdr_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_Large_1bdr_3 {
    background: url(../img/BIG_Branson_Large_1bdr_1.png) -410px -580px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_Large_1bdr_4 {
    background: url(../img/BIG_Branson_Large_1bdr_1.png) -410px -870px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_Large_1bdr_5 {
    background: url(../img/BIG_Branson_Large_1bdr_1.png) -410px -1160px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_Large_1bdr_6 {
    background: url(../img/BIG_Branson_Large_1bdr_1.png) -410px -1450px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_Large_1bdr_7 {
    background: url(../img/BIG_Branson_Large_1bdr_1.png) -410px -1740px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_Large_1bdr_8 {
    background: url(../img/BIG_Branson_Large_1bdr_1.png) -820px 0;
    width: 360px;
    height: 240px;
}

.BIG_Branson_Large_1bdr_9 {
    background: url(../img/BIG_Branson_Large_1bdr_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_Large_1bdr_10 {
    background: url(../img/BIG_Branson_Large_1bdr_1.png) 0 -290px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_Large_1bdr_11 {
    background: url(../img/BIG_Branson_Large_1bdr_1.png) 0 -580px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_Large_1bdr_12 {
    background: url(../img/BIG_Branson_Large_1bdr_1.png) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_Large_1bdr_13 {
    background: url(../img/BIG_Branson_Large_1bdr_1.png) 0 -1160px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_Large_1bdr_14 {
    background: url(../img/BIG_Branson_Large_1bdr_1.png) 0 -1450px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_Large_1bdr_15 {
    background: url(../img/BIG_Branson_Large_1bdr_1.png) 0 -1740px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_Large_1bdr_16 {
    background: url(../img/BIG_Branson_Large_1bdr_1.png) -410px 0;
    width: 360px;
    height: 240px;
}



.BIG_Branson_2bdr_1 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Branson_2bdr.png?1) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_Branson_2bdr_2 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Branson_2bdr.png?1) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_2bdr_3 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Branson_2bdr.png?1) -410px -580px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_2bdr_4 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Branson_2bdr.png?1) -410px -870px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_2bdr_5 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Branson_2bdr.png?1) -410px -1160px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_2bdr_6 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Branson_2bdr.png?1) -410px -1450px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_2bdr_7 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Branson_2bdr.png?1) -410px -1740px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_2bdr_8 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Branson_2bdr.png?1) -820px 0;
    width: 360px;
    height: 240px;
}

.BIG_Branson_2bdr_9 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Branson_2bdr.png?1) -820px -290px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_2bdr_10 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Branson_2bdr.png?1) 0 -290px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_2bdr_11 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Branson_2bdr.png?1) 0 -580px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_2bdr_12 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Branson_2bdr.png?1) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_2bdr_13 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Branson_2bdr.png?1) 0 -1160px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_2bdr_14 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Branson_2bdr.png?1) 0 -1450px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_2bdr_15 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Branson_2bdr.png?1) 0 -1740px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_2bdr_16 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Branson_2bdr.png?1) -410px 0;
    width: 360px;
    height: 240px;
}



/* BIG_Branson_Small_1bdr | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/BIG_Branson_Small_1bdr.png?1) no-repeat top left;}
	----------------------------------------------------- */
.BIG_Branson_Small_1bdr_1 {
    background: url(../img/BIG_Branson_Small_1bdr_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_Branson_Small_1bdr_2 {
    background: url(../img/BIG_Branson_Small_1bdr_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_Small_1bdr_3 {
    background: url(../img/BIG_Branson_Small_1bdr_1.png) -410px -580px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_Small_1bdr_4 {
    background: url(../img/BIG_Branson_Small_1bdr_1.png) -410px -870px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_Small_1bdr_5 {
    background: url(../img/BIG_Branson_Small_1bdr_1.png) -410px -1160px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_Small_1bdr_6 {
    background: url(../img/BIG_Branson_Small_1bdr_1.png) -410px -1450px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_Small_1bdr_7 {
    background: url(../img/BIG_Branson_Small_1bdr_1.png) -410px -1740px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_Small_1bdr_8 {
    background: url(../img/BIG_Branson_Small_1bdr_1.png) -820px 0;
    width: 360px;
    height: 240px;
}

.BIG_Branson_Small_1bdr_9 {
    background: url(../img/BIG_Branson_Small_1bdr_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_Small_1bdr_10 {
    background: url(../img/BIG_Branson_Small_1bdr_1.png) 0 -290px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_Small_1bdr_11 {
    background: url(../img/BIG_Branson_Small_1bdr_1.png) 0 -580px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_Small_1bdr_12 {
    background: url(../img/BIG_Branson_Small_1bdr_1.png) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_Small_1bdr_13 {
    background: url(../img/BIG_Branson_Small_1bdr_1.png) 0 -1160px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_Small_1bdr_14 {
    background: url(../img/BIG_Branson_Small_1bdr_1.png) 0 -1450px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_Small_1bdr_15 {
    background: url(../img/BIG_Branson_Small_1bdr_1.png) 0 -1740px;
    width: 360px;
    height: 240px;
}

.BIG_Branson_Small_1bdr_16 {
    background: url(../img/BIG_Branson_Small_1bdr_1.png) -410px 0;
    width: 360px;
    height: 240px;
}


.BIG_BRECKENRIDGE_2BDR_1 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_2BDR_2 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_2BDR_3 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_2BDR_4 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_2BDR_5 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_2BDR_6 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_2BDR_7 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) 0px -577px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_2BDR_8 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) -410px -577px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_2BDR_9 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_2BDR_10 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png)-410px -870px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_2BDR_11 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) 0px -1160px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_2BDR_12 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_2BDR_13 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) 0 -1160px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_2BDR_14 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) 0 -1450px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_2BDR_15 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) 0 -1740px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_2BDR_16 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) -410px 0;
    width: 360px;
    height: 240px;
}






.BIG_BRECKENRIDGE_LOCKOFF_1 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_LOCKOFF_2 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_LOCKOFF_3 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_LOCKOFF_4 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_LOCKOFF_5 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_LOCKOFF_6 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_LOCKOFF_7 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) 0px -577px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_LOCKOFF_8 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) -410px -577px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_LOCKOFF_9 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_LOCKOFF_10 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) -410px -870px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_LOCKOFF_11 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) 0px -1160px;
    width: 360px;
    height: 240px;
}



.BIG_BRECKENRIDGE_1BDR_1 {
    background: url(../img/BIG_BRECKENRIDGE_1BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_1BDR_2 {
    background: url(../img/BIG_BRECKENRIDGE_1BDR_1.png) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_1BDR_3 {
    background: url(../img/BIG_BRECKENRIDGE_1BDR_1.png) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_1BDR_4 {
    background: url(../img/BIG_BRECKENRIDGE_1BDR_1.png) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_1BDR_5 {
    background: url(../img/BIG_BRECKENRIDGE_1BDR_1.png) -410px -1160px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_1BDR_6 {
    background: url(../img/BIG_BRECKENRIDGE_1BDR_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_1BDR_7 {
    background: url(../img/BIG_BRECKENRIDGE_1BDR_1.png) 0px -580px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_1BDR_8 {
    background: url(../img/BIG_BRECKENRIDGE_1BDR_1.png) -410px -580px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_1BDR_9 {
    background: url(../img/BIG_BRECKENRIDGE_1BDR_1.png) 0px -870px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_1BDR_10 {
    background: url(../img/BIG_BRECKENRIDGE_1BDR_1.png) -410px -870px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_1BDR_11 {
    background: url(../img/BIG_BRECKENRIDGE_1BDR_1.png) 0px -1160px;
    width: 360px;
    height: 240px;
}
/*
.BIG_BRECKENRIDGE_1BDR_12 {
    background: url(../img/BIG_BRECKENRIDGE_1BDR_1.png) -820px -870px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_1BDR_13 {
    background: url(../img/BIG_BRECKENRIDGE_1BDR_1.png) 0 -1160px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_1BDR_14 {
    background: url(../img/BIG_BRECKENRIDGE_1BDR_1.png) 0 -1450px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_1BDR_15 {
    background: url(../img/BIG_BRECKENRIDGE_1BDR_1.png) 0 -1740px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_1BDR_16 {
    background: url(../img/BIG_BRECKENRIDGE_1BDR_1.png) -410px 0;
    width: 360px;
    height: 240px;
}


    */



.BIG_BRECKENRIDGE_VILLA_1 {
    background: url(../img/BIG_BRECKENRIDGE_VILLA_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_VILLA_2 {
    background: url(../img/BIG_BRECKENRIDGE_VILLA_1.png) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_VILLA_3 {
    background: url(../img/BIG_BRECKENRIDGE_VILLA_1.png) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_VILLA_4 {
    background: url(../img/BIG_BRECKENRIDGE_VILLA_1.png) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_VILLA_5 {
    background: url(../img/BIG_BRECKENRIDGE_VILLA_1.png) -410px -1160px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_VILLA_6 {
    background: url(../img/BIG_BRECKENRIDGE_VILLA_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_VILLA_7 {
    background: url(../img/BIG_BRECKENRIDGE_VILLA_1.png) 0 -580px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_VILLA_8 {
    background: url(../img/BIG_BRECKENRIDGE_VILLA_1.png) -410px -580px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_VILLA_9 {
    background: url(../img/BIG_BRECKENRIDGE_VILLA_1.png) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_VILLA_10 {
    background: url(../img/BIG_BRECKENRIDGE_VILLA_1.png) -410px -870px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_VILLA_11 {
    background: url(../img/BIG_BRECKENRIDGE_VILLA_1.png) 0px -1160px;
    width: 360px;
    height: 240px;
}
/*
.BIG_BRECKENRIDGE_VILLA_12 {
    background: url(../img/BIG_BRECKENRIDGE_VILLA_1.png) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_VILLA_13 {
    background: url(../img/BIG_BRECKENRIDGE_VILLA_1.png) 0 -1160px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_VILLA_14 {
    background: url(../img/BIG_BRECKENRIDGE_VILLA_1.png) 0 -1450px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_VILLA_15 {
    background: url(../img/BIG_BRECKENRIDGE_VILLA_1.png) 0 -1740px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_VILLA_16 {
    background: url(../img/BIG_BRECKENRIDGE_VILLA_1.png) -410px 0;
    width: 360px;
    height: 240px;
}


    */


.SMALL_BRECKENRIDGE_2BDR_1 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_2BDR_2 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -106px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_2BDR_3 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -220px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_2BDR_4 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -324px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_2BDR_5 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -432px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_2BDR_6 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -538px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_2BDR_7 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -645px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_2BDR_8 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -755px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_2BDR_9 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -864px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_2BDR_10 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -972px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_2BDR_11 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -1079px;
    width: 360px;
    height: 240px;
}
/*
.SMALL_BRECKENRIDGE_2BDR_12 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_2BDR_13 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_2BDR_14 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_2BDR_15 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_2BDR_16 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}
    */


.BIG_BRECKENRIDGE_2BDR-ADA_1 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_2BDR-ADA_2 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_2BDR-ADA_3 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_2BDR-ADA_4 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_2BDR-ADA_5 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_2BDR-ADA_6 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_2BDR-ADA_7 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) 0px -577px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_2BDR-ADA_8 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) -410px -577px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_2BDR-ADA_9 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_2BDR-ADA_10 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png)-410px -870px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_2BDR-ADA_11 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) 0px -1160px;
    width: 360px;
    height: 240px;
}


.SMALL_BRECKENRIDGE_2BDR-ADA_1 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_2BDR-ADA_2 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -106px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_2BDR-ADA_3 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -220px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_2BDR-ADA_4 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -324px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_2BDR-ADA_5 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -432px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_2BDR-ADA_6 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -538px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_2BDR-ADA_7 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -645px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_2BDR-ADA_8 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -755px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_2BDR-ADA_9 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -864px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_2BDR-ADA_10 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -972px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_2BDR-ADA_11 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -1079px;
    width: 360px;
    height: 240px;
}




.BIG_BRECKENRIDGE_1BDR-ADA_1 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_1BDR-ADA_2 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_1BDR-ADA_3 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_1BDR-ADA_4 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_1BDR-ADA_5 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_1BDR-ADA_6 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_1BDR-ADA_7 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) 0px -577px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_1BDR-ADA_8 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) -410px -577px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_1BDR-ADA_9 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_1BDR-ADA_10 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png)-410px -870px;
    width: 360px;
    height: 240px;
}

.BIG_BRECKENRIDGE_1BDR-ADA_11 {
    background: url(../img/BIG_BRECKENRIDGE_2BDR_1.png) 0px -1160px;
    width: 360px;
    height: 240px;
}


.SMALL_BRECKENRIDGE_1BDR-ADA_1 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_1BDR-ADA_2 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -106px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_1BDR-ADA_3 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -220px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_1BDR-ADA_4 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -324px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_1BDR-ADA_5 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -432px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_1BDR-ADA_6 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -538px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_1BDR-ADA_7 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -645px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_1BDR-ADA_8 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -755px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_1BDR-ADA_9 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -864px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_1BDR-ADA_10 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -972px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_1BDR-ADA_11 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -1079px;
    width: 360px;
    height: 240px;
}





.SMALL_BRECKENRIDGE_LOCKOFF_1 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_LOCKOFF_2 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -106px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_LOCKOFF_3 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -220px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_LOCKOFF_4 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -324px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_LOCKOFF_5 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -432px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_LOCKOFF_6 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -538px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_LOCKOFF_7 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -645px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_LOCKOFF_8 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -755px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_LOCKOFF_9 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -864px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_LOCKOFF_10 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -972px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_LOCKOFF_11 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 -1079px;
    width: 360px;
    height: 240px;
}



.SMALL_BRECKENRIDGE_1BDR_1 {
    background: url(../img/SMALL_BRECKENRIDGE_1BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_1BDR_2 {
    background: url(../img/SMALL_BRECKENRIDGE_1BDR_1.png) 0 -106px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_1BDR_3 {
    background: url(../img/SMALL_BRECKENRIDGE_1BDR_1.png) 0 -220px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_1BDR_4 {
    background: url(../img/SMALL_BRECKENRIDGE_1BDR_1.png) 0 -324px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_1BDR_5 {
    background: url(../img/SMALL_BRECKENRIDGE_1BDR_1.png) 0 -1188px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_1BDR_6 {
    background: url(../img/SMALL_BRECKENRIDGE_1BDR_1.png) 0 -538px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_1BDR_7 {
    background: url(../img/SMALL_BRECKENRIDGE_1BDR_1.png) 0 -645px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_1BDR_8 {
    background: url(../img/SMALL_BRECKENRIDGE_1BDR_1.png) 0 -755px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_1BDR_9 {
    background: url(../img/SMALL_BRECKENRIDGE_1BDR_1.png) 0 -864px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_1BDR_10 {
    background: url(../img/SMALL_BRECKENRIDGE_1BDR_1.png) 0 -972px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_1BDR_11 {
    background: url(../img/SMALL_BRECKENRIDGE_1BDR_1.png) 0 -1079px;
    width: 360px;
    height: 240px;
}
/*
.SMALL_BRECKENRIDGE_1BDR_12 {
    background: url(../img/SMALL_BRECKENRIDGE_1BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_1BDR_13 {
    background: url(../img/SMALL_BRECKENRIDGE_1BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_1BDR_14 {
    background: url(../img/SMALL_BRECKENRIDGE_1BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_1BDR_15 {
    background: url(../img/SMALL_BRECKENRIDGE_1BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_1BDR_16 {
    background: url(../img/SMALL_BRECKENRIDGE_1BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}
    */


.SMALL_BRECKENRIDGE_VILLA_1 {
    background: url(../img/SMALL_BRECKENRIDGE_1BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_VILLA_2 {
    background: url(../img/SMALL_BRECKENRIDGE_1BDR_1.png) 0 -106px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_VILLA_3 {
    background: url(../img/SMALL_BRECKENRIDGE_1BDR_1.png) 0 -220px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_VILLA_4 {
    background: url(../img/SMALL_BRECKENRIDGE_1BDR_1.png) 0 -324px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_VILLA_5 {
    background: url(../img/SMALL_BRECKENRIDGE_1BDR_1.png) 0 -1188px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_VILLA_6 {
    background: url(../img/SMALL_BRECKENRIDGE_1BDR_1.png) 0 -538px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_VILLA_7 {
    background: url(../img/SMALL_BRECKENRIDGE_1BDR_1.png) 0 -645px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_VILLA_8 {
    background: url(../img/SMALL_BRECKENRIDGE_1BDR_1.png) 0 -755px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_VILLA_9 {
    background: url(../img/SMALL_BRECKENRIDGE_1BDR_1.png) 0 -864px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_VILLA_10 {
    background: url(../img/SMALL_BRECKENRIDGE_1BDR_1.png) 0 -972px;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_VILLA_11 {
    background: url(../img/SMALL_BRECKENRIDGE_VILLA_1.png) 0 -1079px;
    width: 360px;
    height: 240px;
}
/*
.SMALL_BRECKENRIDGE_VILLA_12 {
    background: url(../img/SMALL_BRECKENRIDGE_VILLA_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_VILLA_13 {
    background: url(../img/SMALL_BRECKENRIDGE_VILLA_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_VILLA_14 {
    background: url(../img/SMALL_BRECKENRIDGE_VILLA_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_VILLA_15 {
    background: url(../img/SMALL_BRECKENRIDGE_VILLA_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_VILLA_16 {
    background: url(../img/SMALL_BRECKENRIDGE_VILLA_1.png) 0 0;
    width: 360px;
    height: 240px;
}


    */

SDFA.SMALL_BRECKENRIDGE_2BDR_1 {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}



/* BIG_Cabo_2_bdr_lockoff | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/BIG_Cabo_2_bdr_lockoff.png?1) no-repeat top left;}
	----------------------------------------------------- */
.BIG_Cabo_2_bdr_lockoff_1 {
    background: url(../img/BIG_Cabo_2_bdr_lockoff_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_2_bdr_lockoff_2 {
    background: url(../img/BIG_Cabo_2_bdr_lockoff_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_2_bdr_lockoff_3 {
    background: url(../img/BIG_Cabo_2_bdr_lockoff_1.png) -410px -580px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_2_bdr_lockoff_4 {
    background: url(../img/BIG_Cabo_2_bdr_lockoff_1.png) -410px -870px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_2_bdr_lockoff_5 {
    background: url(../img/BIG_Cabo_2_bdr_lockoff_1.png) -410px -1160px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_2_bdr_lockoff_6 {
    background: url(../img/BIG_Cabo_2_bdr_lockoff_1.png) -410px -1450px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_2_bdr_lockoff_7 {
    background: url(../img/BIG_Cabo_2_bdr_lockoff_1.png) -410px -1740px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_2_bdr_lockoff_8 {
    background: url(../img/BIG_Cabo_2_bdr_lockoff_1.png) -820px 0;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_2_bdr_lockoff_9 {
    background: url(../img/BIG_Cabo_2_bdr_lockoff_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_2_bdr_lockoff_10 {
    background: url(../img/BIG_Cabo_2_bdr_lockoff_1.png) 0 -290px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_2_bdr_lockoff_11 {
    background: url(../img/BIG_Cabo_2_bdr_lockoff_1.png) 0 -580px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_2_bdr_lockoff_12 {
    background: url(../img/BIG_Cabo_2_bdr_lockoff_1.png) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_2_bdr_lockoff_13 {
    background: url(../img/BIG_Cabo_2_bdr_lockoff_1.png) 0 -1160px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_2_bdr_lockoff_14 {
    background: url(../img/BIG_Cabo_2_bdr_lockoff_1.png) 0 -1450px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_2_bdr_lockoff_15 {
    background: url(../img/BIG_Cabo_2_bdr_lockoff_1.png) 0 -1740px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_2_bdr_lockoff_16 {
    background: url(../img/BIG_Cabo_2_bdr_lockoff_1.png) -410px 0;
    width: 360px;
    height: 240px;
}



/* BIG_Cabo_Large_1bdr | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/BIG_Cabo_Large_1bdr.png?1) no-repeat top left;}
	----------------------------------------------------- */
.BIG_Cabo_Large_1bdr_1 {
    background: url(../img/BIG_Cabo_Large_1bdr_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Large_1bdr_2 {
    background: url(../img/BIG_Cabo_Large_1bdr_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Large_1bdr_3 {
    background: url(../img/BIG_Cabo_Large_1bdr_1.png) -410px -580px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Large_1bdr_4 {
    background: url(../img/BIG_Cabo_Large_1bdr_1.png) -410px -870px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Large_1bdr_5 {
    background: url(../img/BIG_Cabo_Large_1bdr_1.png) -410px -1160px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Large_1bdr_6 {
    background: url(../img/BIG_Cabo_Large_1bdr_1.png) -410px -1450px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Large_1bdr_7 {
    background: url(../img/BIG_Cabo_Large_1bdr_1.png) -410px -1740px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Large_1bdr_8 {
    background: url(../img/BIG_Cabo_Large_1bdr_1.png) -820px 0;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Large_1bdr_9 {
    background: url(../img/BIG_Cabo_Large_1bdr_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Large_1bdr_10 {
    background: url(../img/BIG_Cabo_Large_1bdr_1.png) 0 -290px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Large_1bdr_11 {
    background: url(../img/BIG_Cabo_Large_1bdr_1.png) 0 -580px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Large_1bdr_12 {
    background: url(../img/BIG_Cabo_Large_1bdr_1.png) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Large_1bdr_13 {
    background: url(../img/BIG_Cabo_Large_1bdr_1.png) 0 -1160px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Large_1bdr_14 {
    background: url(../img/BIG_Cabo_Large_1bdr_1.png) 0 -1450px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Large_1bdr_15 {
    background: url(../img/BIG_Cabo_Large_1bdr_1.png) 0 -1740px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Large_1bdr_16 {
    background: url(../img/BIG_Cabo_Large_1bdr_1.png) -410px 0;
    width: 360px;
    height: 240px;
}



/* BIG_Cabo_Penthouse | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/BIG_Cabo_Penthouse.png?1) no-repeat top left;}
	----------------------------------------------------- */
.BIG_Cabo_Penthouse_1 {
    background: url(../img/BIG_Cabo_Penthouse_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Penthouse_2 {
    background: url(../img/BIG_Cabo_Penthouse_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Penthouse_3 {
    background: url(../img/BIG_Cabo_Penthouse_1.png) -410px -580px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Penthouse_4 {
    background: url(../img/BIG_Cabo_Penthouse_1.png) -410px -870px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Penthouse_5 {
    background: url(../img/BIG_Cabo_Penthouse_1.png) -410px -1160px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Penthouse_6 {
    background: url(../img/BIG_Cabo_Penthouse_1.png) -410px -1450px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Penthouse_7 {
    background: url(../img/BIG_Cabo_Penthouse_1.png) -410px -1740px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Penthouse_8 {
    background: url(../img/BIG_Cabo_Penthouse_1.png) -820px 0;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Penthouse_9 {
    background: url(../img/BIG_Cabo_Penthouse_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Penthouse_10 {
    background: url(../img/BIG_Cabo_Penthouse_1.png) 0 -290px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Penthouse_11 {
    background: url(../img/BIG_Cabo_Penthouse_1.png) 0 -580px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Penthouse_12 {
    background: url(../img/BIG_Cabo_Penthouse_1.png) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Penthouse_13 {
    background: url(../img/BIG_Cabo_Penthouse_1.png) 0 -1160px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Penthouse_14 {
    background: url(../img/BIG_Cabo_Penthouse_1.png) 0 -1450px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Penthouse_15 {
    background: url(../img/BIG_Cabo_Penthouse_1.png) 0 -1740px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Penthouse_16 {
    background: url(../img/BIG_Cabo_Penthouse_1.png) -410px 0;
    width: 360px;
    height: 240px;
}



/* BIG_Cabo_Small_1bdr | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/BIG_Cabo_Small_1bdr.png?1) no-repeat top left;}
	----------------------------------------------------- */
.BIG_Cabo_Small_1bdr_1 {
    background: url(../img/BIG_Cabo_Small_1bdr_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Small_1bdr_2 {
    background: url(../img/BIG_Cabo_Small_1bdr_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Small_1bdr_3 {
    background: url(../img/BIG_Cabo_Small_1bdr_1.png) -410px -580px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Small_1bdr_4 {
    background: url(../img/BIG_Cabo_Small_1bdr_1.png) -410px -870px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Small_1bdr_5 {
    background: url(../img/BIG_Cabo_Small_1bdr_1.png) -410px -1160px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Small_1bdr_6 {
    background: url(../img/BIG_Cabo_Small_1bdr_1.png) -410px -1450px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Small_1bdr_7 {
    background: url(../img/BIG_Cabo_Small_1bdr_1.png) -410px -1740px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Small_1bdr_8 {
    background: url(../img/BIG_Cabo_Small_1bdr_1.png) -820px 0;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Small_1bdr_9 {
    background: url(../img/BIG_Cabo_Small_1bdr_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Small_1bdr_10 {
    background: url(../img/BIG_Cabo_Small_1bdr_1.png) 0 -290px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Small_1bdr_11 {
    background: url(../img/BIG_Cabo_Small_1bdr_1.png) 0 -580px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Small_1bdr_12 {
    background: url(../img/BIG_Cabo_Small_1bdr_1.png) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Small_1bdr_13 {
    background: url(../img/BIG_Cabo_Small_1bdr_1.png) 0 -1160px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Small_1bdr_14 {
    background: url(../img/BIG_Cabo_Small_1bdr_1.png) 0 -1450px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Small_1bdr_15 {
    background: url(../img/BIG_Cabo_Small_1bdr_1.png) 0 -1740px;
    width: 360px;
    height: 240px;
}

.BIG_Cabo_Small_1bdr_16 {
    background: url(../img/BIG_Cabo_Small_1bdr_1.png) -410px 0;
    width: 360px;
    height: 240px;
}




/*Collections: Aviara*/


.BIG_Aviara_2_bedroom_1 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Aviara_2_bedroom.png?1) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_Aviara_2_bedroom_2 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Aviara_2_bedroom.png?1) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_Aviara_2_bedroom_3 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Aviara_2_bedroom.png?1) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_Aviara_2_bedroom_4 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Aviara_2_bedroom.png?1) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_Aviara_2_bedroom_5 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Aviara_2_bedroom.png?1) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_Aviara_2_bedroom_6 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Aviara_2_bedroom.png?1) -820px -290px;
    width: 360px;
    height: 240px;
}


.SMALL_AVIARA_2BDR_1 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_AVIARA_2BDR.png?1) 0px 0;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_2BDR_2 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_AVIARA_2BDR.png?1) 0px -108px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_2BDR_3 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_AVIARA_2BDR.png?1) 0px -216px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_2BDR_4 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_AVIARA_2BDR.png?1) 0px -324px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_2BDR_5 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_AVIARA_2BDR.png?1) 0px -432px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_2BDR_6 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_AVIARA_2BDR.png?1) 0px -540px;
    width: 360px;
    height: 240px;
}





/*Collections: Villas Cave Creek*/


.BIG_CREEK_2BDR_1 {
    background: url(../img/BIG_CREEK_2BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_CREEK_2BDR_2 {
    background: url(../img/BIG_CREEK_2BDR_1.png) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_CREEK_2BDR_3 {
    background: url(../img/BIG_CREEK_2BDR_1.png) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_CREEK_2BDR_4 {
    background: url(../img/BIG_CREEK_2BDR_1.png) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_CREEK_2BDR_5 {
    background: url(../img/BIG_CREEK_2BDR_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_CREEK_2BDR_6 {
    background: url(../img/BIG_CREEK_2BDR_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}


.SMALL_CREEK_2BDR_1 {
    background: url(../img/SMALL_CREEK_2BDR_1.png) 0px 0;
    width: 360px;
    height: 240px;
}

.SMALL_CREEK_2BDR_2 {
    background: url(../img/SMALL_CREEK_2BDR_1.png) 0px -108px;
    width: 360px;
    height: 240px;
}

.SMALL_CREEK_2BDR_3 {
    background: url(../img/SMALL_CREEK_2BDR_1.png) 0px -216px;
    width: 360px;
    height: 240px;
}

.SMALL_CREEK_2BDR_4 {
    background: url(../img/SMALL_CREEK_2BDR_1.png) 0px -324px;
    width: 360px;
    height: 240px;
}

.SMALL_CREEK_2BDR_5 {
    background: url(../img/SMALL_CREEK_2BDR_1.png) 0px -432px;
    width: 360px;
    height: 240px;
}

.SMALL_CREEK_2BDR_6 {
    background: url(../img/SMALL_CREEK_2BDR_1.png) 0px -540px;
    width: 360px;
    height: 240px;
}


/*Collections: Red Wolf Lodge at Squaw Valley*/


.BIG_SQUAW_STUDIO_1 {
    background: url(../img/BIG_SQUAW_STUDIO_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_SQUAW_STUDIO_2 {
    background: url(../img/BIG_SQUAW_STUDIO_1.png) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_SQUAW_STUDIO_3 {
    background: url(../img/BIG_SQUAW_STUDIO_1.png) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_SQUAW_STUDIO_4 {
    background: url(../img/BIG_SQUAW_STUDIO_1.png) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_SQUAW_STUDIO_5 {
    background: url(../img/BIG_SQUAW_STUDIO_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_SQUAW_STUDIO_6 {
    background: url(../img/BIG_SQUAW_STUDIO_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}


.SMALL_SQUAW_STUDIO_1 {
    background: url(../img/SMALL_SQUAW_STUDIO_1.png) 0px 0;
    width: 360px;
    height: 240px;
}

.SMALL_SQUAW_STUDIO_2 {
    background: url(../img/SMALL_SQUAW_STUDIO_1.png) 0px -108px;
    width: 360px;
    height: 240px;
}

.SMALL_SQUAW_STUDIO_3 {
    background: url(../img/SMALL_SQUAW_STUDIO_1.png) 0px -216px;
    width: 360px;
    height: 240px;
}

.SMALL_SQUAW_STUDIO_4 {
    background: url(../img/SMALL_SQUAW_STUDIO_1.png) 0px -324px;
    width: 360px;
    height: 240px;
}

.SMALL_SQUAW_STUDIO_5 {
    background: url(../img/SMALL_SQUAW_STUDIO_1.png) 0px -432px;
    width: 360px;
    height: 240px;
}

.SMALL_SQUAW_STUDIO_6 {
    background: url(../img/SMALL_SQUAW_STUDIO_1.png) 0px -540px;
    width: 360px;
    height: 240px;
}





.BIG_SQUAW_2BDR_1 {
    background: url(../img/BIG_SQUAW_2BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_SQUAW_2BDR_2 {
    background: url(../img/BIG_SQUAW_2BDR_1.png) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_SQUAW_2BDR_3 {
    background: url(../img/BIG_SQUAW_2BDR_1.png) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_SQUAW_2BDR_4 {
    background: url(../img/BIG_SQUAW_2BDR_1.png) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_SQUAW_2BDR_5 {
    background: url(../img/BIG_SQUAW_2BDR_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_SQUAW_2BDR_6 {
    background: url(../img/BIG_SQUAW_2BDR_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}


.SMALL_SQUAW_2BDR_1 {
    background: url(../img/SMALL_SQUAW_2BDR_1.png) 0px 0;
    width: 360px;
    height: 240px;
}

.SMALL_SQUAW_2BDR_2 {
    background: url(../img/SMALL_SQUAW_2BDR_1.png) 0px -108px;
    width: 360px;
    height: 240px;
}

.SMALL_SQUAW_2BDR_3 {
    background: url(../img/SMALL_SQUAW_2BDR_1.png) 0px -216px;
    width: 360px;
    height: 240px;
}

.SMALL_SQUAW_2BDR_4 {
    background: url(../img/SMALL_SQUAW_2BDR_1.png) 0px -324px;
    width: 360px;
    height: 240px;
}

.SMALL_SQUAW_2BDR_5 {
    background: url(../img/SMALL_SQUAW_2BDR_1.png) 0px -432px;
    width: 360px;
    height: 240px;
}

.SMALL_SQUAW_2BDR_6 {
    background: url(../img/SMALL_SQUAW_2BDR_1.png) 0px -540px;
    width: 360px;
    height: 240px;
}




.BIG_Aviara_1_bedroom_1 {
    background: url(../img/BIG_Aviara_1_bedroom_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_Aviara_1_bedroom_2 {
    background: url(../img/BIG_Aviara_1_bedroom_1.png) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_Aviara_1_bedroom_3 {
    background: url(../img/BIG_Aviara_1_bedroom_1.png) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_Aviara_1_bedroom_4 {
    background: url(../img/BIG_Aviara_1_bedroom_1.png) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_Aviara_1_bedroom_5 {
    background: url(../img/BIG_Aviara_1_bedroom_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_Aviara_1_bedroom_6 {
    background: url(../img/BIG_Aviara_1_bedroom_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}


.SMALL_AVIARA_1BDR_1 {
    background: url(../img/SMALL_AVIARA_1BDR_1.png) 0px 0;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_1BDR_2 {
    background: url(../img/SMALL_AVIARA_1BDR_1.png) 0px -108px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_1BDR_3 {
    background: url(../img/SMALL_AVIARA_1BDR_1.png) 0px -216px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_1BDR_4 {
    background: url(../img/SMALL_AVIARA_1BDR_1.png) 0px -324px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_1BDR_5 {
    background: url(../img/SMALL_AVIARA_1BDR_1.png) 0px -432px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_1BDR_6 {
    background: url(../img/SMALL_AVIARA_1BDR_1.png) 0px -540px;
    width: 360px;
    height: 240px;
}





.BIG_AVIARA_1L_bedroom_1 {
    background: url(../img/BIG_AVIARA_1L_bedroom_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_AVIARA_1L_bedroom_2 {
    background: url(../img/BIG_AVIARA_1L_bedroom_1.png) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_AVIARA_1L_bedroom_3 {
    background: url(../img/BIG_AVIARA_1L_bedroom_1.png) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_AVIARA_1L_bedroom_4 {
    background: url(../img/BIG_AVIARA_1L_bedroom_1.png) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_AVIARA_1L_bedroom_5 {
    background: url(../img/BIG_AVIARA_1L_bedroom_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_AVIARA_1L_bedroom_6 {
    background: url(../img/BIG_AVIARA_1L_bedroom_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}


.SMALL_AVIARA_1LBDR_1 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_AVIARA_1LBDR.png?1) 0px 0;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_1LBDR_2 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_AVIARA_1LBDR.png?1) 0px -108px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_1LBDR_3 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_AVIARA_1LBDR.png?1) 0px -216px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_1LBDR_4 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_AVIARA_1LBDR.png?1) 0px -324px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_1LBDR_5 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_AVIARA_1LBDR.png?1) 0px -432px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_1LBDR_6 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_AVIARA_1LBDR.png?1) 0px -540px;
    width: 360px;
    height: 240px;
}




.BIG_MON_2BDR_1 {
    background: url(../img/BIG_MON_2BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_MON_2BDR_2 {
    background: url(../img/BIG_MON_2BDR_1.png) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_MON_2BDR_3 {
    background: url(../img/BIG_MON_2BDR_1.png) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_MON_2BDR_4 {
    background: url(../img/BIG_MON_2BDR_1.png) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_MON_2BDR_5 {
    background: url(../img/BIG_MON_2BDR_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_MON_2BDR_6 {
    background: url(../img/BIG_MON_2BDR_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}



.BIG_MON_2BDR_7 {
    background: url(../img/BIG_MON_2BDR_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_MON_2BDR_8 {
    background: url(../img/BIG_MON_2BDR_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}


.SMALL_MON_1BDR_1 {
    background: url(../img/SMALL_MON_1BDR_1.png) 0px 0;
    width: 360px;
    height: 240px;
}

.SMALL_MON_1BDR_2 {
    background: url(../img/SMALL_MON_1BDR_1.png) 0px -108px;
    width: 360px;
    height: 240px;
}

.SMALL_MON_1BDR_3 {
    background: url(../img/SMALL_MON_1BDR_1.png) 0px -216px;
    width: 360px;
    height: 240px;
}

.SMALL_MON_1BDR_4 {
    background: url(../img/SMALL_MON_1BDR_1.png) 0px -324px;
    width: 360px;
    height: 240px;
}

.SMALL_MON_1BDR_5 {
    background: url(../img/SMALL_MON_1BDR_1.png) 0px -432px;
    width: 360px;
    height: 240px;
}

.SMALL_MON_1BDR_6 {
    background: url(../img/SMALL_MON_1BDR_1.png) 0px -540px;
    width: 360px;
    height: 240px;
}

.SMALL_MON_1BDR_7 {
    background: url(../img/SMALL_MON_1BDR_1.png) 0px -648px;
    width: 360px;
    height: 240px;
}

.SMALL_MON_1BDR_8 {
    background: url(../img/SMALL_MON_1BDR_1.png) 0px -756px;
    width: 360px;
    height: 240px;
}

.SMALL_MON_1BDR_8 {
    background: url(../img/SMALL_MON_1BDR_1.png) 0px -864px;
    width: 360px;
    height: 240px;
}





.BIG_MON_2BDR_1 {
    background: url(../img/BIG_MON_2BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_MON_2BDR_2 {
    background: url(../img/BIG_MON_2BDR_1.png) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_MON_2BDR_3 {
    background: url(../img/BIG_MON_2BDR_1.png) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_MON_2BDR_4 {
    background: url(../img/BIG_MON_2BDR_1.png) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_MON_2BDR_5 {
    background: url(../img/BIG_MON_2BDR_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_MON_2BDR_6 {
    background: url(../img/BIG_MON_2BDR_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}



.BIG_MON_2BDR_7 {
    background: url(../img/BIG_MON_2BDR_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_MON_2BDR_8 {
    background: url(../img/BIG_MON_2BDR_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}


.SMALL_MON_1BDR_1 {
    background: url(../img/SMALL_MON_1BDR_1.png) 0px 0;
    width: 360px;
    height: 240px;
}

.SMALL_MON_1BDR_2 {
    background: url(../img/SMALL_MON_1BDR_1.png) 0px -108px;
    width: 360px;
    height: 240px;
}

.SMALL_MON_1BDR_3 {
    background: url(../img/SMALL_MON_1BDR_1.png) 0px -216px;
    width: 360px;
    height: 240px;
}

.SMALL_MON_1BDR_4 {
    background: url(../img/SMALL_MON_1BDR_1.png) 0px -324px;
    width: 360px;
    height: 240px;
}

.SMALL_MON_1BDR_5 {
    background: url(../img/SMALL_MON_1BDR_1.png) 0px -432px;
    width: 360px;
    height: 240px;
}

.SMALL_MON_1BDR_6 {
    background: url(../img/SMALL_MON_1BDR_1.png) 0px -540px;
    width: 360px;
    height: 240px;
}

.SMALL_MON_1BDR_7 {
    background: url(../img/SMALL_MON_1BDR_1.png) 0px -648px;
    width: 360px;
    height: 240px;
}

.SMALL_MON_1BDR_8 {
    background: url(../img/SMALL_MON_1BDR_1.png) 0px -756px;
    width: 360px;
    height: 240px;
}

.SMALL_MON_1BDR_9 {
    background: url(../img/SMALL_MON_1BDR_1.png) 0px -864px;
    width: 360px;
    height: 240px;
}





.BIG_ARROYO_1 {
    background: url(../img/BIG_ARROYO_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_ARROYO_2 {
    background: url(../img/BIG_ARROYO_1.png) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_ARROYO_3 {
    background: url(../img/BIG_ARROYO_1.png) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_ARROYO_4 {
    background: url(../img/BIG_ARROYO_1.png) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_ARROYO_5 {
    background: url(../img/BIG_ARROYO_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_ARROYO_6 {
    background: url(../img/BIG_ARROYO_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}




.SMALL_ARROYO_2BDR_1 {
    background: url(../img/SMALL_ARROYO_2BDR_1.png) 0px 0;
    width: 360px;
    height: 240px;
}

.SMALL_ARROYO_2BDR_2 {
    background: url(../img/SMALL_ARROYO_2BDR_1.png) 0px -108px;
    width: 360px;
    height: 240px;
}

.SMALL_ARROYO_2BDR_3 {
    background: url(../img/SMALL_ARROYO_2BDR_1.png) 0px -216px;
    width: 360px;
    height: 240px;
}

.SMALL_ARROYO_2BDR_4 {
    background: url(../img/SMALL_ARROYO_2BDR_1.png) 0px -324px;
    width: 360px;
    height: 240px;
}

.SMALL_ARROYO_2BDR_5 {
    background: url(../img/SMALL_ARROYO_2BDR_1.png) 0px -432px;
    width: 360px;
    height: 240px;
}

.SMALL_ARROYO_2BDR_6 {
    background: url(../img/SMALL_ARROYO_2BDR_1.png) 0px -540px;
    width: 360px;
    height: 240px;
}








.BIG_AVIARA_STUDIO_1 {
    background: url(../img/BIG_AVIARA_STUDIO_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_AVIARA_STUDIO_2 {
    background: url(../img/BIG_AVIARA_STUDIO_1.png) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_AVIARA_STUDIO_3 {
    background: url(../img/BIG_AVIARA_STUDIO_1.png) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_AVIARA_STUDIO_4 {
    background: url(../img/BIG_AVIARA_STUDIO_1.png) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_AVIARA_STUDIO_5 {
    background: url(../img/BIG_AVIARA_STUDIO_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_AVIARA_STUDIO_6 {
    background: url(../img/BIG_AVIARA_STUDIO_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}



.BIG_AVIARA_STUDIO_7 {
    background: url(../img/BIG_AVIARA_STUDIO_1.png) 0px -580px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_STUDIO_1 {
    background: url(../img/SMALL_AVIARA_STUDIO_1.png) 0px 0;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_STUDIO_2 {
    background: url(../img/SMALL_AVIARA_STUDIO_1.png) 0px -108px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_STUDIO_3 {
    background: url(../img/SMALL_AVIARA_STUDIO_1.png) 0px -216px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_STUDIO_4 {
    background: url(../img/SMALL_AVIARA_STUDIO_1.png) 0px -324px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_STUDIO_5 {
    background: url(../img/SMALL_AVIARA_STUDIO_1.png) 0px -432px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_STUDIO_6 {
    background: url(../img/SMALL_AVIARA_STUDIO_1.png) 0px -540px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_STUDIO_7 {
    background: url(../img/SMALL_AVIARA_STUDIO_1.png) 0px -648px;
    width: 360px;
    height: 240px;
}


.BIG_AVIARA_2BDR_1 {
    background: url(../img/BIG_AVIARA_STUDIO_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_AVIARA_2BDR_2 {
    background: url(../img/BIG_AVIARA_STUDIO_1.png) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_AVIARA_2BDR_3 {
    background: url(../img/BIG_AVIARA_STUDIO_1.png) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_AVIARA_2BDR_4 {
    background: url(../img/BIG_AVIARA_STUDIO_1.png) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_AVIARA_2BDR_5 {
    background: url(../img/BIG_AVIARA_STUDIO_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_AVIARA_2BDR_6 {
    background: url(../img/BIG_AVIARA_STUDIO_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}



.BIG_AVIARA_2BDR_7 {
    background: url(../img/BIG_AVIARA_STUDIO_1.png) 0px -580px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_2BDR_1 {
    background: url(../img/SMALL_AVIARA_STUDIO_1.png) 0px 0;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_2BDR_2 {
    background: url(../img/SMALL_AVIARA_STUDIO_1.png) 0px -108px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_2BDR_3 {
    background: url(../img/SMALL_AVIARA_STUDIO_1.png) 0px -216px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_2BDR_4 {
    background: url(../img/SMALL_AVIARA_STUDIO_1.png) 0px -324px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_2BDR_5 {
    background: url(../img/SMALL_AVIARA_STUDIO_1.png) 0px -432px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_2BDR_6 {
    background: url(../img/SMALL_AVIARA_STUDIO_1.png) 0px -540px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_2BDR_7 {
    background: url(../img/SMALL_AVIARA_STUDIO_1.png) 0px -648px;
    width: 360px;
    height: 240px;
}




.BIG_AVIARA_1BDRL_1 {
    background: url(../img/BIG_AVIARA_STUDIO_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_AVIARA_1BDRL_2 {
    background: url(../img/BIG_AVIARA_STUDIO_1.png) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_AVIARA_1BDRL_3 {
    background: url(../img/BIG_AVIARA_STUDIO_1.png) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_AVIARA_1BDRL_4 {
    background: url(../img/BIG_AVIARA_STUDIO_1.png) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_AVIARA_1BDRL_5 {
    background: url(../img/BIG_AVIARA_STUDIO_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_AVIARA_1BDRL_6 {
    background: url(../img/BIG_AVIARA_STUDIO_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}



.BIG_AVIARA_1BDRL_7 {
    background: url(../img/BIG_AVIARA_STUDIO_1.png) 0px -580px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_1BDRL_1 {
    background: url(../img/SMALL_AVIARA_STUDIO_1.png) 0px 0;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_1BDRL_2 {
    background: url(../img/SMALL_AVIARA_STUDIO_1.png) 0px -108px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_1BDRL_3 {
    background: url(../img/SMALL_AVIARA_STUDIO_1.png) 0px -216px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_1BDRL_4 {
    background: url(../img/SMALL_AVIARA_STUDIO_1.png) 0px -324px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_1BDRL_5 {
    background: url(../img/SMALL_AVIARA_STUDIO_1.png) 0px -432px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_1BDRL_6 {
    background: url(../img/SMALL_AVIARA_STUDIO_1.png) 0px -540px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_1BDRL_7 {
    background: url(../img/SMALL_AVIARA_STUDIO_1.png) 0px -648px;
    width: 360px;
    height: 240px;
}




.BIG_AVIARA_1BDR_1 {
    background: url(../img/BIG_AVIARA_STUDIO_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_AVIARA_1BDR_2 {
    background: url(../img/BIG_AVIARA_STUDIO_1.png) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_AVIARA_1BDR_3 {
    background: url(../img/BIG_AVIARA_STUDIO_1.png) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_AVIARA_1BDR_4 {
    background: url(../img/BIG_AVIARA_STUDIO_1.png) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_AVIARA_1BDR_5 {
    background: url(../img/BIG_AVIARA_STUDIO_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_AVIARA_1BDR_6 {
    background: url(../img/BIG_AVIARA_STUDIO_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}



.BIG_AVIARA_1BDR_7 {
    background: url(../img/BIG_AVIARA_STUDIO_1.png) 0px -580px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_1BDR_1 {
    background: url(../img/SMALL_AVIARA_STUDIO_1.png) 0px 0;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_1BDR_2 {
    background: url(../img/SMALL_AVIARA_STUDIO_1.png) 0px -108px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_1BDR_3 {
    background: url(../img/SMALL_AVIARA_STUDIO_1.png) 0px -216px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_1BDR_4 {
    background: url(../img/SMALL_AVIARA_STUDIO_1.png) 0px -324px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_1BDR_5 {
    background: url(../img/SMALL_AVIARA_STUDIO_1.png) 0px -432px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_1BDR_6 {
    background: url(../img/SMALL_AVIARA_STUDIO_1.png) 0px -540px;
    width: 360px;
    height: 240px;
}

.SMALL_AVIARA_1BDR_7 {
    background: url(../img/SMALL_AVIARA_STUDIO_1.png) 0px -648px;
    width: 360px;
    height: 240px;
}



.BIG_EAGLE_2BDR_1 {
    background: url(../img/BIG_EAGLE_2BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_EAGLE_2BDR_2 {
    background: url(../img/BIG_EAGLE_2BDR_1.png) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_EAGLE_2BDR_3 {
    background: url(../img/BIG_EAGLE_2BDR_1.png) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_EAGLE_2BDR_4 {
    background: url(../img/BIG_EAGLE_2BDR_1.png) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_EAGLE_2BDR_5 {
    background: url(../img/BIG_EAGLE_2BDR_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_EAGLE_2BDR_6 {
    background: url(../img/BIG_EAGLE_2BDR_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}



.SMALL_EAGLE_2BDR_1 {
    background: url(../img/SMALL_EAGLE_2BDR_1.png) 0px 0;
    width: 360px;
    height: 240px;
}

.SMALL_EAGLE_2BDR_2 {
    background: url(../img/SMALL_EAGLE_2BDR_1.png) 0px -108px;
    width: 360px;
    height: 240px;
}

.SMALL_EAGLE_2BDR_3 {
    background: url(../img/SMALL_EAGLE_2BDR_1.png) 0px -216px;
    width: 360px;
    height: 240px;
}

.SMALL_EAGLE_2BDR_4 {
    background: url(../img/SMALL_EAGLE_2BDR_1.png) 0px -324px;
    width: 360px;
    height: 240px;
}

.SMALL_EAGLE_2BDR_5 {
    background: url(../img/SMALL_EAGLE_2BDR_1.png) 0px -432px;
    width: 360px;
    height: 240px;
}

.SMALL_EAGLE_2BDR_6 {
    background: url(../img/SMALL_EAGLE_2BDR_1.png) 0px -540px;
    width: 360px;
    height: 240px;
}





.BIG_Corazon_2bdr_1 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Corazon_2bdr.png?1) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_Corazon_2bdr_2 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Corazon_2bdr.png?1) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_Corazon_2bdr_3 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Corazon_2bdr.png?1) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_Corazon_2bdr_4 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Corazon_2bdr.png?1) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_Corazon_2bdr_5 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Corazon_2bdr.png?1) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_Corazon_2bdr_6 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Corazon_2bdr.png?1) -820px -290px;
    width: 360px;
    height: 240px;
}




.SMALL_Corazon_2bdr_1 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_Corazon_2bdr.png?1) 0px 0;
    width: 360px;
    height: 240px;
}

.SMALL_Corazon_2bdr_2 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_Corazon_2bdr.png?1) 0px -108px;
    width: 360px;
    height: 240px;
}

.SMALL_Corazon_2bdr_3 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_Corazon_2bdr.png?1) 0px -216px;
    width: 360px;
    height: 240px;
}

.SMALL_Corazon_2bdr_4 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_Corazon_2bdr.png?1) 0px -324px;
    width: 360px;
    height: 240px;
}

.SMALL_Corazon_2bdr_5 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_Corazon_2bdr.png?1) 0px -432px;
    width: 360px;
    height: 240px;
}

.SMALL_Corazon_2bdr_6 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_Corazon_2bdr.png?1) 0px -540px;
    width: 360px;
    height: 240px;
}






.BIG_TROON_STUDIO_1 {
    background: url(../img/BIG_TROON_STUDIO_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_TROON_STUDIO_2 {
    background: url(../img/BIG_TROON_STUDIO_1.png) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_TROON_STUDIO_3 {
    background: url(../img/BIG_TROON_STUDIO_1.png) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_TROON_STUDIO_4 {
    background: url(../img/BIG_TROON_STUDIO_1.png) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_TROON_STUDIO_5 {
    background: url(../img/BIG_TROON_STUDIO_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_TROON_STUDIO_6 {
    background: url(../img/BIG_TROON_STUDIO_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}




.SMALL_TROON_STUDIO_1 {
    background: url(../img/SMALL_TROON_STUDIO_1.png) 0px 0;
    width: 360px;
    height: 240px;
}

.SMALL_TROON_STUDIO_2 {
    background: url(../img/SMALL_TROON_STUDIO_1.png) 0px -108px;
    width: 360px;
    height: 240px;
}

.SMALL_TROON_STUDIO_3 {
    background: url(../img/SMALL_TROON_STUDIO_1.png) 0px -216px;
    width: 360px;
    height: 240px;
}

.SMALL_TROON_STUDIO_4 {
    background: url(../img/SMALL_TROON_STUDIO_1.png) 0px -324px;
    width: 360px;
    height: 240px;
}

.SMALL_TROON_STUDIO_5 {
    background: url(../img/SMALL_TROON_STUDIO_1.png) 0px -432px;
    width: 360px;
    height: 240px;
}

.SMALL_TROON_STUDIO_6 {
    background: url(../img/SMALL_TROON_STUDIO_1.png) 0px -540px;
    width: 360px;
    height: 240px;
}





.BIG_TROON_2BDR_1 {
    background: url(../img/BIG_TROON_2BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_TROON_2BDR_2 {
    background: url(../img/BIG_TROON_2BDR_1.png) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_TROON_2BDR_3 {
    background: url(../img/BIG_TROON_2BDR_1.png) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_TROON_2BDR_4 {
    background: url(../img/BIG_TROON_2BDR_1.png) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_TROON_2BDR_5 {
    background: url(../img/BIG_TROON_2BDR_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_TROON_2BDR_6 {
    background: url(../img/BIG_TROON_2BDR_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}




.SMALL_TROON_2BDR_1 {
    background: url(../img/SMALL_TROON_2BDR_1.png) 0px 0;
    width: 360px;
    height: 240px;
}

.SMALL_TROON_2BDR_2 {
    background: url(../img/SMALL_TROON_2BDR_1.png) 0px -108px;
    width: 360px;
    height: 240px;
}

.SMALL_TROON_2BDR_3 {
    background: url(../img/SMALL_TROON_2BDR_1.png) 0px -216px;
    width: 360px;
    height: 240px;
}

.SMALL_TROON_2BDR_4 {
    background: url(../img/SMALL_TROON_2BDR_1.png) 0px -324px;
    width: 360px;
    height: 240px;
}

.SMALL_TROON_2BDR_5 {
    background: url(../img/SMALL_TROON_2BDR_1.png) 0px -432px;
    width: 360px;
    height: 240px;
}

.SMALL_TROON_2BDR_6 {
    background: url(../img/SMALL_TROON_2BDR_1.png) 0px -540px;
    width: 360px;
    height: 240px;
}



.BIG_Corazon_2bdrl_1 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Corazon_2bdrl.png?1) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_Corazon_2bdrl_2 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Corazon_2bdrl.png?1) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_Corazon_2bdrl_3 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Corazon_2bdrl.png?1) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_Corazon_2bdrl_4 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Corazon_2bdrl.png?1) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_Corazon_2bdrl_5 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Corazon_2bdrl.png?1) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_Corazon_2bdrl_6 {
    background: url(https://ownerslounge.welkresorts.com/img/BIG_Corazon_2bdrl.png?1) -820px -290px;
    width: 360px;
    height: 240px;
}




.SMALL_Corazon_2bdrl_1 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_Corazon_2bdrl.png?1) 0px 0;
    width: 360px;
    height: 240px;
}

.SMALL_Corazon_2bdrl_2 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_Corazon_2bdrl.png?1) 0px -108px;
    width: 360px;
    height: 240px;
}

.SMALL_Corazon_2bdrl_3 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_Corazon_2bdrl.png?1) 0px -216px;
    width: 360px;
    height: 240px;
}

.SMALL_Corazon_2bdrl_4 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_Corazon_2bdrl.png?1) 0px -324px;
    width: 360px;
    height: 240px;
}

.SMALL_Corazon_2bdrl_5 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_Corazon_2bdrl.png?1) 0px -432px;
    width: 360px;
    height: 240px;
}

.SMALL_Corazon_2bdrl_6 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_Corazon_2bdrl.png?1) 0px -540px;
    width: 360px;
    height: 240px;
}





.BIG_FAL_1BDR_1 {
    background: url(../img/BIG_FAL_1BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_FAL_1BDR_2 {
    background: url(../img/BIG_FAL_1BDR_1.png) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_FAL_1BDR_3 {
    background: url(../img/BIG_FAL_1BDR_1.png) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_FAL_1BDR_4 {
    background: url(../img/BIG_FAL_1BDR_1.png) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_FAL_1BDR_5 {
    background: url(../img/BIG_FAL_1BDR_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_FAL_1BDR_6 {
    background: url(../img/BIG_FAL_1BDR_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}




.SMALL_FAL_1BDR_1 {
    background: url(../img/SMALL_FAL_1BDR_1.png) 0px 0;
    width: 360px;
    height: 240px;
}

.SMALL_FAL_1BDR_2 {
    background: url(../img/SMALL_FAL_1BDR_1.png) 0px -108px;
    width: 360px;
    height: 240px;
}

.SMALL_FAL_1BDR_3 {
    background: url(../img/SMALL_FAL_1BDR_1.png) 0px -216px;
    width: 360px;
    height: 240px;
}

.SMALL_FAL_1BDR_4 {
    background: url(../img/SMALL_FAL_1BDR_1.png) 0px -324px;
    width: 360px;
    height: 240px;
}

.SMALL_FAL_1BDR_5 {
    background: url(../img/SMALL_FAL_1BDR_1.png) 0px -432px;
    width: 360px;
    height: 240px;
}

.SMALL_FAL_1BDR_6 {
    background: url(../img/SMALL_FAL_1BDR_1.png) 0px -540px;
    width: 360px;
    height: 240px;
}







.BIG_FAL_2BDR_1 {
    background: url(../img/BIG_FAL_2BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_FAL_2BDR_2 {
    background: url(../img/BIG_FAL_2BDR_1.png) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_FAL_2BDR_3 {
    background: url(../img/BIG_FAL_2BDR_1.png) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_FAL_2BDR_4 {
    background: url(../img/BIG_FAL_2BDR_1.png) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_FAL_2BDR_5 {
    background: url(../img/BIG_FAL_2BDR_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_FAL_2BDR_6 {
    background: url(../img/BIG_FAL_2BDR_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}




.SMALL_FAL_2BDR_1 {
    background: url(../img/SMALL_FAL_2BDR_1.png) 0px 0;
    width: 360px;
    height: 240px;
}

.SMALL_FAL_2BDR_2 {
    background: url(../img/SMALL_FAL_2BDR_1.png) 0px -108px;
    width: 360px;
    height: 240px;
}

.SMALL_FAL_2BDR_3 {
    background: url(../img/SMALL_FAL_2BDR_1.png) 0px -216px;
    width: 360px;
    height: 240px;
}

.SMALL_FAL_2BDR_4 {
    background: url(../img/SMALL_FAL_2BDR_1.png) 0px -324px;
    width: 360px;
    height: 240px;
}

.SMALL_FAL_2BDR_5 {
    background: url(../img/SMALL_FAL_2BDR_1.png) 0px -432px;
    width: 360px;
    height: 240px;
}

.SMALL_FAL_2BDR_6 {
    background: url(../img/SMALL_FAL_2BDR_1.png) 0px -540px;
    width: 360px;
    height: 240px;
}





.BIG_FAL_3BDR_1 {
    background: url(../img/BIG_FAL_3BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_FAL_3BDR_2 {
    background: url(../img/BIG_FAL_3BDR_1.png) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_FAL_3BDR_3 {
    background: url(../img/BIG_FAL_3BDR_1.png) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_FAL_3BDR_4 {
    background: url(../img/BIG_FAL_3BDR_1.png) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_FAL_3BDR_5 {
    background: url(../img/BIG_FAL_3BDR_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_FAL_3BDR_6 {
    background: url(../img/BIG_FAL_3BDR_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}




.SMALL_FAL_3BDR_1 {
    background: url(../img/SMALL_FAL_3BDR_1.png) 0px 0;
    width: 360px;
    height: 240px;
}

.SMALL_FAL_3BDR_2 {
    background: url(../img/SMALL_FAL_3BDR_1.png) 0px -108px;
    width: 360px;
    height: 240px;
}

.SMALL_FAL_3BDR_3 {
    background: url(../img/SMALL_FAL_3BDR_1.png) 0px -216px;
    width: 360px;
    height: 240px;
}

.SMALL_FAL_3BDR_4 {
    background: url(../img/SMALL_FAL_3BDR_1.png) 0px -324px;
    width: 360px;
    height: 240px;
}

.SMALL_FAL_3BDR_5 {
    background: url(../img/SMALL_FAL_3BDR_1.png) 0px -432px;
    width: 360px;
    height: 240px;
}

.SMALL_FAL_3BDR_6 {
    background: url(../img/SMALL_FAL_3BDR_1.png) 0px -540px;
    width: 360px;
    height: 240px;
}




.BIG_FAL_STUDIO_1 {
    background: url(../img/BIG_FAL_STUDIO_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_FAL_STUDIO_2 {
    background: url(../img/BIG_FAL_STUDIO_1.png) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_FAL_STUDIO_3 {
    background: url(../img/BIG_FAL_STUDIO_1.png) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_FAL_STUDIO_4 {
    background: url(../img/BIG_FAL_STUDIO_1.png) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_FAL_STUDIO_5 {
    background: url(../img/BIG_FAL_STUDIO_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_FAL_STUDIO_6 {
    background: url(../img/BIG_FAL_STUDIO_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}




.SMALL_FAL_STUDIO_1 {
    background: url(../img/SMALL_FAL_STUDIO_1.png) 0px 0;
    width: 360px;
    height: 240px;
}

.SMALL_FAL_STUDIO_2 {
    background: url(../img/SMALL_FAL_STUDIO_1.png) 0px -108px;
    width: 360px;
    height: 240px;
}

.SMALL_FAL_STUDIO_3 {
    background: url(../img/SMALL_FAL_STUDIO_1.png) 0px -216px;
    width: 360px;
    height: 240px;
}

.SMALL_FAL_STUDIO_4 {
    background: url(../img/SMALL_FAL_STUDIO_1.png) 0px -324px;
    width: 360px;
    height: 240px;
}

.SMALL_FAL_STUDIO_5 {
    background: url(../img/SMALL_FAL_STUDIO_1.png) 0px -432px;
    width: 360px;
    height: 240px;
}

.SMALL_FAL_STUDIO_6 {
    background: url(../img/SMALL_FAL_STUDIO_1.png) 0px -540px;
    width: 360px;
    height: 240px;
}






.BIG_PON_1BDR_1 {
    background: url(../img/BIG_PON_1BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_PON_1BDR_2 {
    background: url(../img/BIG_PON_1BDR_1.png) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_PON_1BDR_3 {
    background: url(../img/BIG_PON_1BDR_1.png) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_PON_1BDR_4 {
    background: url(../img/BIG_PON_1BDR_1.png) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_PON_1BDR_5 {
    background: url(../img/BIG_PON_1BDR_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_PON_1BDR_6 {
    background: url(../img/BIG_PON_1BDR_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}




.SMALL_PON_1BDR_1 {
    background: url(../img/SMALL_PON_1BDR_1.png) 0px 0;
    width: 360px;
    height: 240px;
}

.SMALL_PON_1BDR_2 {
    background: url(../img/SMALL_PON_1BDR_1.png) 0px -108px;
    width: 360px;
    height: 240px;
}

.SMALL_PON_1BDR_3 {
    background: url(../img/SMALL_PON_1BDR_1.png) 0px -216px;
    width: 360px;
    height: 240px;
}

.SMALL_PON_1BDR_4 {
    background: url(../img/SMALL_PON_1BDR_1.png) 0px -324px;
    width: 360px;
    height: 240px;
}

.SMALL_PON_1BDR_5 {
    background: url(../img/SMALL_PON_1BDR_1.png) 0px -432px;
    width: 360px;
    height: 240px;
}

.SMALL_PON_1BDR_6 {
    background: url(../img/SMALL_PON_1BDR_1.png) 0px -540px;
    width: 360px;
    height: 240px;
}





.BIG_PON_2BDR_1 {
    background: url(../img/BIG_PON_2BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_PON_2BDR_2 {
    background: url(../img/BIG_PON_2BDR_1.png) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_PON_2BDR_3 {
    background: url(../img/BIG_PON_2BDR_1.png) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_PON_2BDR_4 {
    background: url(../img/BIG_PON_2BDR_1.png) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_PON_2BDR_5 {
    background: url(../img/BIG_PON_2BDR_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_PON_2BDR_6 {
    background: url(../img/BIG_PON_2BDR_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}




.SMALL_PON_2BDR_1 {
    background: url(../img/SMALL_PON_2BDR_1.png) 0px 0;
    width: 360px;
    height: 240px;
}

.SMALL_PON_2BDR_2 {
    background: url(../img/SMALL_PON_2BDR_1.png) 0px -108px;
    width: 360px;
    height: 240px;
}

.SMALL_PON_2BDR_3 {
    background: url(../img/SMALL_PON_2BDR_1.png) 0px -216px;
    width: 360px;
    height: 240px;
}

.SMALL_PON_2BDR_4 {
    background: url(../img/SMALL_PON_2BDR_1.png) 0px -324px;
    width: 360px;
    height: 240px;
}

.SMALL_PON_2BDR_5 {
    background: url(../img/SMALL_PON_2BDR_1.png) 0px -432px;
    width: 360px;
    height: 240px;
}

.SMALL_PON_2BDR_6 {
    background: url(../img/SMALL_PON_2BDR_1.png) 0px -540px;
    width: 360px;
    height: 240px;
}






.BIG_PON_MINI_1 {
    background: url(../img/BIG_PON_MINI_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_PON_MINI_2 {
    background: url(../img/BIG_PON_MINI_1.png) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_PON_MINI_3 {
    background: url(../img/BIG_PON_MINI_1.png) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_PON_MINI_4 {
    background: url(../img/BIG_PON_MINI_1.png) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_PON_MINI_5 {
    background: url(../img/BIG_PON_MINI_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_PON_MINI_6 {
    background: url(../img/BIG_PON_MINI_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}




.SMALL_PON_MINI_1 {
    background: url(../img/SMALL_PON_MINI_1.png) 0px 0;
    width: 360px;
    height: 240px;
}

.SMALL_PON_MINI_2 {
    background: url(../img/SMALL_PON_MINI_1.png) 0px -108px;
    width: 360px;
    height: 240px;
}

.SMALL_PON_MINI_3 {
    background: url(../img/SMALL_PON_MINI_1.png) 0px -216px;
    width: 360px;
    height: 240px;
}

.SMALL_PON_MINI_4 {
    background: url(../img/SMALL_PON_MINI_1.png) 0px -324px;
    width: 360px;
    height: 240px;
}

.SMALL_PON_MINI_5 {
    background: url(../img/SMALL_PON_MINI_1.png) 0px -432px;
    width: 360px;
    height: 240px;
}

.SMALL_PON_MINI_6 {
    background: url(../img/SMALL_PON_MINI_1.png) 0px -540px;
    width: 360px;
    height: 240px;
}





.BIG_STONE_1BDRL_1 {
    background: url(../img/BIG_STONE_1BDRL_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_STONE_1BDRL_2 {
    background: url(../img/BIG_STONE_1BDRL_1.png) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_STONE_1BDRL_3 {
    background: url(../img/BIG_STONE_1BDRL_1.png) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_STONE_1BDRL_4 {
    background: url(../img/BIG_STONE_1BDRL_1.png) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_STONE_1BDRL_5 {
    background: url(../img/BIG_STONE_1BDRL_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_STONE_1BDRL_6 {
    background: url(../img/BIG_STONE_1BDRL_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}




.SMALL_STONE_1BDRL_1 {
    background: url(../img/SMALL_STONE_1BDRL_1.png) 0px 0;
    width: 360px;
    height: 240px;
}

.SMALL_STONE_1BDRL_2 {
    background: url(../img/SMALL_STONE_1BDRL_1.png) 0px -108px;
    width: 360px;
    height: 240px;
}

.SMALL_STONE_1BDRL_3 {
    background: url(../img/SMALL_STONE_1BDRL_1.png) 0px -216px;
    width: 360px;
    height: 240px;
}

.SMALL_STONE_1BDRL_4 {
    background: url(../img/SMALL_STONE_1BDRL_1.png) 0px -324px;
    width: 360px;
    height: 240px;
}

.SMALL_STONE_1BDRL_5 {
    background: url(../img/SMALL_STONE_1BDRL_1.png) 0px -432px;
    width: 360px;
    height: 240px;
}

.SMALL_STONE_1BDRL_6 {
    background: url(../img/SMALL_STONE_1BDRL_1.png) 0px -540px;
    width: 360px;
    height: 240px;
}





.BIG_STONE_1BDRS_1 {
    background: url(../img/BIG_STONE_1BDRS_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_STONE_1BDRS_2 {
    background: url(../img/BIG_STONE_1BDRS_1.png) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_STONE_1BDRS_3 {
    background: url(../img/BIG_STONE_1BDRS_1.png) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_STONE_1BDRS_4 {
    background: url(../img/BIG_STONE_1BDRS_1.png) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_STONE_1BDRS_5 {
    background: url(../img/BIG_STONE_1BDRS_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_STONE_1BDRS_6 {
    background: url(../img/BIG_STONE_1BDRS_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}




.SMALL_STONE_1BDRS_1 {
    background: url(../img/SMALL_STONE_1BDRS_1.png) 0px 0;
    width: 360px;
    height: 240px;
}

.SMALL_STONE_1BDRS_2 {
    background: url(../img/SMALL_STONE_1BDRS_1.png) 0px -108px;
    width: 360px;
    height: 240px;
}

.SMALL_STONE_1BDRS_3 {
    background: url(../img/SMALL_STONE_1BDRS_1.png) 0px -216px;
    width: 360px;
    height: 240px;
}

.SMALL_STONE_1BDRS_4 {
    background: url(../img/SMALL_STONE_1BDRS_1.png) 0px -324px;
    width: 360px;
    height: 240px;
}

.SMALL_STONE_1BDRS_5 {
    background: url(../img/SMALL_STONE_1BDRS_1.png) 0px -432px;
    width: 360px;
    height: 240px;
}

.SMALL_STONE_1BDRS_6 {
    background: url(../img/SMALL_STONE_1BDRS_1.png) 0px -540px;
    width: 360px;
    height: 240px;
}







.BIG_STONE_2BDR_1 {
    background: url(../img/BIG_STONE_2BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_STONE_2BDR_2 {
    background: url(../img/BIG_STONE_2BDR_1.png) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_STONE_2BDR_3 {
    background: url(../img/BIG_STONE_2BDR_1.png) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_STONE_2BDR_4 {
    background: url(../img/BIG_STONE_2BDR_1.png) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_STONE_2BDR_5 {
    background: url(../img/BIG_STONE_2BDR_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_STONE_2BDR_6 {
    background: url(../img/BIG_STONE_2BDR_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}




.SMALL_STONE_2BDR_1 {
    background: url(../img/SMALL_STONE_2BDR_1.png) 0px 0;
    width: 360px;
    height: 240px;
}

.SMALL_STONE_2BDR_2 {
    background: url(../img/SMALL_STONE_2BDR_1.png) 0px -108px;
    width: 360px;
    height: 240px;
}

.SMALL_STONE_2BDR_3 {
    background: url(../img/SMALL_STONE_2BDR_1.png) 0px -216px;
    width: 360px;
    height: 240px;
}

.SMALL_STONE_2BDR_4 {
    background: url(../img/SMALL_STONE_2BDR_1.png) 0px -324px;
    width: 360px;
    height: 240px;
}

.SMALL_STONE_2BDR_5 {
    background: url(../img/SMALL_STONE_2BDR_1.png) 0px -432px;
    width: 360px;
    height: 240px;
}

.SMALL_STONE_2BDR_6 {
    background: url(../img/SMALL_STONE_2BDR_1.png) 0px -540px;
    width: 360px;
    height: 240px;
}




.BIG_STONE_STUDIO_1 {
    background: url(../img/BIG_STONE_STUDIO_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_STONE_STUDIO_2 {
    background: url(../img/BIG_STONE_STUDIO_1.png) -410px 0px;
    width: 360px;
    height: 240px;
}

.BIG_STONE_STUDIO_3 {
    background: url(../img/BIG_STONE_STUDIO_1.png) -820px 0px;
    width: 360px;
    height: 240px;
}

.BIG_STONE_STUDIO_4 {
    background: url(../img/BIG_STONE_STUDIO_1.png) 0px -290px;
    width: 360px;
    height: 240px;
}

.BIG_STONE_STUDIO_5 {
    background: url(../img/BIG_STONE_STUDIO_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_STONE_STUDIO_6 {
    background: url(../img/BIG_STONE_STUDIO_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}




.SMALL_STONE_STUDIO_1 {
    background: url(../img/SMALL_STONE_STUDIO_1.png) 0px 0;
    width: 360px;
    height: 240px;
}

.SMALL_STONE_STUDIO_2 {
    background: url(../img/SMALL_STONE_STUDIO_1.png) 0px -108px;
    width: 360px;
    height: 240px;
}

.SMALL_STONE_STUDIO_3 {
    background: url(../img/SMALL_STONE_STUDIO_1.png) 0px -216px;
    width: 360px;
    height: 240px;
}

.SMALL_STONE_STUDIO_4 {
    background: url(../img/SMALL_STONE_STUDIO_1.png) 0px -324px;
    width: 360px;
    height: 240px;
}

.SMALL_STONE_STUDIO_5 {
    background: url(../img/SMALL_STONE_STUDIO_1.png) 0px -432px;
    width: 360px;
    height: 240px;
}

.SMALL_STONE_STUDIO_6 {
    background: url(../img/SMALL_STONE_STUDIO_1.png) 0px -540px;
    width: 360px;
    height: 240px;
}



/* BIG_LWDO_Large_1bdr | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/BIG_LWDO_Large_1bdr.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.BIG_LWDO_Large_1bdr_1 {
    background: url(../img/BIG_LWDO_Large_1bdr_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_LWDO_Large_1bdr_2 {
    background: url(../img/BIG_LWDO_Large_1bdr_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_LWDO_Large_1bdr_3 {
    background: url(../img/BIG_LWDO_Large_1bdr_1.png) -410px -580px;
    width: 360px;
    height: 240px;
}

.BIG_LWDO_Large_1bdr_4 {
    background: url(../img/BIG_LWDO_Large_1bdr_1.png) -410px -870px;
    width: 360px;
    height: 240px;
}

.BIG_LWDO_Large_1bdr_5 {
    background: url(../img/BIG_LWDO_Large_1bdr_1.png) -410px -1160px;
    width: 360px;
    height: 240px;
}

.BIG_LWDO_Large_1bdr_6 {
    background: url(../img/BIG_LWDO_Large_1bdr_1.png) -410px -1450px;
    width: 360px;
    height: 240px;
}

.BIG_LWDO_Large_1bdr_7 {
    background: url(../img/BIG_LWDO_Large_1bdr_1.png) -410px -1740px;
    width: 360px;
    height: 240px;
}

.BIG_LWDO_Large_1bdr_8 {
    background: url(../img/BIG_LWDO_Large_1bdr_1.png) -820px 0;
    width: 360px;
    height: 240px;
}

.BIG_LWDO_Large_1bdr_9 {
    background: url(../img/BIG_LWDO_Large_1bdr_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}

.BIG_LWDO_Large_1bdr_10 {
    background: url(../img/BIG_LWDO_Large_1bdr_1.png) 0 -290px;
    width: 360px;
    height: 240px;
}

.BIG_LWDO_Large_1bdr_11 {
    background: url(../img/BIG_LWDO_Large_1bdr_1.png) 0 -580px;
    width: 360px;
    height: 240px;
}

.BIG_LWDO_Large_1bdr_12 {
    background: url(../img/BIG_LWDO_Large_1bdr_1.png) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_LWDO_Large_1bdr_13 {
    background: url(../img/BIG_LWDO_Large_1bdr_1.png) 0 -1160px;
    width: 360px;
    height: 240px;
}

.BIG_LWDO_Large_1bdr_14 {
    background: url(../img/BIG_LWDO_Large_1bdr_1.png) 0 -1450px;
    width: 360px;
    height: 240px;
}

.BIG_LWDO_Large_1bdr_15 {
    background: url(../img/BIG_LWDO_Large_1bdr_1.png) 0 -1740px;
    width: 360px;
    height: 240px;
}

.BIG_LWDO_Large_1bdr_16 {
    background: url(../img/BIG_LWDO_Large_1bdr_1.png) -410px 0;
    width: 360px;
    height: 240px;
}



/* BIG_LWRV_2bdr | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/BIG_LWRV_2bdr.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.BIG_LWRV_2bdr_1 {
    background: url(../img/BIG_LWRV_2bdr_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_LWRV_2bdr_2 {
    background: url(../img/BIG_LWRV_2bdr_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_LWRV_2bdr_3 {
    background: url(../img/BIG_LWRV_2bdr_1.png) -410px -580px;
    width: 360px;
    height: 240px;
}

.BIG_LWRV_2bdr_4 {
    background: url(../img/BIG_LWRV_2bdr_1.png) -410px -870px;
    width: 360px;
    height: 240px;
}

.BIG_LWRV_2bdr_5 {
    background: url(../img/BIG_LWRV_2bdr_1.png) -410px -1160px;
    width: 360px;
    height: 240px;
}

.BIG_LWRV_2bdr_6 {
    background: url(../img/BIG_LWRV_2bdr_1.png) -410px -1450px;
    width: 360px;
    height: 240px;
}

.BIG_LWRV_2bdr_7 {
    background: url(../img/BIG_LWRV_2bdr_1.png) -410px -1740px;
    width: 360px;
    height: 240px;
}

.BIG_LWRV_2bdr_8 {
    background: url(../img/BIG_LWRV_2bdr_1.png) -820px 0;
    width: 360px;
    height: 240px;
}

.BIG_LWRV_2bdr_9 {
    background: url(../img/BIG_LWRV_2bdr_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}

.BIG_LWRV_2bdr_10 {
    background: url(../img/BIG_LWRV_2bdr_1.png) 0 -290px;
    width: 360px;
    height: 240px;
}

.BIG_LWRV_2bdr_11 {
    background: url(../img/BIG_LWRV_2bdr_1.png) 0 -580px;
    width: 360px;
    height: 240px;
}

.BIG_LWRV_2bdr_12 {
    background: url(../img/BIG_LWRV_2bdr_1.png) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_LWRV_2bdr_13 {
    background: url(../img/BIG_LWRV_2bdr_1.png) 0 -1160px;
    width: 360px;
    height: 240px;
}

.BIG_LWRV_2bdr_14 {
    background: url(../img/BIG_LWRV_2bdr_1.png) 0 -1450px;
    width: 360px;
    height: 240px;
}

.BIG_LWRV_2bdr_15 {
    background: url(../img/BIG_LWRV_2bdr_1.png) 0 -1740px;
    width: 360px;
    height: 240px;
}

.BIG_LWRV_2bdr_16 {
    background: url(../img/BIG_LWRV_2bdr_1.png) -410px 0;
    width: 360px;
    height: 240px;
}



/* BIG_MV_2bdr_lockoff | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/BIG_MV_2bdr_lockoff.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.BIG_MV_2bdr_lockoff_1 {
    background: url(../img/BIG_MV_2bdr_lockoff_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_MV_2bdr_lockoff_2 {
    background: url(../img/BIG_MV_2bdr_lockoff_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_MV_2bdr_lockoff_3 {
    background: url(../img/BIG_MV_2bdr_lockoff_1.png) -410px -580px;
    width: 360px;
    height: 240px;
}

.BIG_MV_2bdr_lockoff_4 {
    background: url(../img/BIG_MV_2bdr_lockoff_1.png) -410px -870px;
    width: 360px;
    height: 240px;
}

.BIG_MV_2bdr_lockoff_5 {
    background: url(../img/BIG_MV_2bdr_lockoff_1.png) -410px -1160px;
    width: 360px;
    height: 240px;
}

.BIG_MV_2bdr_lockoff_6 {
    background: url(../img/BIG_MV_2bdr_lockoff_1.png) -410px -1450px;
    width: 360px;
    height: 240px;
}

.BIG_MV_2bdr_lockoff_7 {
    background: url(../img/BIG_MV_2bdr_lockoff_1.png) -410px -1740px;
    width: 360px;
    height: 240px;
}

.BIG_MV_2bdr_lockoff_8 {
    background: url(../img/BIG_MV_2bdr_lockoff_1.png) -820px 0;
    width: 360px;
    height: 240px;
}

.BIG_MV_2bdr_lockoff_9 {
    background: url(../img/BIG_MV_2bdr_lockoff_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}

.BIG_MV_2bdr_lockoff_10 {
    background: url(../img/BIG_MV_2bdr_lockoff_1.png) 0 -290px;
    width: 360px;
    height: 240px;
}

.BIG_MV_2bdr_lockoff_11 {
    background: url(../img/BIG_MV_2bdr_lockoff_1.png) 0 -580px;
    width: 360px;
    height: 240px;
}

.BIG_MV_2bdr_lockoff_12 {
    background: url(../img/BIG_MV_2bdr_lockoff_1.png) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_MV_2bdr_lockoff_13 {
    background: url(../img/BIG_MV_2bdr_lockoff_1.png) 0 -1160px;
    width: 360px;
    height: 240px;
}

.BIG_MV_2bdr_lockoff_14 {
    background: url(../img/BIG_MV_2bdr_lockoff_1.png) 0 -1450px;
    width: 360px;
    height: 240px;
}

.BIG_MV_2bdr_lockoff_15 {
    background: url(../img/BIG_MV_2bdr_lockoff_1.png) 0 -1740px;
    width: 360px;
    height: 240px;
}

.BIG_MV_2bdr_lockoff_16 {
    background: url(../img/BIG_MV_2bdr_lockoff_1.png) -410px 0;
    width: 360px;
    height: 240px;
}


/* BIG_MV_2bdr | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/BIG_MV_2bdr.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.BIG_MV_2bdr_1 {
    background: url(../img/BIG_MV_2bdr_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_MV_2bdr_2 {
    background: url(../img/BIG_MV_2bdr_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_MV_2bdr_3 {
    background: url(../img/BIG_MV_2bdr_1.png) -410px -580px;
    width: 360px;
    height: 240px;
}

.BIG_MV_2bdr_4 {
    background: url(../img/BIG_MV_2bdr_1.png) -410px -870px;
    width: 360px;
    height: 240px;
}

.BIG_MV_2bdr_5 {
    background: url(../img/BIG_MV_2bdr_1.png) -410px -1160px;
    width: 360px;
    height: 240px;
}

.BIG_MV_2bdr_6 {
    background: url(../img/BIG_MV_2bdr_1.png) -410px -1450px;
    width: 360px;
    height: 240px;
}

.BIG_MV_2bdr_7 {
    background: url(../img/BIG_MV_2bdr_1.png) -410px -1740px;
    width: 360px;
    height: 240px;
}

.BIG_MV_2bdr_8 {
    background: url(../img/BIG_MV_2bdr_1.png) -820px 0;
    width: 360px;
    height: 240px;
}

.BIG_MV_2bdr_9 {
    background: url(../img/BIG_MV_2bdr_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}

.BIG_MV_2bdr_10 {
    background: url(../img/BIG_MV_2bdr_1.png) 0 -290px;
    width: 360px;
    height: 240px;
}

.BIG_MV_2bdr_11 {
    background: url(../img/BIG_MV_2bdr_1.png) 0 -580px;
    width: 360px;
    height: 240px;
}

.BIG_MV_2bdr_12 {
    background: url(../img/BIG_MV_2bdr_1.png) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_MV_2bdr_13 {
    background: url(../img/BIG_MV_2bdr_1.png) 0 -1160px;
    width: 360px;
    height: 240px;
}

.BIG_MV_2bdr_14 {
    background: url(../img/BIG_MV_2bdr_1.png) 0 -1450px;
    width: 360px;
    height: 240px;
}

.BIG_MV_2bdr_15 {
    background: url(../img/BIG_MV_2bdr_1.png) 0 -1740px;
    width: 360px;
    height: 240px;
}

.BIG_MV_2bdr_16 {
    background: url(../img/BIG_MV_2bdr_1.png) -410px 0;
    width: 360px;
    height: 240px;
}


/* BIG_MV_3bdr | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/BIG_MV_3bdr.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.BIG_MV_3bdr_1 {
    background: url(../img/BIG_MV_3bdr_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_MV_3bdr_2 {
    background: url(../img/BIG_MV_3bdr_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_MV_3bdr_3 {
    background: url(../img/BIG_MV_3bdr_1.png) -410px -580px;
    width: 360px;
    height: 240px;
}

.BIG_MV_3bdr_4 {
    background: url(../img/BIG_MV_3bdr_1.png) -410px -870px;
    width: 360px;
    height: 240px;
}

.BIG_MV_3bdr_5 {
    background: url(../img/BIG_MV_3bdr_1.png) -410px -1160px;
    width: 360px;
    height: 240px;
}

.BIG_MV_3bdr_6 {
    background: url(../img/BIG_MV_3bdr_1.png) -410px -1450px;
    width: 360px;
    height: 240px;
}

.BIG_MV_3bdr_7 {
    background: url(../img/BIG_MV_3bdr_1.png) -410px -1740px;
    width: 360px;
    height: 240px;
}

.BIG_MV_3bdr_8 {
    background: url(../img/BIG_MV_3bdr_1.png) -820px 0;
    width: 360px;
    height: 240px;
}

.BIG_MV_3bdr_9 {
    background: url(../img/BIG_MV_3bdr_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}

.BIG_MV_3bdr_10 {
    background: url(../img/BIG_MV_3bdr_1.png) 0 -290px;
    width: 360px;
    height: 240px;
}

.BIG_MV_3bdr_11 {
    background: url(../img/BIG_MV_3bdr_1.png) 0 -580px;
    width: 360px;
    height: 240px;
}

.BIG_MV_3bdr_12 {
    background: url(../img/BIG_MV_3bdr_1.png) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_MV_3bdr_13 {
    background: url(../img/BIG_MV_3bdr_1.png) 0 -1160px;
    width: 360px;
    height: 240px;
}

.BIG_MV_3bdr_14 {
    background: url(../img/BIG_MV_3bdr_1.png) 0 -1450px;
    width: 360px;
    height: 240px;
}

.BIG_MV_3bdr_15 {
    background: url(../img/BIG_MV_3bdr_1.png) 0 -1740px;
    width: 360px;
    height: 240px;
}

.BIG_MV_3bdr_16 {
    background: url(../img/BIG_MV_3bdr_1.png) -410px 0;
    width: 360px;
    height: 240px;
}



/* BIG_MV_Large_1bdr | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/BIG_MV_Large_1bdr.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.BIG_MV_Large_1bdr_1 {
    background: url(../img/BIG_MV_Large_1bdr_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_MV_Large_1bdr_2 {
    background: url(../img/BIG_MV_Large_1bdr_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_MV_Large_1bdr_3 {
    background: url(../img/BIG_MV_Large_1bdr_1.png) -410px -580px;
    width: 360px;
    height: 240px;
}

.BIG_MV_Large_1bdr_4 {
    background: url(../img/BIG_MV_Large_1bdr_1.png) -410px -870px;
    width: 360px;
    height: 240px;
}

.BIG_MV_Large_1bdr_5 {
    background: url(../img/BIG_MV_Large_1bdr_1.png) -410px -1160px;
    width: 360px;
    height: 240px;
}

.BIG_MV_Large_1bdr_6 {
    background: url(../img/BIG_MV_Large_1bdr_1.png) -410px -1450px;
    width: 360px;
    height: 240px;
}

.BIG_MV_Large_1bdr_7 {
    background: url(../img/BIG_MV_Large_1bdr_1.png) -410px -1740px;
    width: 360px;
    height: 240px;
}

.BIG_MV_Large_1bdr_8 {
    background: url(../img/BIG_MV_Large_1bdr_1.png) -820px 0;
    width: 360px;
    height: 240px;
}

.BIG_MV_Large_1bdr_9 {
    background: url(../img/BIG_MV_Large_1bdr_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}

.BIG_MV_Large_1bdr_10 {
    background: url(../img/BIG_MV_Large_1bdr_1.png) 0 -290px;
    width: 360px;
    height: 240px;
}

.BIG_MV_Large_1bdr_11 {
    background: url(../img/BIG_MV_Large_1bdr_1.png) 0 -580px;
    width: 360px;
    height: 240px;
}

.BIG_MV_Large_1bdr_12 {
    background: url(../img/BIG_MV_Large_1bdr_1.png) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_MV_Large_1bdr_13 {
    background: url(../img/BIG_MV_Large_1bdr_1.png) 0 -1160px;
    width: 360px;
    height: 240px;
}

.BIG_MV_Large_1bdr_14 {
    background: url(../img/BIG_MV_Large_1bdr_1.png) 0 -1450px;
    width: 360px;
    height: 240px;
}

.BIG_MV_Large_1bdr_15 {
    background: url(../img/BIG_MV_Large_1bdr_1.png) 0 -1740px;
    width: 360px;
    height: 240px;
}

.BIG_MV_Large_1bdr_16 {
    background: url(../img/BIG_MV_Large_1bdr_1.png) -410px 0;
    width: 360px;
    height: 240px;
}



/* BIG_MV_Small_1bdr | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/BIG_MV_Small_1bdr.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.BIG_MV_Small_1bdr_1 {
    background: url(../img/BIG_MV_Small_1bdr_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_MV_Small_1bdr_2 {
    background: url(../img/BIG_MV_Small_1bdr_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_MV_Small_1bdr_3 {
    background: url(../img/BIG_MV_Small_1bdr_1.png) -410px -580px;
    width: 360px;
    height: 240px;
}

.BIG_MV_Small_1bdr_4 {
    background: url(../img/BIG_MV_Small_1bdr_1.png) -410px -870px;
    width: 360px;
    height: 240px;
}

.BIG_MV_Small_1bdr_5 {
    background: url(../img/BIG_MV_Small_1bdr_1.png) -410px -1160px;
    width: 360px;
    height: 240px;
}

.BIG_MV_Small_1bdr_6 {
    background: url(../img/BIG_MV_Small_1bdr_1.png) -410px -1450px;
    width: 360px;
    height: 240px;
}

.BIG_MV_Small_1bdr_7 {
    background: url(../img/BIG_MV_Small_1bdr_1.png) -410px -1740px;
    width: 360px;
    height: 240px;
}

.BIG_MV_Small_1bdr_8 {
    background: url(../img/BIG_MV_Small_1bdr_1.png) -820px 0;
    width: 360px;
    height: 240px;
}

.BIG_MV_Small_1bdr_9 {
    background: url(../img/BIG_MV_Small_1bdr_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}

.BIG_MV_Small_1bdr_10 {
    background: url(../img/BIG_MV_Small_1bdr_1.png) 0 -290px;
    width: 360px;
    height: 240px;
}

.BIG_MV_Small_1bdr_11 {
    background: url(../img/BIG_MV_Small_1bdr_1.png) 0 -580px;
    width: 360px;
    height: 240px;
}

.BIG_MV_Small_1bdr_12 {
    background: url(../img/BIG_MV_Small_1bdr_1.png) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_MV_Small_1bdr_13 {
    background: url(../img/BIG_MV_Small_1bdr_1.png) 0 -1160px;
    width: 360px;
    height: 240px;
}

.BIG_MV_Small_1bdr_14 {
    background: url(../img/BIG_MV_Small_1bdr_1.png) 0 -1450px;
    width: 360px;
    height: 240px;
}

.BIG_MV_Small_1bdr_15 {
    background: url(../img/BIG_MV_Small_1bdr_1.png) 0 -1740px;
    width: 360px;
    height: 240px;
}

.BIG_MV_Small_1bdr_16 {
    background: url(../img/BIG_MV_Small_1bdr_1.png) -410px 0;
    width: 360px;
    height: 240px;
}



/* BIG_VOG_2bdr | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/BIG_VOG_2bdr.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.BIG_VOG_2bdr_1 {
    background: url(../img/BIG_VOG_2bdr_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_VOG_2bdr_2 {
    background: url(../img/BIG_VOG_2bdr_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_2bdr_3 {
    background: url(../img/BIG_VOG_2bdr_1.png) -410px -580px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_2bdr_4 {
    background: url(../img/BIG_VOG_2bdr_1.png) -410px -870px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_2bdr_5 {
    background: url(../img/BIG_VOG_2bdr_1.png) -410px -1160px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_2bdr_6 {
    background: url(../img/BIG_VOG_2bdr_1.png) -410px -1450px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_2bdr_7 {
    background: url(../img/BIG_VOG_2bdr_1.png) -410px -1740px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_2bdr_8 {
    background: url(../img/BIG_VOG_2bdr_1.png) -820px 0;
    width: 360px;
    height: 240px;
}

.BIG_VOG_2bdr_9 {
    background: url(../img/BIG_VOG_2bdr_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_2bdr_10 {
    background: url(../img/BIG_VOG_2bdr_1.png) 0 -290px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_2bdr_11 {
    background: url(../img/BIG_VOG_2bdr_1.png) 0 -580px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_2bdr_12 {
    background: url(../img/BIG_VOG_2bdr_1.png) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_2bdr_13 {
    background: url(../img/BIG_VOG_2bdr_1.png) 0 -1160px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_2bdr_14 {
    background: url(../img/BIG_VOG_2bdr_1.png) 0 -1450px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_2bdr_15 {
    background: url(../img/BIG_VOG_2bdr_1.png) 0 -1740px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_2bdr_16 {
    background: url(../img/BIG_VOG_2bdr_1.png) -410px 0;
    width: 360px;
    height: 240px;
}



/* BIG_VOG_2bdrlockoff | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/BIG_VOG_2bdrlockoff.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.BIG_VOG_2bdrlockoff_1 {
    background: url(../img/BIG_VOG_2bdrlockoff_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_VOG_2bdrlockoff_2 {
    background: url(../img/BIG_VOG_2bdrlockoff_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_2bdrlockoff_3 {
    background: url(../img/BIG_VOG_2bdrlockoff_1.png) -410px -580px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_2bdrlockoff_4 {
    background: url(../img/BIG_VOG_2bdrlockoff_1.png) -410px -870px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_2bdrlockoff_5 {
    background: url(../img/BIG_VOG_2bdrlockoff_1.png) -410px -1160px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_2bdrlockoff_6 {
    background: url(../img/BIG_VOG_2bdrlockoff_1.png) -410px -1450px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_2bdrlockoff_7 {
    background: url(../img/BIG_VOG_2bdrlockoff_1.png) -410px -1740px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_2bdrlockoff_8 {
    background: url(../img/BIG_VOG_2bdrlockoff_1.png) -820px 0;
    width: 360px;
    height: 240px;
}

.BIG_VOG_2bdrlockoff_9 {
    background: url(../img/BIG_VOG_2bdrlockoff_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_2bdrlockoff_10 {
    background: url(../img/BIG_VOG_2bdrlockoff_1.png) 0 -290px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_2bdrlockoff_11 {
    background: url(../img/BIG_VOG_2bdrlockoff_1.png) 0 -580px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_2bdrlockoff_12 {
    background: url(../img/BIG_VOG_2bdrlockoff_1.png) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_2bdrlockoff_13 {
    background: url(../img/BIG_VOG_2bdrlockoff_1.png) 0 -1160px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_2bdrlockoff_14 {
    background: url(../img/BIG_VOG_2bdrlockoff_1.png) 0 -1450px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_2bdrlockoff_15 {
    background: url(../img/BIG_VOG_2bdrlockoff_1.png) 0 -1740px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_2bdrlockoff_16 {
    background: url(../img/BIG_VOG_2bdrlockoff_1.png) -410px 0;
    width: 360px;
    height: 240px;
}



/* BIG_VOG_Large1bdr | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/BIG_VOG_Large1bdr.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.BIG_VOG_Large_1bdr_1 {
    background: url(../img/BIG_VOG_Large1bdr_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_VOG_Large_1bdr_2 {
    background: url(../img/BIG_VOG_Large1bdr_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_Large_1bdr_3 {
    background: url(../img/BIG_VOG_Large1bdr_1.png) -410px -580px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_Large_1bdr_4 {
    background: url(../img/BIG_VOG_Large1bdr_1.png) -410px -870px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_Large_1bdr_5 {
    background: url(../img/BIG_VOG_Large1bdr_1.png) -410px -1160px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_Large_1bdr_6 {
    background: url(../img/BIG_VOG_Large1bdr_1.png) -410px -1450px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_Large_1bdr_7 {
    background: url(../img/BIG_VOG_Large1bdr_1.png) -410px -1740px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_Large_1bdr_8 {
    background: url(../img/BIG_VOG_Large1bdr_1.png) -820px 0;
    width: 360px;
    height: 240px;
}

.BIG_VOG_Large_1bdr_9 {
    background: url(../img/BIG_VOG_Large1bdr_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_Large_1bdr_10 {
    background: url(../img/BIG_VOG_Large1bdr_1.png) 0 -290px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_Large_1bdr_11 {
    background: url(../img/BIG_VOG_Large1bdr_1.png) 0 -580px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_Large_1bdr_12 {
    background: url(../img/BIG_VOG_Large1bdr_1.png) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_Large_1bdr_13 {
    background: url(../img/BIG_VOG_Large1bdr_1.png) 0 -1160px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_Large_1bdr_14 {
    background: url(../img/BIG_VOG_Large1bdr_1.png) 0 -1450px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_Large_1bdr_15 {
    background: url(../img/BIG_VOG_Large1bdr_1.png) 0 -1740px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_Large_1bdr_16 {
    background: url(../img/BIG_VOG_Large1bdr_1.png) -410px 0;
    width: 360px;
    height: 240px;
}



/* BIG_VOG_Small1bdr | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/BIG_VOG_Small1bdr.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.BIG_VOG_Small1bdr_1 {
    background: url(../img/BIG_VOG_Small1bdr_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_VOG_Small1bdr_2 {
    background: url(../img/BIG_VOG_Small1bdr_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_Small1bdr_3 {
    background: url(../img/BIG_VOG_Small1bdr_1.png) -410px -580px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_Small1bdr_4 {
    background: url(../img/BIG_VOG_Small1bdr_1.png) -410px -870px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_Small1bdr_5 {
    background: url(../img/BIG_VOG_Small1bdr_1.png) -410px -1160px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_Small1bdr_6 {
    background: url(../img/BIG_VOG_Small1bdr_1.png) -410px -1450px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_Small1bdr_7 {
    background: url(../img/BIG_VOG_Small1bdr_1.png) -410px -1740px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_Small1bdr_8 {
    background: url(../img/BIG_VOG_Small1bdr_1.png) -820px 0;
    width: 360px;
    height: 240px;
}

.BIG_VOG_Small1bdr_9 {
    background: url(../img/BIG_VOG_Small1bdr_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_Small1bdr_10 {
    background: url(../img/BIG_VOG_Small1bdr_1.png) 0 -290px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_Small1bdr_11 {
    background: url(../img/BIG_VOG_Small1bdr_1.png) 0 -580px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_Small1bdr_12 {
    background: url(../img/BIG_VOG_Small1bdr_1.png) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_Small1bdr_13 {
    background: url(../img/BIG_VOG_Small1bdr_1.png) 0 -1160px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_Small1bdr_14 {
    background: url(../img/BIG_VOG_Small1bdr_1.png) 0 -1450px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_Small1bdr_15 {
    background: url(../img/BIG_VOG_Small1bdr_1.png) 0 -1740px;
    width: 360px;
    height: 240px;
}

.BIG_VOG_Small1bdr_16 {
    background: url(../img/BIG_VOG_Small1bdr_1.png) -410px 0;
    width: 360px;
    height: 240px;
}

/* ###################################################### END BIG IMAGES #######################################################*/

/* BIG_TAHOE | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/BIG_TAHOE.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.BIG_TAHOE_1 {
    background: url(../img/BIG_TAHOE_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_TAHOE_10 {
    background: url(../img/BIG_TAHOE_1.png) 0 -290px;
    width: 360px;
    height: 240px;
}

.BIG_TAHOE_11 {
    background: url(../img/BIG_TAHOE_1.png) 0 -580px;
    width: 360px;
    height: 240px;
}

.BIG_TAHOE_12 {
    background: url(../img/BIG_TAHOE_1.png) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_TAHOE_13 {
    background: url(../img/BIG_TAHOE_1.png) 0 -1160px;
    width: 360px;
    height: 240px;
}

.BIG_TAHOE_14 {
    background: url(../img/BIG_TAHOE_1.png) 0 -1450px;
    width: 360px;
    height: 240px;
}

.BIG_TAHOE_15 {
    background: url(../img/BIG_TAHOE_1.png) 0 -1740px;
    width: 360px;
    height: 240px;
}

.BIG_TAHOE_16 {
    background: url(../img/BIG_TAHOE_1.png) -410px 0;
    width: 360px;
    height: 240px;
}

.BIG_TAHOE_2 {
    background: url(../img/BIG_TAHOE_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_TAHOE_3 {
    background: url(../img/BIG_TAHOE_1.png) -410px -580px;
    width: 360px;
    height: 240px;
}

.BIG_TAHOE_4 {
    background: url(../img/BIG_TAHOE_1.png) -410px -870px;
    width: 360px;
    height: 240px;
}

.BIG_TAHOE_5 {
    background: url(../img/BIG_TAHOE_1.png) -410px -1160px;
    width: 360px;
    height: 240px;
}

.BIG_TAHOE_6 {
    background: url(../img/BIG_TAHOE_1.png) -410px -1450px;
    width: 360px;
    height: 240px;
}

.BIG_TAHOE_7 {
    background: url(../img/BIG_TAHOE_1.png) -410px -1740px;
    width: 360px;
    height: 240px;
}

.BIG_TAHOE_8 {
    background: url(../img/BIG_TAHOE_1.png) -820px 0;
    width: 360px;
    height: 240px;
}

.BIG_TAHOE_9 {
    background: url(../img/BIG_TAHOE_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}


/* SMALL_TAHOE | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/SMALL_TAHOE.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.SMALL_TAHOE_1 {
    background: url(../img/SMALL_TAHOE_1.png) 0 0;
    width: 58px;
    height: 58px;
}

.SMALL_TAHOE_10 {
    background: url(../img/SMALL_TAHOE_1.png) 0 -108px;
    width: 58px;
    height: 58px;
}

.SMALL_TAHOE_11 {
    background: url(../img/SMALL_TAHOE_1.png) 0 -216px;
    width: 58px;
    height: 58px;
}

.SMALL_TAHOE_12 {
    background: url(../img/SMALL_TAHOE_1.png) 0 -324px;
    width: 58px;
    height: 58px;
}

.SMALL_TAHOE_13 {
    background: url(../img/SMALL_TAHOE_1.png) 0 -432px;
    width: 58px;
    height: 58px;
}

.SMALL_TAHOE_14 {
    background: url(../img/SMALL_TAHOE_1.png) 0 -540px;
    width: 58px;
    height: 58px;
}

.SMALL_TAHOE_15 {
    background: url(../img/SMALL_TAHOE_1.png) 0 -648px;
    width: 58px;
    height: 58px;
}

.SMALL_TAHOE_16 {
    background: url(../img/SMALL_TAHOE_1.png) 0 -756px;
    width: 58px;
    height: 58px;
}

.SMALL_TAHOE_2 {
    background: url(../img/SMALL_TAHOE_1.png) 0 -864px;
    width: 58px;
    height: 58px;
}

.SMALL_TAHOE_3 {
    background: url(../img/SMALL_TAHOE_1.png) 0 -972px;
    width: 58px;
    height: 58px;
}

.SMALL_TAHOE_4 {
    background: url(../img/SMALL_TAHOE_1.png) 0 -1080px;
    width: 58px;
    height: 58px;
}

.SMALL_TAHOE_5 {
    background: url(../img/SMALL_TAHOE_1.png) 0 -1188px;
    width: 58px;
    height: 58px;
}

.SMALL_TAHOE_6 {
    background: url(../img/SMALL_TAHOE_1.png) 0 -1296px;
    width: 58px;
    height: 58px;
}

.SMALL_TAHOE_7 {
    background: url(../img/SMALL_TAHOE_1.png) 0 -1404px;
    width: 58px;
    height: 58px;
}

.SMALL_TAHOE_8 {
    background: url(../img/SMALL_TAHOE_1.png) 0 -1512px;
    width: 58px;
    height: 58px;
}

.SMALL_TAHOE_9 {
    background: url(../img/SMALL_TAHOE_1.png) 0 -1620px;
    width: 58px;
    height: 58px;
}


/* DIFFERENT CSS FOR 2BDRL */
/* SMALL_TAHOE | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/SMALL_TAHOE.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.SMALL_TAHOE_L_1 {
    background: url(../img/SMALL_TAHOE_1.png) 0 0;
    width: 58px;
    height: 58px;
}

.SMALL_TAHOE_L_10 {
    background: url(../img/SMALL_TAHOE_1.png) 0 -108px;
    width: 58px;
    height: 58px;
}

.SMALL_TAHOE_L_11 {
    background: url(../img/SMALL_TAHOE_1.png) 0 -216px;
    width: 58px;
    height: 58px;
}

.SMALL_TAHOE_L_12 {
    background: url(../img/SMALL_TAHOE_1.png) 0 -324px;
    width: 58px;
    height: 58px;
}

.SMALL_TAHOE_L_13 {
    background: url(../img/SMALL_TAHOE_1.png) 0 -432px;
    width: 58px;
    height: 58px;
}

.SMALL_TAHOE_L_14 {
    background: url(../img/SMALL_TAHOE_1.png) 0 -540px;
    width: 58px;
    height: 58px;
}

.SMALL_TAHOE_L_15 {
    background: url(../img/SMALL_TAHOE_1.png) 0 -648px;
    width: 58px;
    height: 58px;
}

.SMALL_TAHOE_L_16 {
    background: url(../img/SMALL_TAHOE_1.png) 0 -756px;
    width: 58px;
    height: 58px;
}

.SMALL_TAHOE_L_2 {
    background: url(../img/SMALL_TAHOE_1.png) 0 -864px;
    width: 58px;
    height: 58px;
}

.SMALL_TAHOE_L_3 {
    background: url(../img/SMALL_TAHOE_1.png) 0 -972px;
    width: 58px;
    height: 58px;
}

.SMALL_TAHOE_L_4 {
    background: url(../img/SMALL_TAHOE_1.png) 0 -1080px;
    width: 58px;
    height: 58px;
}

.SMALL_TAHOE_L_5 {
    background: url(../img/SMALL_TAHOE_1.png) 0 -1188px;
    width: 58px;
    height: 58px;
    visibility: hidden;
}

.SMALL_TAHOE_L_6 {
    background: url(../img/SMALL_TAHOE_1.png) 0 -1296px;
    width: 58px;
    height: 58px;
}

.SMALL_TAHOE_L_7 {
    background: url(../img/SMALL_TAHOE_1.png) 0 -1404px;
    width: 58px;
    height: 58px;
}

.SMALL_TAHOE_L_8 {
    background: url(../img/SMALL_TAHOE_1.png) 0 -1512px;
    width: 58px;
    height: 58px;
}

.SMALL_TAHOE_L_9 {
    background: url(../img/SMALL_TAHOE_1.png) 0 -1620px;
    width: 58px;
    height: 58px;
    visibility: hidden;
}




/* ###################################################### END BIG IMAGES #######################################################*/
/*IMAGES FOR ONE VILLAGE PLACE (OVP) BIG IMAGES*/
/* BIG_OVP | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/BIG_TAHOE.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.BIG_OVP_1BDR_1 {
    background: url(../img/BIG_OVP_1BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_OVP_1BDR_10 {
    background: url(../img/BIG_OVP_1BDR_1.png) 0 -290px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_1BDR_11 {
    background: url(../img/BIG_OVP_1BDR_1.png) 0 -580px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_1BDR_12 {
    background: url(../img/BIG_OVP_1BDR_1.png) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_1BDR_13 {
    background: url(../img/BIG_OVP_1BDR_1.png) 0 -1160px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_1BDR_14 {
    background: url(../img/BIG_OVP_1BDR_1.png) 0 -1450px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_1BDR_15 {
    background: url(../img/BIG_OVP_1BDR_1.png) 0 -1740px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_1BDR_16 {
    background: url(../img/BIG_OVP_1BDR_1.png) -410px 0;
    width: 360px;
    height: 240px;
}

.BIG_OVP_1BDR_2 {
    background: url(../img/BIG_OVP_1BDR_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_1BDR_3 {
    background: url(../img/BIG_OVP_1BDR_1.png) -410px -580px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_1BDR_4 {
    background: url(../img/BIG_OVP_1BDR_1.png) -410px -870px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_1BDR_5 {
    background: url(../img/BIG_OVP_1BDR_1.png) -410px -1160px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_1BDR_6 {
    background: url(../img/BIG_OVP_1BDR_1.png) -410px -1450px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_1BDR_7 {
    background: url(../img/BIG_OVP_1BDR_1.png) -410px -1740px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_1BDR_8 {
    background: url(../img/BIG_OVP_1BDR_1.png) -820px 0;
    width: 360px;
    height: 240px;
}

.BIG_OVP_1BDR_9 {
    background: url(../img/BIG_OVP_1BDR_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}


.BIG_OVP_2BDR_1 {
    background: url(../img/BIG_OVP_2BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_OVP_2BDR_10 {
    background: url(../img/BIG_OVP_2BDR_1.png) 0 -290px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_2BDR_11 {
    background: url(../img/BIG_OVP_2BDR_1.png) 0 -580px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_2BDR_12 {
    background: url(../img/BIG_OVP_2BDR_1.png) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_2BDR_13 {
    background: url(../img/BIG_OVP_2BDR_1.png) 0 -1160px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_2BDR_14 {
    background: url(../img/BIG_OVP_2BDR_1.png) 0 -1450px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_2BDR_15 {
    background: url(../img/BIG_OVP_2BDR_1.png) 0 -1740px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_2BDR_16 {
    background: url(../img/BIG_OVP_2BDR_1.png) -410px 0;
    width: 360px;
    height: 240px;
}

.BIG_OVP_2BDR_2 {
    background: url(../img/BIG_OVP_2BDR_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_2BDR_3 {
    background: url(../img/BIG_OVP_2BDR_1.png) -410px -580px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_2BDR_4 {
    background: url(../img/BIG_OVP_2BDR_1.png) -410px -870px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_2BDR_5 {
    background: url(../img/BIG_OVP_2BDR_1.png) -410px -1160px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_2BDR_6 {
    background: url(../img/BIG_OVP_2BDR_1.png) -410px -1450px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_2BDR_7 {
    background: url(../img/BIG_OVP_2BDR_1.png) -410px -1740px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_2BDR_8 {
    background: url(../img/BIG_OVP_2BDR_1.png) -820px 0;
    width: 360px;
    height: 240px;
}

.BIG_OVP_2BDR_9 {
    background: url(../img/BIG_OVP_2BDR_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}


.BIG_OVP_3BDR_1 {
    background: url(../img/BIG_OVP_3BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_OVP_3BDR_10 {
    background: url(../img/BIG_OVP_3BDR_1.png) 0 -290px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_3BDR_11 {
    background: url(../img/BIG_OVP_3BDR_1.png) 0 -580px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_3BDR_12 {
    background: url(../img/BIG_OVP_3BDR_1.png) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_3BDR_13 {
    background: url(../img/BIG_OVP_3BDR_1.png) 0 -1160px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_3BDR_14 {
    background: url(../img/BIG_OVP_3BDR_1.png) 0 -1450px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_3BDR_15 {
    background: url(../img/BIG_OVP_3BDR_1.png) 0 -1740px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_3BDR_16 {
    background: url(../img/BIG_OVP_3BDR_1.png) -410px 0;
    width: 360px;
    height: 240px;
}

.BIG_OVP_3BDR_2 {
    background: url(../img/BIG_OVP_3BDR_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_3BDR_3 {
    background: url(../img/BIG_OVP_3BDR_1.png) -410px -580px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_3BDR_4 {
    background: url(../img/BIG_OVP_3BDR_1.png) -410px -870px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_3BDR_5 {
    background: url(../img/BIG_OVP_3BDR_1.png) -410px -1160px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_3BDR_6 {
    background: url(../img/BIG_OVP_3BDR_1.png) -410px -1450px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_3BDR_7 {
    background: url(../img/BIG_OVP_3BDR_1.png) -410px -1740px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_3BDR_8 {
    background: url(../img/BIG_OVP_3BDR_1.png) -820px 0;
    width: 360px;
    height: 240px;
}

.BIG_OVP_3BDR_9 {
    background: url(../img/BIG_OVP_3BDR_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}


.BIG_OVP_3BDRPlus_1 {
    background: url(../img/BIG_OVP_3BDRPlus_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_OVP_3BDRPlus_10 {
    background: url(../img/BIG_OVP_3BDRPlus_1.png) 0 -290px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_3BDRPlus_11 {
    background: url(../img/BIG_OVP_3BDRPlus_1.png) 0 -580px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_3BDRPlus_12 {
    background: url(../img/BIG_OVP_3BDRPlus_1.png) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_3BDRPlus_13 {
    background: url(../img/BIG_OVP_3BDRPlus_1.png) 0 -1160px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_3BDRPlus_14 {
    background: url(../img/BIG_OVP_3BDRPlus_1.png) 0 -1450px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_3BDRPlus_15 {
    background: url(../img/BIG_OVP_3BDRPlus_1.png) 0 -1740px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_3BDRPlus_16 {
    background: url(../img/BIG_OVP_3BDRPlus_1.png) -410px 0;
    width: 360px;
    height: 240px;
}

.BIG_OVP_3BDRPlus_2 {
    background: url(../img/BIG_OVP_3BDRPlus_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_3BDRPlus_3 {
    background: url(../img/BIG_OVP_3BDRPlus_1.png) -410px -580px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_3BDRPlus_4 {
    background: url(../img/BIG_OVP_3BDRPlus_1.png) -410px -870px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_3BDRPlus_5 {
    background: url(../img/BIG_OVP_3BDRPlus_1.png) -410px -1160px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_3BDRPlus_6 {
    background: url(../img/BIG_OVP_3BDRPlus_1.png) -410px -1450px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_3BDRPlus_7 {
    background: url(../img/BIG_OVP_3BDRPlus_1.png) -410px -1740px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_3BDRPlus_8 {
    background: url(../img/BIG_OVP_3BDRPlus_1.png) -820px 0;
    width: 360px;
    height: 240px;
}

.BIG_OVP_3BDRPlus_9 {
    background: url(../img/BIG_OVP_3BDRPlus_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}


.BIG_OVP_W2BDR_1 {
    background: url(../img/BIG_OVP_W2BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W2BDR_10 {
    background: url(../img/BIG_OVP_W2BDR_1.png) 0 -290px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W2BDR_11 {
    background: url(../img/BIG_OVP_W2BDR_1.png) 0 -580px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W2BDR_12 {
    background: url(../img/BIG_OVP_W2BDR_1.png) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W2BDR_13 {
    background: url(../img/BIG_OVP_W2BDR_1.png) 0 -1160px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W2BDR_14 {
    background: url(../img/BIG_OVP_W2BDR_1.png) 0 -1450px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W2BDR_15 {
    background: url(../img/BIG_OVP_W2BDR_1.png) 0 -1740px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W2BDR_16 {
    background: url(../img/BIG_OVP_W2BDR_1.png) -410px 0;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W2BDR_2 {
    background: url(../img/BIG_OVP_W2BDR_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W2BDR_3 {
    background: url(../img/BIG_OVP_W2BDR_1.png) -410px -580px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W2BDR_4 {
    background: url(../img/BIG_OVP_W2BDR_1.png) -410px -870px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W2BDR_5 {
    background: url(../img/BIG_OVP_W2BDR_1.png) -410px -1160px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W2BDR_6 {
    background: url(../img/BIG_OVP_W2BDR_1.png) -410px -1450px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W2BDR_7 {
    background: url(../img/BIG_OVP_W2BDR_1.png) -410px -1740px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W2BDR_8 {
    background: url(../img/BIG_OVP_W2BDR_1.png) -820px 0;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W2BDR_9 {
    background: url(../img/BIG_OVP_W2BDR_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}



.BIG_OVP_W3BDR_1 {
    background: url(../img/BIG_OVP_W3BDR_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W3BDR_10 {
    background: url(../img/BIG_OVP_W3BDR_1.png) 0 -290px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W3BDR_11 {
    background: url(../img/BIG_OVP_W3BDR_1.png) 0 -580px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W3BDR_12 {
    background: url(../img/BIG_OVP_W3BDR_1.png) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W3BDR_13 {
    background: url(../img/BIG_OVP_W3BDR_1.png) 0 -1160px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W3BDR_14 {
    background: url(../img/BIG_OVP_W3BDR_1.png) 0 -1450px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W3BDR_15 {
    background: url(../img/BIG_OVP_W3BDR_1.png) 0 -1740px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W3BDR_16 {
    background: url(../img/BIG_OVP_W3BDR_1.png) -410px 0;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W3BDR_2 {
    background: url(../img/BIG_OVP_W3BDR_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W3BDR_3 {
    background: url(../img/BIG_OVP_W3BDR_1.png) -410px -580px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W3BDR_4 {
    background: url(../img/BIG_OVP_W3BDR_1.png) -410px -870px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W3BDR_5 {
    background: url(../img/BIG_OVP_W3BDR_1.png) -410px -1160px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W3BDR_6 {
    background: url(../img/BIG_OVP_W3BDR_1.png) -410px -1450px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W3BDR_7 {
    background: url(../img/BIG_OVP_W3BDR_1.png) -410px -1740px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W3BDR_8 {
    background: url(../img/BIG_OVP_W3BDR_1.png) -820px 0;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W3BDR_9 {
    background: url(../img/BIG_OVP_W3BDR_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}






.BIG_OVP_W3BDRPlus_1 {
    background: url(../img/BIG_OVP_W3BDRPlus_1.png) 0 0;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W3BDRPlus_10 {
    background: url(../img/BIG_OVP_W3BDRPlus_1.png) 0 -290px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W3BDRPlus_11 {
    background: url(../img/BIG_OVP_W3BDRPlus_1.png) 0 -580px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W3BDRPlus_12 {
    background: url(../img/BIG_OVP_W3BDRPlus_1.png) 0 -870px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W3BDRPlus_13 {
    background: url(../img/BIG_OVP_W3BDRPlus_1.png) 0 -1160px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W3BDRPlus_14 {
    background: url(../img/BIG_OVP_W3BDRPlus_1.png) 0 -1450px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W3BDRPlus_15 {
    background: url(../img/BIG_OVP_W3BDRPlus_1.png) 0 -1740px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W3BDRPlus_16 {
    background: url(../img/BIG_OVP_W3BDRPlus_1.png) -410px 0;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W3BDRPlus_2 {
    background: url(../img/BIG_OVP_W3BDRPlus_1.png) -410px -290px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W3BDRPlus_3 {
    background: url(../img/BIG_OVP_W3BDRPlus_1.png) -410px -580px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W3BDRPlus_4 {
    background: url(../img/BIG_OVP_W3BDRPlus_1.png) -410px -870px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W3BDRPlus_5 {
    background: url(../img/BIG_OVP_W3BDRPlus_1.png) -410px -1160px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W3BDRPlus_6 {
    background: url(../img/BIG_OVP_W3BDRPlus_1.png) -410px -1450px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W3BDRPlus_7 {
    background: url(../img/BIG_OVP_W3BDRPlus_1.png) -410px -1740px;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W3BDRPlus_8 {
    background: url(../img/BIG_OVP_W3BDRPlus_1.png) -820px 0;
    width: 360px;
    height: 240px;
}

.BIG_OVP_W3BDRPlus_9 {
    background: url(../img/BIG_OVP_W3BDRPlus_1.png) -820px -290px;
    width: 360px;
    height: 240px;
}
/*IMAGES FOR ONE VILLAGE PLACE (OVP) SMALL IMAGES*/
/* SMALL_OVP | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/SMALL_OVP.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.SMALL_OVP_1BDR_1 {
    background: url(../img/SMALL_OVP_1BDR_1.png) 0 0;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_1BDR_10 {
    background: url(../img/SMALL_OVP_1BDR_1.png) 0 -108px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_1BDR_11 {
    background: url(../img/SMALL_OVP_1BDR_1.png) 0 -216px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_1BDR_12 {
    background: url(../img/SMALL_OVP_1BDR_1.png) 0 -324px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_1BDR_13 {
    background: url(../img/SMALL_OVP_1BDR_1.png) 0 -432px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_1BDR_14 {
    background: url(../img/SMALL_OVP_1BDR_1.png) 0 -540px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_1BDR_15 {
    background: url(../img/SMALL_OVP_1BDR_1.png) 0 -648px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_1BDR_16 {
    background: url(../img/SMALL_OVP_1BDR_1.png) 0 -756px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_1BDR_2 {
    background: url(../img/SMALL_OVP_1BDR_1.png) 0 -864px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_1BDR_3 {
    background: url(../img/SMALL_OVP_1BDR_1.png) 0 -972px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_1BDR_4 {
    background: url(../img/SMALL_OVP_1BDR_1.png) 0 -1080px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_1BDR_5 {
    background: url(../img/SMALL_OVP_1BDR_1.png) 0 -1188px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_1BDR_6 {
    background: url(../img/SMALL_OVP_1BDR_1.png) 0 -1296px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_1BDR_7 {
    background: url(../img/SMALL_OVP_1BDR_1.png) 0 -1404px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_1BDR_8 {
    background: url(../img/SMALL_OVP_1BDR_1.png) 0 -1512px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_1BDR_9 {
    background: url(../img/SMALL_OVP_1BDR_1.png) 0 -1620px;
    width: 58px;
    height: 58px;
}



.SMALL_OVP_2BDR_1 {
    background: url(../img/SMALL_OVP_2BDR_1.png) 0 0;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_2BDR_10 {
    background: url(../img/SMALL_OVP_2BDR_1.png) 0 -108px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_2BDR_11 {
    background: url(../img/SMALL_OVP_2BDR_1.png) 0 -216px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_2BDR_12 {
    background: url(../img/SMALL_OVP_2BDR_1.png) 0 -324px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_2BDR_13 {
    background: url(../img/SMALL_OVP_2BDR_1.png) 0 -432px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_2BDR_14 {
    background: url(../img/SMALL_OVP_2BDR_1.png) 0 -540px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_2BDR_15 {
    background: url(../img/SMALL_OVP_2BDR_1.png) 0 -648px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_2BDR_16 {
    background: url(../img/SMALL_OVP_2BDR_1.png) 0 -756px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_2BDR_2 {
    background: url(../img/SMALL_OVP_2BDR_1.png) 0 -864px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_2BDR_3 {
    background: url(../img/SMALL_OVP_2BDR_1.png) 0 -972px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_2BDR_4 {
    background: url(../img/SMALL_OVP_2BDR_1.png) 0 -1080px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_2BDR_5 {
    background: url(../img/SMALL_OVP_2BDR_1.png) 0 -1188px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_2BDR_6 {
    background: url(../img/SMALL_OVP_2BDR_1.png) 0 -1296px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_2BDR_7 {
    background: url(../img/SMALL_OVP_2BDR_1.png) 0 -1404px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_2BDR_8 {
    background: url(../img/SMALL_OVP_2BDR_1.png) 0 -1512px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_2BDR_9 {
    background: url(../img/SMALL_OVP_2BDR_1.png) 0 -1620px;
    width: 58px;
    height: 58px;
}



.SMALL_OVP_3BDR_1 {
    background: url(../img/SMALL_OVP_3BDR_1.png) 0 0;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_3BDR_10 {
    background: url(../img/SMALL_OVP_3BDR_1.png) 0 -108px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_3BDR_11 {
    background: url(../img/SMALL_OVP_3BDR_1.png) 0 -216px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_3BDR_12 {
    background: url(../img/SMALL_OVP_3BDR_1.png) 0 -324px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_3BDR_13 {
    background: url(../img/SMALL_OVP_3BDR_1.png) 0 -432px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_3BDR_14 {
    background: url(../img/SMALL_OVP_3BDR_1.png) 0 -540px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_3BDR_15 {
    background: url(../img/SMALL_OVP_3BDR_1.png) 0 -648px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_3BDR_16 {
    background: url(../img/SMALL_OVP_3BDR_1.png) 0 -756px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_3BDR_2 {
    background: url(../img/SMALL_OVP_3BDR_1.png) 0 -864px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_3BDR_3 {
    background: url(../img/SMALL_OVP_3BDR_1.png) 0 -972px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_3BDR_4 {
    background: url(../img/SMALL_OVP_3BDR_1.png) 0 -1080px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_3BDR_5 {
    background: url(../img/SMALL_OVP_3BDR_1.png) 0 -1188px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_3BDR_6 {
    background: url(../img/SMALL_OVP_3BDR_1.png) 0 -1296px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_3BDR_7 {
    background: url(../img/SMALL_OVP_3BDR_1.png) 0 -1404px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_3BDR_8 {
    background: url(../img/SMALL_OVP_3BDR_1.png) 0 -1512px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_3BDR_9 {
    background: url(../img/SMALL_OVP_3BDR_1.png) 0 -1620px;
    width: 58px;
    height: 58px;
}



.SMALL_OVP_3BDRPlus_1 {
    background: url(../img/SMALL_OVP_3BDRPlus_1.png) 0 0;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_3BDRPlus_10 {
    background: url(../img/SMALL_OVP_3BDRPlus_1.png) 0 -108px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_3BDRPlus_11 {
    background: url(../img/SMALL_OVP_3BDRPlus_1.png) 0 -216px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_3BDRPlus_12 {
    background: url(../img/SMALL_OVP_3BDRPlus_1.png) 0 -324px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_3BDRPlus_13 {
    background: url(../img/SMALL_OVP_3BDRPlus_1.png) 0 -432px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_3BDRPlus_14 {
    background: url(../img/SMALL_OVP_3BDRPlus_1.png) 0 -540px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_3BDRPlus_15 {
    background: url(../img/SMALL_OVP_3BDRPlus_1.png) 0 -648px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_3BDRPlus_16 {
    background: url(../img/SMALL_OVP_3BDRPlus_1.png) 0 -756px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_3BDRPlus_2 {
    background: url(../img/SMALL_OVP_3BDRPlus_1.png) 0 -864px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_3BDRPlus_3 {
    background: url(../img/SMALL_OVP_3BDRPlus_1.png) 0 -972px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_3BDRPlus_4 {
    background: url(../img/SMALL_OVP_3BDRPlus_1.png) 0 -1080px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_3BDRPlus_5 {
    background: url(../img/SMALL_OVP_3BDRPlus_1.png) 0 -1188px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_3BDRPlus_6 {
    background: url(../img/SMALL_OVP_3BDRPlus_1.png) 0 -1296px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_3BDRPlus_7 {
    background: url(../img/SMALL_OVP_3BDRPlus_1.png) 0 -1404px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_3BDRPlus_8 {
    background: url(../img/SMALL_OVP_3BDRPlus_1.png) 0 -1512px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_3BDRPlus_9 {
    background: url(../img/SMALL_OVP_3BDRPlus_1.png) 0 -1620px;
    width: 58px;
    height: 58px;
}



.SMALL_OVP_W2BDR_1 {
    background: url(../img/SMALL_OVP_W2BDR_1.png) 0 0;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_W2BDR_10 {
    background: url(../img/SMALL_OVP_W2BDR_1.png) 0 -108px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_W2BDR_11 {
    background: url(../img/SMALL_OVP_W2BDR_1.png) 0 -216px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_W2BDR_12 {
    background: url(../img/SMALL_OVP_W2BDR_1.png) 0 -324px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_W2BDR_13 {
    background: url(../img/SMALL_OVP_W2BDR_1.png) 0 -432px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_W2BDR_14 {
    background: url(../img/SMALL_OVP_W2BDR_1.png) 0 -540px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_W2BDR_15 {
    background: url(../img/SMALL_OVP_W2BDR_1.png) 0 -648px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_W2BDR_16 {
    background: url(../img/SMALL_OVP_W2BDR_1.png) 0 -756px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_W2BDR_2 {
    background: url(../img/SMALL_OVP_W2BDR_1.png) 0 -864px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_W2BDR_3 {
    background: url(../img/SMALL_OVP_W2BDR_1.png) 0 -972px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_W2BDR_4 {
    background: url(../img/SMALL_OVP_W2BDR_1.png) 0 -1080px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_W2BDR_5 {
    background: url(../img/SMALL_OVP_W2BDR_1.png) 0 -1188px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_W2BDR_6 {
    background: url(../img/SMALL_OVP_W2BDR_1.png) 0 -1296px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_W2BDR_7 {
    background: url(../img/SMALL_OVP_W2BDR_1.png) 0 -1404px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_W2BDR_8 {
    background: url(../img/SMALL_OVP_W2BDR_1.png) 0 -1512px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_W2BDR_9 {
    background: url(../img/SMALL_OVP_W2BDR_1.png) 0 -1620px;
    width: 58px;
    height: 58px;
}



.SMALL_OVP_W3BDR_1 {
    background: url(../img/SMALL_OVP_W3BDR_1.png) 0 0;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_W3BDR_10 {
    background: url(../img/SMALL_OVP_W3BDR_1.png) 0 -108px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_W3BDR_11 {
    background: url(../img/SMALL_OVP_W3BDR_1.png) 0 -216px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_W3BDR_12 {
    background: url(../img/SMALL_OVP_W3BDR_1.png) 0 -324px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_W3BDR_13 {
    background: url(../img/SMALL_OVP_W3BDR_1.png) 0 -432px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_W3BDR_14 {
    background: url(../img/SMALL_OVP_W3BDR_1.png) 0 -540px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_W3BDR_15 {
    background: url(../img/SMALL_OVP_W3BDR_1.png) 0 -648px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_W3BDR_16 {
    background: url(../img/SMALL_OVP_W3BDR_1.png) 0 -756px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_W3BDR_2 {
    background: url(../img/SMALL_OVP_W3BDR_1.png) 0 -864px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_W3BDR_3 {
    background: url(../img/SMALL_OVP_W3BDR_1.png) 0 -972px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_W3BDR_4 {
    background: url(../img/SMALL_OVP_W3BDR_1.png) 0 -1080px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_W3BDR_5 {
    background: url(../img/SMALL_OVP_W3BDR_1.png) 0 -1188px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_W3BDR_6 {
    background: url(../img/SMALL_OVP_W3BDR_1.png) 0 -1296px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_W3BDR_7 {
    background: url(../img/SMALL_OVP_W3BDR_1.png) 0 -1404px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_W3BDR_8 {
    background: url(../img/SMALL_OVP_W3BDR_1.png) 0 -1512px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_W3BDR_9 {
    background: url(../img/SMALL_OVP_W3BDR_1.png) 0 -1620px;
    width: 58px;
    height: 58px;
}



.SMALL_OVP_1 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_OVP.png?1) 0 0;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_10 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_OVP.png?1) 0 -108px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_11 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_OVP.png?1) 0 -216px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_12 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_OVP.png?1) 0 -324px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_13 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_OVP.png?1) 0 -432px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_14 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_OVP.png?1) 0 -540px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_15 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_OVP.png?1) 0 -648px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_16 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_OVP.png?1) 0 -756px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_2 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_OVP.png?1) 0 -864px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_3 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_OVP.png?1) 0 -972px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_4 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_OVP.png?1) 0 -1080px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_5 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_OVP.png?1) 0 -1188px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_6 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_OVP.png?1) 0 -1296px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_7 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_OVP.png?1) 0 -1404px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_8 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_OVP.png?1) 0 -1512px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_9 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_OVP.png?1) 0 -1620px;
    width: 58px;
    height: 58px;
}

/* DIFFERENT CSS FOR 2BDRL */
/*IMAGES FOR ONE VILLAGE PLACE (OVP) SMALL IMAGES*/
/* SMALL_OVP | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/SMALL_OVP.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.SMALL_OVP_L_1 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_OVP.png?1) 0 0;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_L_10 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_OVP.png?1) 0 -108px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_L_11 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_OVP.png?1) 0 -216px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_L_12 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_OVP.png?1) 0 -324px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_L_13 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_OVP.png?1) 0 -432px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_L_14 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_OVP.png?1) 0 -540px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_L_15 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_OVP.png?1) 0 -648px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_L_16 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_OVP.png?1) 0 -756px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_L_2 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_OVP.png?1) 0 -864px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_L_3 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_OVP.png?1) 0 -972px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_L_4 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_OVP.png?1) 0 -1080px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_L_5 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_OVP.png?1) 0 -1188px;
    width: 58px;
    height: 58px;
    visibility: hidden;
}

.SMALL_OVP_L_6 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_OVP.png?1) 0 -1296px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_L_7 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_OVP.png?1) 0 -1404px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_L_8 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_OVP.png?1) 0 -1512px;
    width: 58px;
    height: 58px;
}

.SMALL_OVP_L_9 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_OVP.png?1) 0 -1620px;
    width: 58px;
    height: 58px;
    visibility: hidden;
}




/* ####################################################### ROOM IMAGES #########################################################*/



/* BookingRoomTypes | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/BookingRoomTypes.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.trl_2blo, .BookingRoomTypes_Branson2BDRLockoff {
    background: url(../img/BookingRoomTypes_1.png) 0 0;
    width: 111px;
    height: 63px;
}

.trl_l1b, .BookingRoomTypes_BransonLarge1BDR {
    background: url(../img/BookingRoomTypes_1.png) -131px 0;
    width: 111px;
    height: 63px;
}

.trl_l2b, .BookingRoomTypes_BransonLarge1BDR {
    background: url(../img/BookingRoomTypes_1.png) -131px 0;
    width: 111px;
    height: 63px;
}

.trl_l3b, .BookingRoomTypes_BransonLarge1BDR {
    background: url(../img/BookingRoomTypes_1.png) -131px 0;
    width: 111px;
    height: 63px;
}

.trl_s1b, .BookingRoomTypes_BransonSmall1BDR {
    background: url(../img/BookingRoomTypes_1.png) -262px 0;
    width: 111px;
    height: 63px;
}


.trl_s2b, .BookingRoomTypes_BransonSmall1BDR {
    background: url(../img/BookingRoomTypes_1.png) -262px 0;
    width: 111px;
    height: 63px;
}


.trl_s3b, .BookingRoomTypes_BransonSmall1BDR {
    background: url(../img/BookingRoomTypes_1.png) -262px 0;
    width: 111px;
    height: 63px;
}

.cabo_2blo, .BookingRoomTypes_Cabo2BDRLockoff {
    background: url(../img/BookingRoomTypes_1.png) -393px 0;
    width: 111px;
    height: 63px;
}

.cabo_l1b, .BookingRoomTypes_CaboLarge1BDR {
    background: url(../img/BookingRoomTypes_1.png) -524px 0;
    width: 111px;
    height: 63px;
}

.cabo_pent, .BookingRoomTypes_CaboPenthouse {
    background: url(../img/BookingRoomTypes_1.png) -655px 0;
    width: 111px;
    height: 63px;
}

.cabo_s1b, .BookingRoomTypes_CaboSmall1BDR {
    background: url(../img/BookingRoomTypes_1.png) -786px 0;
    width: 111px;
    height: 63px;
}

.do_villas, .BookingRoomTypes_LWDOLarge1BDR {
    background: url(../img/BookingRoomTypes_1.png) -917px 0;
    width: 111px;
    height: 63px;
}

.lwrv_suite, .lwrv_villa, .BookingRoomTypes_LWRV2BDR {
    background: url(../img/BookingRoomTypes_1.png) -1048px 0;
    width: 111px;
    height: 63px;
}



.BRECKENRIDGE_2BDR {
    background: url(../img/BookingRoomTypesBreckenridge_1.png) 0 0;
    width: 111px;
    height: 63px;
}

.BRECKENRIDGE_1BDR {
    background: url(../img/BookingRoomTypesBreckenridge_1.png) -132px 0;
    width: 111px;
    height: 63px;
}

.BRECKENRIDGE_LOCKOFF {
    background: url(../img/BookingRoomTypesBreckenridge_1.png) -264px 0;
    width: 111px;
    height: 63px;
}

.BRECKENRIDGE_VILLA {
    background: url(../img/BookingRoomTypesBreckenridge_1.png) -132px 0;
    width: 111px;
    height: 63px;
}


.BRECKENRIDGE_VILLA-ADA {
    background: url(../img/BookingRoomTypesBreckenridge_1.png) -394px 0;
    width: 111px;
    height: 63px;
}




.BRECKENRIDGE_2BDR-ADA {
    background: url(../img/BookingRoomTypesBreckenridge_1.png) 0 0;
    width: 111px;
    height: 63px;
}

.BRECKENRIDGE_1BDR-ADA {
    background: url(../img/BookingRoomTypesBreckenridge_1.png) -132px 0;
    width: 111px;
    height: 63px;
}

.lwrv_suite, .lwrv_villa, .BookingRoomTypes_LWRV2BDR {
    background: url(../img/BookingRoomTypes_1.png) -1048px 0;
    width: 111px;
    height: 63px;
}


.mv_2blo, .BookingRoomTypes_MV2BDRLockoff {
    background: url(../img/BookingRoomTypes_1.png) -1179px 0;
    width: 111px;
    height: 63px;
}

.mv_l1b, .BookingRoomTypes_MVLarge1BDR {
    background: url(../img/BookingRoomTypes_1.png) -1310px 0;
    width: 111px;
    height: 63px;
}

.mv_2b, .BookingRoomTypes_MV2BDR {
    background: url(../img/mv_pool_1.jpg) 0 0;
    width: 111px;
    height: 63px;
}

.mv_3b, .BookingRoomTypes_MVL3BDR {
    background: url(../img/MV_Pool2_1.png) 0 0;
    width: 111px;
    height: 63px;
}

.mv_s1b, .BookingRoomTypes_MVSmall1BDR {
    background: url(../img/BookingRoomTypes_1.png) -1441px 0;
    width: 111px;
    height: 63px;
}

.vog_2blo, .BookingRoomTypes_VOG2BDRLockoff {
    background: url(../img/BookingRoomTypes_1.png) -1572px 0;
    width: 111px;
    height: 63px;
}

.vog_2b, .BookingRoomTypes_VOG2BDR {
    background: url(../img/BookingRoomTypes_1.png) -1703px 0;
    width: 111px;
    height: 63px;
}

.vog_l1b, .BookingRoomTypes_VOGLarge1BDR {
    background: url(../img/BookingRoomTypes_1.png) -1834px 0;
    width: 111px;
    height: 63px;
}

.vog_s1b, .BookingRoomTypes_VOGSmall1BDR {
    background: url(../img/BookingRoomTypes_1.png) -1965px 0;
    width: 111px;
    height: 63px;
}

.tahoe_stu, .BookingRoomTypes_LTSudio {
    background: url(../img/TAHOE_MAIN_1.png) 0 0;
    width: 111px;
    height: 63px;
}

.tahoe_2br, .BookingRoomTypes_LT2BDR {
    background: url(../img/TAHOE_MAIN_1.png) 0 -226px;
    width: 111px;
    height: 63px;
}

.tahoe_2brwd, .BookingRoomTypes_LT2BDRL {
    background: url(../img/TAHOE_MAIN_1.png) 0 0;
    width: 111px;
    height: 63px;
}

.tahoe_3br, .BookingRoomTypes_LT3BDR {
    background: url(../img/TAHOE_MAIN_1.png) 0 -113px;
    width: 111px;
    height: 63px;
}



/*One Village Place*/


.ovp_1br, .BookingRoomTypes_LTSudio {
    background: url(../img/OVP_MAIN_1BDR_1.png) 0 -226px;
    width: 111px;
    height: 63px;
}




.ovp_2br, .BookingRoomTypes_LT2BDR {
    background: url(../img/OVP_MAIN_2BDR_1.png) 0 -226px;
    width: 111px;
    height: 63px;
}
.ovp_3br, .BookingRoomTypes_LT3BDR {
    background: url(../img/OVP_MAIN_3BDR_1.png) 0 -226px;
    width: 111px;
    height: 63px;
}

.ovp_3brp, .BookingRoomTypes_LT3BDR {
    background: url(../img/OVP_MAIN_3BDRPlus_1.png) 0 -226px;
    width: 111px;
    height: 63px;
}


.ovp_2brwd, .BookingRoomTypes_LT2BDRL {
    background: url(../img/OVP_MAIN_W2BDR_1.png) 0 -226px;
    width: 111px;
    height: 63px;
}

.ovp_3brwd, .BookingRoomTypes_LT3BDR {
    background: url(../img/OVP_MAIN_W3BDR_1.png) 0 -226px;
    width: 111px;
    height: 63px;
}

.ovp_2brwd3, .BookingRoomTypes_LT2BDRL {
    background: url(../img/OVP_MAIN_W3BDRPlus_1.png) 0 -226px;
    width: 111px;
    height: 63px;
}



/*Collections Rooms Photos*/

.C_4A1BDR {background: url(../img/4A_1BDR_1.png) 0 -226px;width: 111px;height: 63px;}
.C_4A1BDRL {
    background: url(../img/4A_1BDRL_1.png) 0 -226px;
    width: 111px;
    height: 63px;
}

.C_4A2BDR {
    background: url(../img/4A_2BDR_1.png) 0 -226px;
    width: 111px;
    height: 63px;
}

.C_4AStudio {
    background: url(../img/4A_STUDIO_1.png) 0 -226px;
    width: 111px;
    height: 63px;
}
.C_4T1BDR {
    background: url(../img/4T_BDR_1.png) 0 -226px;
    width: 111px;
    height: 63px;
}
.C_4T2BDR {
    background: url(../img/4T_2BDR_1.png) 0 -226px;
    width: 111px;
    height: 63px;
}
.C_4TSTUDIO {
    background: url(../img/4T_STUDIO_1.png) 0 -226px;
    width: 111px;
    height: 63px;
}
.C_AR2BDR {
    background: url(../img/AR_1BDR_1.png) 0 0;
    width: 111px;
    height: 63px;
}
.C_CC1BDR {
    background: url(https://ownerslounge.welkresorts.com/img/CC1BDR.png?1) 0 -226px;
    width: 111px;
    height: 63px;
}
    .C_CC1BDR + Loft {
        background: url(https://ownerslounge.welkresorts.com/img/CC1BDR+Loft.png?1) 0 -226px;
        width: 111px;
        height: 63px;
    }
.C_CC4BDR {
    background: url(https://ownerslounge.welkresorts.com/img/CC4BDR.png?1) 0 -226px;
    width: 111px;
    height: 63px;
}
.C_DVCA1BDR {
    background: url(https://ownerslounge.welkresorts.com/img/DVCA1BDR.png?1) 0 -226px;
    width: 111px;
    height: 63px;
}
.C_DVCS1BDR {
    background: url(https://ownerslounge.welkresorts.com/img/DVCS1BDR.png?1) 0 -226px;
    width: 111px;
    height: 63px;
}
.C_DVCS2BDR {
    background: url(https://ownerslounge.welkresorts.com/img/DVCS2BDR.png?1) 0 -226px;
    width: 111px;
    height: 63px;
}
.C_DVCSSTUDIO {
    background: url(https://ownerslounge.welkresorts.com/img/DVCSSTUDIO.png?1) 0 -226px;
    width: 111px;
    height: 63px;
}
.C_EC2BDR {
    background: url(../img/EC_1BDR_1.png) 0 0px;
    width: 111px;
    height: 63px;
}

.C_PK1BDR {
    background: url(../img/PK_1BDR_1.png) 0 0px;
    width: 111px;
    height: 63px;
}

.C_PK2BDR {
    background: url(../img/PK_1BDR_1.png) 0 0px;
    width: 111px;
    height: 63px;
}

.C_PKMINI {
    background: url(../img/PK_1BDR_1.png) 0 0px;
    width: 111px;
    height: 63px;
}


.C_FP1BDR {
    background: url(../img/FC_1BDR_1.png) 0 0px;
    width: 111px;
    height: 63px;
}

.C_FP2BDR {
    background: url(../img/FC_1BDR_1.png) 0 -226px;
    width: 111px;
    height: 63px;
}

.C_FP3BDR {
    background: url(../img/FC_1BDR_1.png) 0 -452px;
    width: 111px;
    height: 63px;
}
.C_FP3BDR {
    background: url(../img/FC_1BDR_1.png) 0 0px;
    width: 111px;
    height: 63px;
}


.C_FPSTUDIO {
    background: url(../img/FC_STUDIO_1.png) 0 0px;
    width: 111px;
    height: 63px;
}


.C_EL2BDR {
    background: url(../img/EL_2BDR_1.png) 0 -226px;
    width: 111px;
    height: 63px;
}
.C_EL2BDRL {background: url(../img/EL_2BDRL_1.png) 0 -226px;width: 111px;height: 63px;}


.C_PM1BDRM1BATH {
    background: url(../img/PM1BDRM1BATH_1.png) 0 -226px;
    width: 111px;
    height: 63px;
}
.C_PM1BDRM2BATH {
    background: url(https://ownerslounge.welkresorts.com/img/PM1BDRM2BATH.png?1) 0 -226px;
    width: 111px;
    height: 63px;
}
.C_PM2BDRM {
    background: url(https://ownerslounge.welkresorts.com/img/PM2BDRM.png?1) 0 -226px;
    width: 111px;
    height: 63px;
}
.C_PMDeluxeLodge {
    background: url(../img/PMDeluxeLodge_1.png) 0 -226px;
    width: 111px;
    height: 63px;
}
.C_PMJrSuite {
    background: url(../img/PMJrSuite_1.png) 0 -226px;
    width: 111px;
    height: 63px;
}
.C_PMPRESSUITE {
    background: url(https://ownerslounge.welkresorts.com/img/PMPRESSUITE.png?1) 0 -226px;
    width: 111px;
    height: 63px;
}
.C_PMSmallLodge {
    background: url(../img/PMSmallLodge_1.png) 0 -226px;
    width: 111px;
    height: 63px;
}
.C_RL1BDR {
    background: url(../img/RL_1BDRL_1.png) 0 -226px;
    width: 111px;
    height: 63px;
}
.C_RL1BDRL {
    background: url(../img/RL_1BDRL_1.png) 0 -226px;
    width: 111px;
    height: 63px;
}
.C_RLSTUDIO {
    background: url(../img/RL_1BDRL_1.png) 0 -226px;
    width: 111px;
    height: 63px;
}
.C_RS1BDR {
    background: url(../img/RS1BDR_1.png) 0 0;
    width: 111px;
    height: 63px;
}
.C_RSSTUDIO {
    background: url(../img/RS1BDR_1.png) 0 0;
    width: 111px;
    height: 63px;
}
.C_SR1BDRL {
    background: url(../img/SR_1BDR_1.png) 0 0px;
    width: 111px;
    height: 63px;
}
.C_SR1BDRS {
    background: url(../img/SR_1BDR_1.png) 0 0px;
    width: 111px;
    height: 63px;
}
.C_SR2BDR {
    background: url(../img/SR_1BDR_1.png) 0 0px;
    width: 111px;
    height: 63px;
}
.C_SRSTUDIO {
    background: url(../img/SR_1BDR_1.png) 0 0px;
    width: 111px;
    height: 63px;
}
.C_VC2BDL {
    background: url(../img/CR2BDR_1.PNG) 0 0px;
    width: 111px;
    height: 63px;
}

/*Breckenridge*/
.SMALL_BRECKENRIDGE_1BDR {
    background: url(../img/SMALL_BRECKENRIDGE_1BDR_1.png) 0px 0;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_2BDR {
    background: url(../img/SMALL_BRECKENRIDGE_2BDR_1.png) 0px 0;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_VILLA {
    background: url(../img/SMALL_BRECKENRIDGE_VILLA_1.png) 0px 0;
    width: 360px;
    height: 240px;
}

.SMALL_BRECKENRIDGE_LOCKOFF {
    background: url(../img/SMALL_BRECKENRIDGE_LOCKOFF_1.png) 0px 0;
    width: 360px;
    height: 240px;
}

/*

    .lwrv_villa { background-image:url(../img/lwrv_villa.jpg)}
    .lwrv_suite { background-image:url(../img/lwrv_suite.jpg)}
    .do_villas { background-image:url(../img/do_villas.jpg)}
    .vog_2b{background-image:url(../img/vog_2b.jpg)}/* 2brdm * / 
    .vog_l1b{background-image:url(../img/vog_l1b.jpg)}/* 1 bdrm * / 
    .vog_s1b{background-image:url(../img/vog_s1b.jpg)}/* 1 small bdrm * / 
    .vog_2blo{background-image:url(../img/vog_2blo.jpg)}/* 2 bdrm block off * / 
    .trl_l1b{background-image:url(../img/trl_l1b.jpg)}/* 1 bdrm * / 
    .trl_s1b{background-image:url(../img/trl_s1b.jpg)}/* 1 small bdrm * / 
    .trl_2blo{background-image:url(../img/trl_2blo.jpg)}/* 2 bdrm block off * / 
    .cabo_l1b{background-image:url(../img/cabo_l1b.jpg)}/* 1 bdrm * / 
    .cabo_s1b{background-image:url(../img/cabo_s1b.jpg)}/* 1 small bdrm * / 
    .cabo_2blo{background-image:url(../img/cabo_2blo.jpg)}/* 2 bdrm block off * / 
    .cabo_pent{background-image:url(../img/cabo_pent.jpg)}/* Penthouse * /
    .mv_l1b {    }
    .mv_s1b {    }

    */
/* ###################################################### END ROOM IMAGES ######################################################*/


/* ####################################################### SMALL IMAGES ########################################################*/



/* SMALL_Branson_2bdr_lockoff | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/SMALL_Branson_2bdr_lockoff.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.SMALL_Branson_2bdr_lockoff_1 {
    background: url(../img/SMALL_Branson_2bdr_lockoff_1.png) 0 0;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_2bdr_lockoff_2 {
    background: url(../img/SMALL_Branson_2bdr_lockoff_1.png) 0 -864px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_2bdr_lockoff_3 {
    background: url(../img/SMALL_Branson_2bdr_lockoff_1.png) 0 -972px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_2bdr_lockoff_4 {
    background: url(../img/SMALL_Branson_2bdr_lockoff_1.png) 0 -1080px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_2bdr_lockoff_5 {
    background: url(../img/SMALL_Branson_2bdr_lockoff_1.png) 0 -1188px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_2bdr_lockoff_6 {
    background: url(../img/SMALL_Branson_2bdr_lockoff_1.png) 0 -1296px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_2bdr_lockoff_7 {
    background: url(../img/SMALL_Branson_2bdr_lockoff_1.png) 0 -1404px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_2bdr_lockoff_8 {
    background: url(../img/SMALL_Branson_2bdr_lockoff_1.png) 0 -1512px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_2bdr_lockoff_9 {
    background: url(../img/SMALL_Branson_2bdr_lockoff_1.png) 0 -1620px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_2bdr_lockoff_10 {
    background: url(../img/SMALL_Branson_2bdr_lockoff_1.png) 0 -108px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_2bdr_lockoff_11 {
    background: url(../img/SMALL_Branson_2bdr_lockoff_1.png) 0 -216px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_2bdr_lockoff_12 {
    background: url(../img/SMALL_Branson_2bdr_lockoff_1.png) 0 -324px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_2bdr_lockoff_13 {
    background: url(../img/SMALL_Branson_2bdr_lockoff_1.png) 0 -432px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_2bdr_lockoff_14 {
    background: url(../img/SMALL_Branson_2bdr_lockoff_1.png) 0 -540px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_2bdr_lockoff_15 {
    background: url(../img/SMALL_Branson_2bdr_lockoff_1.png) 0 -648px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_2bdr_lockoff_16 {
    background: url(../img/SMALL_Branson_2bdr_lockoff_1.png) 0 -756px;
    width: 58px;
    height: 58px;
}



/* SMALL_Branson_Large_1bdr | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/SMALL_Branson_Large_1bdr.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.SMALL_Branson_Large_1bdr_1 {
    background: url(../img/SMALL_Branson_Large_1bdr_3.png) 0 0;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_Large_1bdr_2 {
    background: url(../img/SMALL_Branson_Large_1bdr_3.png) 0 -864px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_Large_1bdr_3 {
    background: url(../img/SMALL_Branson_Large_1bdr_3.png) 0 -972px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_Large_1bdr_4 {
    background: url(../img/SMALL_Branson_Large_1bdr_3.png) 0 -1080px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_Large_1bdr_5 {
    background: url(../img/SMALL_Branson_Large_1bdr_3.png) 0 -1188px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_Large_1bdr_6 {
    background: url(../img/SMALL_Branson_Large_1bdr_3.png) 0 -1296px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_Large_1bdr_7 {
    background: url(../img/SMALL_Branson_Large_1bdr_3.png) 0 -1404px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_Large_1bdr_8 {
    background: url(../img/SMALL_Branson_Large_1bdr_3.png) 0 -1512px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_Large_1bdr_9 {
    background: url(../img/SMALL_Branson_Large_1bdr_3.png) 0 -1620px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_Large_1bdr_10 {
    background: url(../img/SMALL_Branson_Large_1bdr_3.png) 0 -108px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_Large_1bdr_11 {
    background: url(../img/SMALL_Branson_Large_1bdr_3.png) 0 -216px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_Large_1bdr_12 {
    background: url(../img/SMALL_Branson_Large_1bdr_3.png) 0 -324px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_Large_1bdr_13 {
    background: url(../img/SMALL_Branson_Large_1bdr_3.png) 0 -432px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_Large_1bdr_14 {
    background: url(../img/SMALL_Branson_Large_1bdr_3.png) 0 -540px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_Large_1bdr_15 {
    background: url(../img/SMALL_Branson_Large_1bdr_3.png) 0 -648px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_Large_1bdr_16 {
    background: url(../img/SMALL_Branson_Large_1bdr_3.png) 0 -756px;
    width: 58px;
    height: 58px;
}



/* BIG_Branson_2bdr.png | Confirmation Booking Modal | #container li {
    background: url(https://ownerslounge.welkresorts.com/Content/BIG_Branson_2bdr.png.png?1) no-repeat top left;
}

----------------------------------------------------- */ 

.SMALL_Branson_2bdr_1 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_Branson_2bdr.png?3) 0 0;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_2bdr_2 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_Branson_2bdr.png?3) 0 -864px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_2bdr_3 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_Branson_2bdr.png?3) 0 -972px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_2bdr_4 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_Branson_2bdr.png?3) 0 -1080px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_2bdr_5 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_Branson_2bdr.png?3) 0 -1188px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_2bdr_6 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_Branson_2bdr.png?3) 0 -1296px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_2bdr_7 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_Branson_2bdr.png?3) 0 -1404px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_2bdr_8 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_Branson_2bdr.png?3) 0 -1512px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_2bdr_9 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_Branson_2bdr.png?3) 0 -1620px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_2bdr_10 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_Branson_2bdr.png?3) 0 -108px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_2bdr_11 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_Branson_2bdr.png?3) 0 -216px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_2bdr_12 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_Branson_2bdr.png?3) 0 -324px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_2bdr_13 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_Branson_2bdr.png?3) 0 -432px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_2bdr_14 {
    background: url(https://ownerslounge.welkresorts.com/img/SMALL_Branson_2bdr.png?3) 0 -540px;
    width: 58px;
    height: 58px;
}



/* SMALL_Branson_Small_1bdr | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/SMALL_Branson_Small_1bdr.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.SMALL_Branson_Small_1bdr_1 {
    background: url(../img/SMALL_Branson_Small_1bdr_1.png) 0 0;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_Small_1bdr_2 {
    background: url(../img/SMALL_Branson_Small_1bdr_1.png) 0 -864px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_Small_1bdr_3 {
    background: url(../img/SMALL_Branson_Small_1bdr_1.png) 0 -972px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_Small_1bdr_4 {
    background: url(../img/SMALL_Branson_Small_1bdr_1.png) 0 -1080px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_Small_1bdr_5 {
    background: url(../img/SMALL_Branson_Small_1bdr_1.png) 0 -1188px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_Small_1bdr_6 {
    background: url(../img/SMALL_Branson_Small_1bdr_1.png) 0 -1296px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_Small_1bdr_7 {
    background: url(../img/SMALL_Branson_Small_1bdr_1.png) 0 -1404px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_Small_1bdr_8 {
    background: url(../img/SMALL_Branson_Small_1bdr_1.png) 0 -1512px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_Small_1bdr_9 {
    background: url(../img/SMALL_Branson_Small_1bdr_1.png) 0 -1620px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_Small_1bdr_10 {
    background: url(../img/SMALL_Branson_Small_1bdr_1.png) 0 -108px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_Small_1bdr_11 {
    background: url(../img/SMALL_Branson_Small_1bdr_1.png) 0 -216px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_Small_1bdr_12 {
    background: url(../img/SMALL_Branson_Small_1bdr_1.png) 0 -324px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_Small_1bdr_13 {
    background: url(../img/SMALL_Branson_Small_1bdr_1.png) 0 -432px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_Small_1bdr_14 {
    background: url(../img/SMALL_Branson_Small_1bdr_1.png) 0 -540px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_Small_1bdr_15 {
    background: url(../img/SMALL_Branson_Small_1bdr_1.png) 0 -648px;
    width: 58px;
    height: 58px;
}

.SMALL_Branson_Small_1bdr_16 {
    background: url(../img/SMALL_Branson_Small_1bdr_1.png) 0 -756px;
    width: 58px;
    height: 58px;
}



/* SMALL_Cabo_2bdr_lockoff | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/SMALL_Cabo_2bdr_lockoff.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.SMALL_Cabo_2_bdr_lockoff_1 {
    background: url(../img/SMALL_Cabo_2bdr_lockoff_1.png) 0 0;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_2_bdr_lockoff_2 {
    background: url(../img/SMALL_Cabo_2bdr_lockoff_1.png) 0 -864px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_2_bdr_lockoff_3 {
    background: url(../img/SMALL_Cabo_2bdr_lockoff_1.png) 0 -972px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_2_bdr_lockoff_4 {
    background: url(../img/SMALL_Cabo_2bdr_lockoff_1.png) 0 -1080px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_2_bdr_lockoff_5 {
    background: url(../img/SMALL_Cabo_2bdr_lockoff_1.png) 0 -1188px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_2_bdr_lockoff_6 {
    background: url(../img/SMALL_Cabo_2bdr_lockoff_1.png) 0 -1296px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_2_bdr_lockoff_7 {
    background: url(../img/SMALL_Cabo_2bdr_lockoff_1.png) 0 -1404px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_2_bdr_lockoff_8 {
    background: url(../img/SMALL_Cabo_2bdr_lockoff_1.png) 0 -1512px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_2_bdr_lockoff_9 {
    background: url(../img/SMALL_Cabo_2bdr_lockoff_1.png) 0 -1620px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_2_bdr_lockoff_10 {
    background: url(../img/SMALL_Cabo_2bdr_lockoff_1.png) 0 -108px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_2_bdr_lockoff_11 {
    background: url(../img/SMALL_Cabo_2bdr_lockoff_1.png) 0 -216px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_2_bdr_lockoff_12 {
    background: url(../img/SMALL_Cabo_2bdr_lockoff_1.png) 0 -324px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_2_bdr_lockoff_13 {
    background: url(../img/SMALL_Cabo_2bdr_lockoff_1.png) 0 -432px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_2_bdr_lockoff_14 {
    background: url(../img/SMALL_Cabo_2bdr_lockoff_1.png) 0 -540px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_2_bdr_lockoff_15 {
    background: url(../img/SMALL_Cabo_2bdr_lockoff_1.png) 0 -648px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_2_bdr_lockoff_16 {
    background: url(../img/SMALL_Cabo_2bdr_lockoff_1.png) 0 -756px;
    width: 58px;
    height: 58px;
}



/* SMALL_Cabo_Large_1bdr | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/SMALL_Cabo_Large_1bdr.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.SMALL_Cabo_Large_1bdr_1 {
    background: url(../img/SMALL_Cabo_Large_1bdr_1.png) 0 0;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Large_1bdr_2 {
    background: url(../img/SMALL_Cabo_Large_1bdr_1.png) 0 -864px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Large_1bdr_3 {
    background: url(../img/SMALL_Cabo_Large_1bdr_1.png) 0 -972px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Large_1bdr_4 {
    background: url(../img/SMALL_Cabo_Large_1bdr_1.png) 0 -1080px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Large_1bdr_5 {
    background: url(../img/SMALL_Cabo_Large_1bdr_1.png) 0 -1188px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Large_1bdr_6 {
    background: url(../img/SMALL_Cabo_Large_1bdr_1.png) 0 -1296px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Large_1bdr_7 {
    background: url(../img/SMALL_Cabo_Large_1bdr_1.png) 0 -1404px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Large_1bdr_8 {
    background: url(../img/SMALL_Cabo_Large_1bdr_1.png) 0 -1512px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Large_1bdr_9 {
    background: url(../img/SMALL_Cabo_Large_1bdr_1.png) 0 -1620px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Large_1bdr_10 {
    background: url(../img/SMALL_Cabo_Large_1bdr_1.png) 0 -108px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Large_1bdr_11 {
    background: url(../img/SMALL_Cabo_Large_1bdr_1.png) 0 -216px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Large_1bdr_12 {
    background: url(../img/SMALL_Cabo_Large_1bdr_1.png) 0 -324px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Large_1bdr_13 {
    background: url(../img/SMALL_Cabo_Large_1bdr_1.png) 0 -432px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Large_1bdr_14 {
    background: url(../img/SMALL_Cabo_Large_1bdr_1.png) 0 -540px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Large_1bdr_15 {
    background: url(../img/SMALL_Cabo_Large_1bdr_1.png) 0 -648px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Large_1bdr_16 {
    background: url(../img/SMALL_Cabo_Large_1bdr_1.png) 0 -756px;
    width: 58px;
    height: 58px;
}



/* SMALL_Cabo_Penthouse | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/SMALL_Cabo_Penthouse.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.SMALL_Cabo_Penthouse_1 {
    background: url(../img/SMALL_Cabo_Penthouse_1.png) 0 0;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Penthouse_2 {
    background: url(../img/SMALL_Cabo_Penthouse_1.png) 0 -864px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Penthouse_3 {
    background: url(../img/SMALL_Cabo_Penthouse_1.png) 0 -972px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Penthouse_4 {
    background: url(../img/SMALL_Cabo_Penthouse_1.png) 0 -1080px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Penthouse_5 {
    background: url(../img/SMALL_Cabo_Penthouse_1.png) 0 -1188px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Penthouse_6 {
    background: url(../img/SMALL_Cabo_Penthouse_1.png) 0 -1296px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Penthouse_7 {
    background: url(../img/SMALL_Cabo_Penthouse_1.png) 0 -1404px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Penthouse_8 {
    background: url(../img/SMALL_Cabo_Penthouse_1.png) 0 -1512px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Penthouse_9 {
    background: url(../img/SMALL_Cabo_Penthouse_1.png) 0 -1620px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Penthouse_10 {
    background: url(../img/SMALL_Cabo_Penthouse_1.png) 0 -108px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Penthouse_11 {
    background: url(../img/SMALL_Cabo_Penthouse_1.png) 0 -216px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Penthouse_12 {
    background: url(../img/SMALL_Cabo_Penthouse_1.png) 0 -324px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Penthouse_13 {
    background: url(../img/SMALL_Cabo_Penthouse_1.png) 0 -432px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Penthouse_14 {
    background: url(../img/SMALL_Cabo_Penthouse_1.png) 0 -540px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Penthouse_15 {
    background: url(../img/SMALL_Cabo_Penthouse_1.png) 0 -648px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Penthouse_16 {
    background: url(../img/SMALL_Cabo_Penthouse_1.png) 0 -756px;
    width: 58px;
    height: 58px;
}



/* SMALL_Cabo_Small_1bdr | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/SMALL_Cabo_Small_1bdr.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.SMALL_Cabo_Small_1bdr_1 {
    background: url(../img/SMALL_Cabo_Small_1bdr_1.png) 0 0;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Small_1bdr_2 {
    background: url(../img/SMALL_Cabo_Small_1bdr_1.png) 0 -864px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Small_1bdr_3 {
    background: url(../img/SMALL_Cabo_Small_1bdr_1.png) 0 -972px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Small_1bdr_4 {
    background: url(../img/SMALL_Cabo_Small_1bdr_1.png) 0 -1080px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Small_1bdr_5 {
    background: url(../img/SMALL_Cabo_Small_1bdr_1.png) 0 -1188px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Small_1bdr_6 {
    background: url(../img/SMALL_Cabo_Small_1bdr_1.png) 0 -1296px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Small_1bdr_7 {
    background: url(../img/SMALL_Cabo_Small_1bdr_1.png) 0 -1404px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Small_1bdr_8 {
    background: url(../img/SMALL_Cabo_Small_1bdr_1.png) 0 -1512px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Small_1bdr_9 {
    background: url(../img/SMALL_Cabo_Small_1bdr_1.png) 0 -1620px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Small_1bdr_10 {
    background: url(../img/SMALL_Cabo_Small_1bdr_1.png) 0 -108px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Small_1bdr_11 {
    background: url(../img/SMALL_Cabo_Small_1bdr_1.png) 0 -216px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Small_1bdr_12 {
    background: url(../img/SMALL_Cabo_Small_1bdr_1.png) 0 -324px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Small_1bdr_13 {
    background: url(../img/SMALL_Cabo_Small_1bdr_1.png) 0 -432px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Small_1bdr_14 {
    background: url(../img/SMALL_Cabo_Small_1bdr_1.png) 0 -540px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Small_1bdr_15 {
    background: url(../img/SMALL_Cabo_Small_1bdr_1.png) 0 -648px;
    width: 58px;
    height: 58px;
}

.SMALL_Cabo_Small_1bdr_16 {
    background: url(../img/SMALL_Cabo_Small_1bdr_1.png) 0 -756px;
    width: 58px;
    height: 58px;
}



/* SMALL_LWDO_Large1bdr | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/SMALL_LWDO_Large1bdr.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.SMALL_LWDO_Large_1bdr_1 {
    background: url(../img/SMALL_LWDO_Large1bdr_1.png) 0 0;
    width: 58px;
    height: 58px;
}

.SMALL_LWDO_Large_1bdr_2 {
    background: url(../img/SMALL_LWDO_Large1bdr_1.png) 0 -864px;
    width: 58px;
    height: 58px;
}

.SMALL_LWDO_Large_1bdr_3 {
    background: url(../img/SMALL_LWDO_Large1bdr_1.png) 0 -972px;
    width: 58px;
    height: 58px;
}

.SMALL_LWDO_Large_1bdr_4 {
    background: url(../img/SMALL_LWDO_Large1bdr_1.png) 0 -1080px;
    width: 58px;
    height: 58px;
}

.SMALL_LWDO_Large_1bdr_5 {
    background: url(../img/SMALL_LWDO_Large1bdr_1.png) 0 -1188px;
    width: 58px;
    height: 58px;
}

.SMALL_LWDO_Large_1bdr_6 {
    background: url(../img/SMALL_LWDO_Large1bdr_1.png) 0 -1296px;
    width: 58px;
    height: 58px;
}

.SMALL_LWDO_Large_1bdr_7 {
    background: url(../img/SMALL_LWDO_Large1bdr_1.png) 0 -1404px;
    width: 58px;
    height: 58px;
}

.SMALL_LWDO_Large_1bdr_8 {
    background: url(../img/SMALL_LWDO_Large1bdr_1.png) 0 -1512px;
    width: 58px;
    height: 58px;
}

.SMALL_LWDO_Large_1bdr_9 {
    background: url(../img/SMALL_LWDO_Large1bdr_1.png) 0 -1620px;
    width: 58px;
    height: 58px;
}

.SMALL_LWDO_Large_1bdr_10 {
    background: url(../img/SMALL_LWDO_Large1bdr_1.png) 0 -108px;
    width: 58px;
    height: 58px;
}

.SMALL_LWDO_Large_1bdr_11 {
    background: url(../img/SMALL_LWDO_Large1bdr_1.png) 0 -216px;
    width: 58px;
    height: 58px;
}

.SMALL_LWDO_Large_1bdr_12 {
    background: url(../img/SMALL_LWDO_Large1bdr_1.png) 0 -324px;
    width: 58px;
    height: 58px;
}

.SMALL_LWDO_Large_1bdr_13 {
    background: url(../img/SMALL_LWDO_Large1bdr_1.png) 0 -432px;
    width: 58px;
    height: 58px;
}

.SMALL_LWDO_Large_1bdr_14 {
    background: url(../img/SMALL_LWDO_Large1bdr_1.png) 0 -540px;
    width: 58px;
    height: 58px;
}

.SMALL_LWDO_Large_1bdr_15 {
    background: url(../img/SMALL_LWDO_Large1bdr_1.png) 0 -648px;
    width: 58px;
    height: 58px;
}

.SMALL_LWDO_Large_1bdr_16 {
    background: url(../img/SMALL_LWDO_Large1bdr_1.png) 0 -756px;
    width: 58px;
    height: 58px;
}



/* SMALL_LWRV_2bdr | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/SMALL_LWRV_2bdr.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.SMALL_LWRV_2bdr_1 {
    background: url(../img/SMALL_LWRV_2bdr_1.png) 0 0;
    width: 58px;
    height: 58px;
}

.SMALL_LWRV_2bdr_2 {
    background: url(../img/SMALL_LWRV_2bdr_1.png) 0 -864px;
    width: 58px;
    height: 58px;
}

.SMALL_LWRV_2bdr_3 {
    background: url(../img/SMALL_LWRV_2bdr_1.png) 0 -972px;
    width: 58px;
    height: 58px;
}

.SMALL_LWRV_2bdr_4 {
    background: url(../img/SMALL_LWRV_2bdr_1.png) 0 -1080px;
    width: 58px;
    height: 58px;
}

.SMALL_LWRV_2bdr_5 {
    background: url(../img/SMALL_LWRV_2bdr_1.png) 0 -1188px;
    width: 58px;
    height: 58px;
}

.SMALL_LWRV_2bdr_6 {
    background: url(../img/SMALL_LWRV_2bdr_1.png) 0 -1296px;
    width: 58px;
    height: 58px;
}

.SMALL_LWRV_2bdr_7 {
    background: url(../img/SMALL_LWRV_2bdr_1.png) 0 -1404px;
    width: 58px;
    height: 58px;
}

.SMALL_LWRV_2bdr_8 {
    background: url(../img/SMALL_LWRV_2bdr_1.png) 0 -1512px;
    width: 58px;
    height: 58px;
}

.SMALL_LWRV_2bdr_9 {
    background: url(../img/SMALL_LWRV_2bdr_1.png) 0 -1620px;
    width: 58px;
    height: 58px;
}

.SMALL_LWRV_2bdr_10 {
    background: url(../img/SMALL_LWRV_2bdr_1.png) 0 -108px;
    width: 58px;
    height: 58px;
}

.SMALL_LWRV_2bdr_11 {
    background: url(../img/SMALL_LWRV_2bdr_1.png) 0 -216px;
    width: 58px;
    height: 58px;
}

.SMALL_LWRV_2bdr_12 {
    background: url(../img/SMALL_LWRV_2bdr_1.png) 0 -324px;
    width: 58px;
    height: 58px;
}

.SMALL_LWRV_2bdr_13 {
    background: url(../img/SMALL_LWRV_2bdr_1.png) 0 -432px;
    width: 58px;
    height: 58px;
}

.SMALL_LWRV_2bdr_14 {
    background: url(../img/SMALL_LWRV_2bdr_1.png) 0 -540px;
    width: 58px;
    height: 58px;
}

.SMALL_LWRV_2bdr_15 {
    background: url(../img/SMALL_LWRV_2bdr_1.png) 0 -648px;
    width: 58px;
    height: 58px;
}

.SMALL_LWRV_2bdr_16 {
    background: url(../img/SMALL_LWRV_2bdr_1.png) 0 -756px;
    width: 58px;
    height: 58px;
}



/* SMALL_MV_2bdr_lockoff | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/SMALL_MV_2bdr_lockoff.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.SMALL_MV_2bdr_lockoff_1 {
    background: url(../img/SMALL_MV_2bdr_lockoff_1.png) 0 0;
    width: 58px;
    height: 58px;
}

.SMALL_MV_2bdr_lockoff_2 {
    background: url(../img/SMALL_MV_2bdr_lockoff_1.png) 0 -864px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_2bdr_lockoff_3 {
    background: url(../img/SMALL_MV_2bdr_lockoff_1.png) 0 -972px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_2bdr_lockoff_4 {
    background: url(../img/SMALL_MV_2bdr_lockoff_1.png) 0 -1080px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_2bdr_lockoff_5 {
    background: url(../img/SMALL_MV_2bdr_lockoff_1.png) 0 -1188px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_2bdr_lockoff_6 {
    background: url(../img/SMALL_MV_2bdr_lockoff_1.png) 0 -1296px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_2bdr_lockoff_7 {
    background: url(../img/SMALL_MV_2bdr_lockoff_1.png) 0 -1404px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_2bdr_lockoff_8 {
    background: url(../img/SMALL_MV_2bdr_lockoff_1.png) 0 -1512px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_2bdr_lockoff_9 {
    background: url(../img/SMALL_MV_2bdr_lockoff_1.png) 0 -1620px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_2bdr_lockoff_10 {
    background: url(../img/SMALL_MV_2bdr_lockoff_1.png) 0 -108px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_2bdr_lockoff_11 {
    background: url(../img/SMALL_MV_2bdr_lockoff_1.png) 0 -216px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_2bdr_lockoff_12 {
    background: url(../img/SMALL_MV_2bdr_lockoff_1.png) 0 -324px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_2bdr_lockoff_13 {
    background: url(../img/SMALL_MV_2bdr_lockoff_1.png) 0 -432px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_2bdr_lockoff_14 {
    background: url(../img/SMALL_MV_2bdr_lockoff_1.png) 0 -540px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_2bdr_lockoff_15 {
    background: url(../img/SMALL_MV_2bdr_lockoff_1.png) 0 -648px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_2bdr_lockoff_16 {
    background: url(../img/SMALL_MV_2bdr_lockoff_1.png) 0 -756px;
    width: 58px;
    height: 58px;
}



/* SMALL_MV_2bdr | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/SMALL_MV_2bdr.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.SMALL_MV_2bdr_1 {
    background: url(../img/SMALL_MV_2bdr_1.png) 0 0;
    width: 58px;
    height: 58px;
}

.SMALL_MV_2bdr_2 {
    background: url(../img/SMALL_MV_2bdr_1.png) 0 -864px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_2bdr_3 {
    background: url(../img/SMALL_MV_2bdr_1.png) 0 -972px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_2bdr_4 {
    background: url(../img/SMALL_MV_2bdr_1.png) 0 -1080px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_2bdr_5 {
    background: url(../img/SMALL_MV_2bdr_1.png) 0 -1188px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_2bdr_6 {
    background: url(../img/SMALL_MV_2bdr_1.png) 0 -1296px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_2bdr_7 {
    background: url(../img/SMALL_MV_2bdr_1.png) 0 -1404px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_2bdr_8 {
    background: url(../img/SMALL_MV_2bdr_1.png) 0 -1512px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_2bdr_9 {
    background: url(../img/SMALL_MV_2bdr_1.png) 0 -1620px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_2bdr_10 {
    background: url(../img/SMALL_MV_2bdr_1.png) 0 -108px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_2bdr_11 {
    background: url(../img/SMALL_MV_2bdr_1.png) 0 -216px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_2bdr_12 {
    background: url(../img/SMALL_MV_2bdr_1.png) 0 -324px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_2bdr_13 {
    background: url(../img/SMALL_MV_2bdr_1.png) 0 -432px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_2bdr_14 {
    background: url(../img/SMALL_MV_2bdr_1.png) 0 -540px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_2bdr_15 {
    background: url(../img/SMALL_MV_2bdr_1.png) 0 -648px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_2bdr_16 {
    background: url(../img/SMALL_MV_2bdr_1.png) 0 -756px;
    width: 58px;
    height: 58px;
}



/* SMALL_MV_3bdr | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/SMALL_MV_3bdr.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.SMALL_MV_3bdr_1 {
    background: url(../img/SMALL_MV_3bdr_1.png) 0 0;
    width: 58px;
    height: 58px;
}

.SMALL_MV_3bdr_2 {
    background: url(../img/SMALL_MV_3bdr_1.png) 0 -864px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_3bdr_3 {
    background: url(../img/SMALL_MV_3bdr_1.png) 0 -972px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_3bdr_4 {
    background: url(../img/SMALL_MV_3bdr_1.png) 0 -1080px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_3bdr_5 {
    background: url(../img/SMALL_MV_3bdr_1.png) 0 -1188px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_3bdr_6 {
    background: url(../img/SMALL_MV_3bdr_1.png) 0 -1296px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_3bdr_7 {
    background: url(../img/SMALL_MV_3bdr_1.png) 0 -1404px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_3bdr_8 {
    background: url(../img/SMALL_MV_3bdr_1.png) 0 -1512px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_3bdr_9 {
    background: url(../img/SMALL_MV_3bdr_1.png) 0 -1620px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_3bdr_10 {
    background: url(../img/SMALL_MV_3bdr_1.png) 0 -108px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_3bdr_11 {
    background: url(../img/SMALL_MV_3bdr_1.png) 0 -216px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_3bdr_12 {
    background: url(../img/SMALL_MV_3bdr_1.png) 0 -324px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_3bdr_13 {
    background: url(../img/SMALL_MV_3bdr_1.png) 0 -432px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_3bdr_14 {
    background: url(../img/SMALL_MV_3bdr_1.png) 0 -540px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_3bdr_15 {
    background: url(../img/SMALL_MV_3bdr_1.png) 0 -648px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_3bdr_16 {
    background: url(../img/SMALL_MV_3bdr_1.png) 0 -756px;
    width: 58px;
    height: 58px;
}



/* SMALL_MV_Large_1bdr | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/SMALL_MV_Large_1bdr.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.SMALL_MV_Large_1bdr_1 {
    background: url(../img/SMALL_MV_Large_1bdr_1.png) 0 0;
    width: 58px;
    height: 58px;
}

.SMALL_MV_Large_1bdr_2 {
    background: url(../img/SMALL_MV_Large_1bdr_1.png) 0 -864px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_Large_1bdr_3 {
    background: url(../img/SMALL_MV_Large_1bdr_1.png) 0 -972px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_Large_1bdr_4 {
    background: url(../img/SMALL_MV_Large_1bdr_1.png) 0 -1080px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_Large_1bdr_5 {
    background: url(../img/SMALL_MV_Large_1bdr_1.png) 0 -1188px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_Large_1bdr_6 {
    background: url(../img/SMALL_MV_Large_1bdr_1.png) 0 -1296px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_Large_1bdr_7 {
    background: url(../img/SMALL_MV_Large_1bdr_1.png) 0 -1404px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_Large_1bdr_8 {
    background: url(../img/SMALL_MV_Large_1bdr_1.png) 0 -1512px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_Large_1bdr_9 {
    background: url(../img/SMALL_MV_Large_1bdr_1.png) 0 -1620px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_Large_1bdr_10 {
    background: url(../img/SMALL_MV_Large_1bdr_1.png) 0 -108px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_Large_1bdr_11 {
    background: url(../img/SMALL_MV_Large_1bdr_1.png) 0 -216px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_Large_1bdr_12 {
    background: url(../img/SMALL_MV_Large_1bdr_1.png) 0 -324px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_Large_1bdr_13 {
    background: url(../img/SMALL_MV_Large_1bdr_1.png) 0 -432px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_Large_1bdr_14 {
    background: url(../img/SMALL_MV_Large_1bdr_1.png) 0 -540px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_Large_1bdr_15 {
    background: url(../img/SMALL_MV_Large_1bdr_1.png) 0 -648px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_Large_1bdr_16 {
    background: url(../img/SMALL_MV_Large_1bdr_1.png) 0 -756px;
    width: 58px;
    height: 58px;
}



/* SMALL_MV_Small_1bdr | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/SMALL_MV_Small_1bdr.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.SMALL_MV_Small_1bdr_1 {
    background: url(../img/SMALL_MV_Small_1bdr_1.png) 0 0;
    width: 58px;
    height: 58px;
}

.SMALL_MV_Small_1bdr_2 {
    background: url(../img/SMALL_MV_Small_1bdr_1.png) 0 -864px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_Small_1bdr_3 {
    background: url(../img/SMALL_MV_Small_1bdr_1.png) 0 -972px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_Small_1bdr_4 {
    background: url(../img/SMALL_MV_Small_1bdr_1.png) 0 -1080px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_Small_1bdr_5 {
    background: url(../img/SMALL_MV_Small_1bdr_1.png) 0 -1188px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_Small_1bdr_6 {
    background: url(../img/SMALL_MV_Small_1bdr_1.png) 0 -1296px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_Small_1bdr_7 {
    background: url(../img/SMALL_MV_Small_1bdr_1.png) 0 -1404px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_Small_1bdr_8 {
    background: url(../img/SMALL_MV_Small_1bdr_1.png) 0 -1512px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_Small_1bdr_9 {
    background: url(../img/SMALL_MV_Small_1bdr_1.png) 0 -1620px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_Small_1bdr_10 {
    background: url(../img/SMALL_MV_Small_1bdr_1.png) 0 -108px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_Small_1bdr_11 {
    background: url(../img/SMALL_MV_Small_1bdr_1.png) 0 -216px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_Small_1bdr_12 {
    background: url(../img/SMALL_MV_Small_1bdr_1.png) 0 -324px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_Small_1bdr_13 {
    background: url(../img/SMALL_MV_Small_1bdr_1.png) 0 -432px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_Small_1bdr_14 {
    background: url(../img/SMALL_MV_Small_1bdr_1.png) 0 -540px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_Small_1bdr_15 {
    background: url(../img/SMALL_MV_Small_1bdr_1.png) 0 -648px;
    width: 58px;
    height: 58px;
}

.SMALL_MV_Small_1bdr_16 {
    background: url(../img/SMALL_MV_Small_1bdr_1.png) 0 -756px;
    width: 58px;
    height: 58px;
}



/* SMALL_VOG_2_bed_lockoff | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/SMALL_VOG_2_bed_lockoff.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.SMALL_VOG_2bdrlockoff_1 {
    background: url(../img/SMALL_VOG_2_bed_lockoff_1.png) 0 0;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_2bdrlockoff_2 {
    background: url(../img/SMALL_VOG_2_bed_lockoff_1.png) 0 -864px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_2bdrlockoff_3 {
    background: url(../img/SMALL_VOG_2_bed_lockoff_1.png) 0 -972px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_2bdrlockoff_4 {
    background: url(../img/SMALL_VOG_2_bed_lockoff_1.png) 0 -1080px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_2bdrlockoff_5 {
    background: url(../img/SMALL_VOG_2_bed_lockoff_1.png) 0 -1188px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_2bdrlockoff_6 {
    background: url(../img/SMALL_VOG_2_bed_lockoff_1.png) 0 -1296px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_2bdrlockoff_7 {
    background: url(../img/SMALL_VOG_2_bed_lockoff_1.png) 0 -1404px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_2bdrlockoff_8 {
    background: url(../img/SMALL_VOG_2_bed_lockoff_1.png) 0 -1512px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_2bdrlockoff_9 {
    background: url(../img/SMALL_VOG_2_bed_lockoff_1.png) 0 -1620px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_2bdrlockoff_10 {
    background: url(../img/SMALL_VOG_2_bed_lockoff_1.png) 0 -108px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_2bdrlockoff_11 {
    background: url(../img/SMALL_VOG_2_bed_lockoff_1.png) 0 -216px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_2bdrlockoff_12 {
    background: url(../img/SMALL_VOG_2_bed_lockoff_1.png) 0 -324px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_2bdrlockoff_13 {
    background: url(../img/SMALL_VOG_2_bed_lockoff_1.png) 0 -432px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_2bdrlockoff_14 {
    background: url(../img/SMALL_VOG_2_bed_lockoff_1.png) 0 -540px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_2bdrlockoff_15 {
    background: url(../img/SMALL_VOG_2_bed_lockoff_1.png) 0 -648px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_2bdrlockoff_16 {
    background: url(../img/SMALL_VOG_2_bed_lockoff_1.png) 0 -756px;
    width: 58px;
    height: 58px;
}



/* SMALL_VOG_2_bedroom | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/SMALL_VOG_2_bedroom.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.SMALL_VOG_2bdr_1 {
    background: url(../img/SMALL_VOG_2_bedroom_1.png) 0 0;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_2bdr_2 {
    background: url(../img/SMALL_VOG_2_bedroom_1.png) 0 -864px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_2bdr_3 {
    background: url(../img/SMALL_VOG_2_bedroom_1.png) 0 -972px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_2bdr_4 {
    background: url(../img/SMALL_VOG_2_bedroom_1.png) 0 -1080px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_2bdr_5 {
    background: url(../img/SMALL_VOG_2_bedroom_1.png) 0 -1188px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_2bdr_6 {
    background: url(../img/SMALL_VOG_2_bedroom_1.png) 0 -1296px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_2bdr_7 {
    background: url(../img/SMALL_VOG_2_bedroom_1.png) 0 -1404px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_2bdr_8 {
    background: url(../img/SMALL_VOG_2_bedroom_1.png) 0 -1512px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_2bdr_9 {
    background: url(../img/SMALL_VOG_2_bedroom_1.png) 0 -1620px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_2bdr_10 {
    background: url(../img/SMALL_VOG_2_bedroom_1.png) 0 -108px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_2bdr_11 {
    background: url(../img/SMALL_VOG_2_bedroom_1.png) 0 -216px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_2bdr_12 {
    background: url(../img/SMALL_VOG_2_bedroom_1.png) 0 -324px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_2bdr_13 {
    background: url(../img/SMALL_VOG_2_bedroom_1.png) 0 -432px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_2bdr_14 {
    background: url(../img/SMALL_VOG_2_bedroom_1.png) 0 -540px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_2bdr_15 {
    background: url(../img/SMALL_VOG_2_bedroom_1.png) 0 -648px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_2bdr_16 {
    background: url(../img/SMALL_VOG_2_bedroom_1.png) 0 -756px;
    width: 58px;
    height: 58px;
}



/* SMALL_VOG_Large_1bdr | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/SMALL_VOG_Large_1bdr.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.SMALL_VOG_Large_1bdr_1 {
    background: url(../img/SMALL_VOG_Large_1bdr_1.png) 0 0;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_Large_1bdr_2 {
    background: url(../img/SMALL_VOG_Large_1bdr_1.png) 0 -864px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_Large_1bdr_3 {
    background: url(../img/SMALL_VOG_Large_1bdr_1.png) 0 -972px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_Large_1bdr_4 {
    background: url(../img/SMALL_VOG_Large_1bdr_1.png) 0 -1080px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_Large_1bdr_5 {
    background: url(../img/SMALL_VOG_Large_1bdr_1.png) 0 -1188px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_Large_1bdr_6 {
    background: url(../img/SMALL_VOG_Large_1bdr_1.png) 0 -1296px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_Large_1bdr_7 {
    background: url(../img/SMALL_VOG_Large_1bdr_1.png) 0 -1404px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_Large_1bdr_8 {
    background: url(../img/SMALL_VOG_Large_1bdr_1.png) 0 -1512px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_Large_1bdr_9 {
    background: url(../img/SMALL_VOG_Large_1bdr_1.png) 0 -1620px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_Large_1bdr_10 {
    background: url(../img/SMALL_VOG_Large_1bdr_1.png) 0 -108px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_Large_1bdr_11 {
    background: url(../img/SMALL_VOG_Large_1bdr_1.png) 0 -216px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_Large_1bdr_12 {
    background: url(../img/SMALL_VOG_Large_1bdr_1.png) 0 -324px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_Large_1bdr_13 {
    background: url(../img/SMALL_VOG_Large_1bdr_1.png) 0 -432px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_Large_1bdr_14 {
    background: url(../img/SMALL_VOG_Large_1bdr_1.png) 0 -540px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_Large_1bdr_15 {
    background: url(../img/SMALL_VOG_Large_1bdr_1.png) 0 -648px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_Large_1bdr_16 {
    background: url(../img/SMALL_VOG_Large_1bdr_1.png) 0 -756px;
    width: 58px;
    height: 58px;
}



/* SMALL_VOG_Small1bdr | Confirmation Booking Modal | 
	#container li {background: url(https://ownerslounge.welkresorts.com/Content/SMALL_VOG_Small1bdr.png?1)  no-repeat top left;}
	----------------------------------------------------- */
.SMALL_VOG_Small1bdr_1 {
    background: url(../img/SMALL_VOG_Small1bdr_1.png) 0 0;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_Small1bdr_2 {
    background: url(../img/SMALL_VOG_Small1bdr_1.png) 0 -864px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_Small1bdr_3 {
    background: url(../img/SMALL_VOG_Small1bdr_1.png) 0 -972px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_Small1bdr_4 {
    background: url(../img/SMALL_VOG_Small1bdr_1.png) 0 -1080px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_Small1bdr_5 {
    background: url(../img/SMALL_VOG_Small1bdr_1.png) 0 -1188px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_Small1bdr_6 {
    background: url(../img/SMALL_VOG_Small1bdr_1.png) 0 -1296px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_Small1bdr_7 {
    background: url(../img/SMALL_VOG_Small1bdr_1.png) 0 -1404px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_Small1bdr_8 {
    background: url(../img/SMALL_VOG_Small1bdr_1.png) 0 -1512px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_Small1bdr_9 {
    background: url(../img/SMALL_VOG_Small1bdr_1.png) 0 -1620px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_Small1bdr_10 {
    background: url(../img/SMALL_VOG_Small1bdr_1.png) 0 -108px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_Small1bdr_11 {
    background: url(../img/SMALL_VOG_Small1bdr_1.png) 0 -216px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_Small1bdr_12 {
    background: url(../img/SMALL_VOG_Small1bdr_1.png) 0 -324px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_Small1bdr_13 {
    background: url(../img/SMALL_VOG_Small1bdr_1.png) 0 -432px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_Small1bdr_14 {
    background: url(../img/SMALL_VOG_Small1bdr_1.png) 0 -540px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_Small1bdr_15 {
    background: url(../img/SMALL_VOG_Small1bdr_1.png) 0 -648px;
    width: 58px;
    height: 58px;
}

.SMALL_VOG_Small1bdr_16 {
    background: url(../img/SMALL_VOG_Small1bdr_1.png) 0 -756px;
    width: 58px;
    height: 58px;
}


#mdlConfirm {
    width: 710px;
    height: 550px;
}

#MainContent_ReservationConfirm_lblMessage {
    font-size: 16px;
}

.Confirm_lblMessage {
    font-size: 14px;
}

#pnlWolImageHolder {
    position: relative;
}

/* Concord Interface CSS */
.concordIframe,
#concordIframe {
    min-height: 600px;
    height: auto;
    width: 100%;
    border: none;
}


/* End Concord CSS */

.wol-img-dayuse {
    width: 1122px;
    height: 133px;
    background-image: url(../img/Headers/new/wol.dayuse_1.jpg);
}

.wol-img-welkrewards {
    width: 1122px;
    height: 133px;
    background-image: url(../img/Headers/new/wol.welkrewards_1.jpg);
}

.wol-img-faq {
    width: 1122px;
    height: 133px;
    background-image: url(../img/Headers/new/wol.faq_1.jpg);
}

.wol-img-login {
    width: 1122px;
    height: 133px;
    background-image: url(../img/Headers/new/ownerslounge_1.jpg);
}

.wol-img-maintenance {
    width: 1122px;
    height: 133px;
    background-image: url(../img/Headers/new/wol.maintenancet_1.jpg);
}

.wol-img-my-account {
    width: 1122px;
    height: 133px;
    background-image: url(../img/Headers/new/wol.my.account_1.jpg);
}

.wol-img-refer {
    width: 1122px;
    height: 133px;
    background-image: url(../img/Headers/new/wol.refer_1.jpg);
}

.wol-img-reservations {
    width: 0px;
    height: 0px; /* width:1122px; height:133px; background-image:url(../img/Headers/new/wol.reservations.jpg)*/
}

#PointsHolder {
    width: 100%;
    height: 140px;
}

.PointValues {
    color: #7F7F7F;
    font-size: 11px;
    font-weight: normal;
}

/* START ie7 Hacks */
.ie7 .ieFloatproblem {
    float: right;
    z-index: 15;
}

.ie7 #WelkBadge {
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -225px;
    float: right;
}

.ie7 .tt_revoptions {
    margin-top: -35px !important;
    margin-left: -90px !important;
}

.ie7 #ReservationDatesRow {
    margin-left: 10px;
}

.ie7 #UsageBalanceHolder {
    position: absolute;
    z-index: 35;
}
/* END ie7 Hacks */

/* START Other Fixes */
.tt_revoptions {
    margin: -65px 103px 0px 103px !important;
}
/* END Other Fixes */


/* START welk_extraz */

.welk_extraz {
    position: absolute;
    bottom: 6px;
    right: 15px;
    font-size: 26px;
    color: #fff;
    width: 345px;
    text-align: right;
    cursor: pointer;
}
/* END welk_extraz */



/*-----------------------------------------------------------------------------------*/
/*	Show More / Less
/*-----------------------------------------------------------------------------------*/

.morecontent span {
    display: none;
}

.morelink {
    display: block;
}

/*-----------------------------------------------------------------------------------*/
/*	Media queries
/*-----------------------------------------------------------------------------------*/

.morecontent span {
    display: none;
}

.morelink {
    display: block;
}

@media (max-width: 375px) {

    #phoneImg {
        display: none;
    }

    #desktopImg {
        display: none;
    }

    #tabletImg {
        display: block;
    }

    #mdlWelcomeMessage.modal.fade.in {
        top: 5%;
    }

    #mdlWelcomeMessage {
        left: 25%;
        width: 560px;
    }
}

@media (min-width: 376px) and (max-width: 568px) {

    #phoneImg {
        display: none;
    }

    #desktopImg {
        display: none;
    }

    #tabletImg {
        display: block;
    }

    #mdlWelcomeMessage.modal.fade.in {
        top: 5%;
    }

    #mdlWelcomeMessage {
        left: 50%;
        width: 560px;
    }
}

@media (min-width: 569px) and (max-width: 667px) {

    #phoneImg {
        display: none;
    }

    #desktopImg {
        display: none;
    }

    #tabletImg {
        display: block;
    }

    #mdlWelcomeMessage.modal.fade.in {
        top: 5%;
    }

    #mdlWelcomeMessage {
        left: 50%;
        width: 560px;
    }
}

@media (min-width: 668px) and (max-width: 736px) {

    #phoneImg {
        display: none;
    }

    #desktopImg {
        display: none;
    }

    #tabletImg {
        display: block;
    }

    #mdlWelcomeMessage.modal.fade.in {
        top: 5%;
    }

    #mdlWelcomeMessage {
        left: 50%;
        width: 560px;
    }
}

@media (min-width: 737px) and (max-width: 768px) {

    #phoneImg {
        display: none;
    }

    #desktopImg {
        display: none;
    }

    #tabletImg {
        display: block;
    }

    #mdlWelcomeMessage.modal.fade.in {
        top: 20%;
    }

    #mdlWelcomeMessage {
        left: 50%;
        width: 560px;
    }
}


#AmenitiesList {
    display: inline-block;
}

    #AmenitiesList input, #AmenitiesList label {
        float: left;
        padding-right: 10px;
    }  
/*Usage balance grid view align columns content*/
.testBtnCenter {
    text-align: center !important;
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}
    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
    .modal.fade .modal-dialog {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .modal.fade.in .modal-dialog {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }