/*
 *  Liquid Slider v2
 *  Copyright 2012 Kevin Batdorf
 *  http://liquidslider.com
 *  MIT license
 */

.no-js .liquid-slider {
    height: 350px;
    overflow: scroll;
}

.ls-preloader {
    background: url(../img/loading.gif) #f2f2f2 no-repeat center 50%;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

/*** Containers ***/

.ls-wrapper {
    background-image: url('../img/TheThinker03.png');
    background-size: cover;
    border: 1px solid #cccccc;
    border-top: none;
    clear: both;
    overflow: auto;
    position: relative;
    width: 668px;
}

.liquid-slider {
    float: left;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    /*background: #fbfbfb;*//*** #fbfbfb  f2f2f2***/
    width: 668px;
}

.arrows .liquid-slider {
    /* Margin between slider and arrows */
    margin: 0 10px;
}

.ls-responsive .liquid-slider {
    margin: 0;
    width: 100%;
}

.panel-container {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000; /* from http://davidwalsh.name/translate3d */
    position: relative;
}

.liquid-slider .panel-container .fade {
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/*** Panels ***/

.liquid-slider .ls-panel {
    display: block;
    float: left;
    width: 668px; /*** 600px ***/
}

.panel-wrapper {
    font-family: "arial";
    line-height: 25px;
    padding: 30px 25px;
    position: relative;
}


/*** Tabbed Navigation ***/

.ls-nav {
    clear: both;
    overflow: hidden;
}

.ls-nav a {
    /*background: #d8d8d8;*/
    color: #006699;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-right: 1px;
    outline: 0;
    padding: 10px 15px;
}

.ls-nav a:hover {
    /*background: #f2f2f2;*/
    color: #006699;
}

.ls-nav .current a {
    -moz-border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-right: 1px solid #dddddd;
    /*background: #f2f2f2;*/
    color: #006699;
    font-weight: bold;    
}

.currentCrossLink { font-weight: bold; }

.ls-nav ul {
    -moz-border-bottom-right-radius: 20px; /*** Containers ***/
    -webkit-border-bottom-right-radius: 20px;
    border-bottom: 1px solid #dddddd;
    clear: both;
    display: inline-block; /*block*/
    height: 38px;
    margin: auto;
    overflow: hidden;
    padding: 0;
}

.ls-nav ul li { display: inline; }

.ls-nav ul li a {
    color: #006699;
    display: block;
    float: left;
    text-decoration: none;
}

.ls-nav ul li a:hover {
    /***-webkit-filter: grayscale(0);***//***-moz-filter: grayscale(0);***/
    color: #006699; /***-webkit-transition: all 0.5s;***//*** -moz-transition: all 0.5s;***/
}

/*** added ***/

/*** Mobile Navigation ***/

.ls-select-box {
    background: url(../img/menu.png) no-repeat right #ddd;
    height: 35px;
    overflow: hidden;
    width: 100%;
}

.ls-select-box select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 110%;
    height: 35px;
    outline: 0;
    padding: 5px;
    width: 150%;
}

/*** Arrow Navigation (non-graphical) ***/

.ls-nav-left, .ls-nav-right {
    clear: both;
    float: left;
    top: 0;
}

.ls-nav-left a, .ls-nav-right a {
    background: #000;
    color: #fff;
    display: block;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 100px;
}

.ls-responsive .ls-nav-left {
    left: 0;
    position: absolute;
    z-index: 2;
}

.ls-responsive .ls-nav-left a {
    background: #9A9A9A;
    width: 80px;
}

.ls-responsive .ls-nav-left a:hover { background: #747474; }

.ls-responsive .ls-nav-right {
    position: absolute;
    right: 0;
    z-index: 2;
}

.ls-responsive .ls-nav-right a {
    background: #9A9A9A;
    width: 80px;
}

.ls-responsive .ls-nav-right a:hover { background: #747474; }

/*** Arrow Navigation (graphical) ***/

.ls-nav-left-arrow, .ls-nav-right-arrow {
    clear: both;
    cursor: pointer;
    float: left;
}

.ls-nav-left-arrow a, .ls-nav-right-arrow a { display: block; }

[class$="-arrow"] {
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    height: 25px;
    margin-top: 50px;
    position: relative;
    width: 25px;
}

.ls-nav-right-arrow {
    background-position: top right;
    margin-right: 5px;
}

.ls-nav-left-arrow {
    background-position: top left;
    margin-left: 5px;
}

.ls-nav-left-arrow:hover { background-position: bottom left; }

.ls-nav-right-arrow:hover { background-position: bottom right; }

.ls-responsive .ls-nav-left-arrow {
    left: 0;
    position: absolute;
    z-index: 2;
}

.ls-responsive .ls-nav-right-arrow {
    position: absolute;
    right: 0;
    z-index: 2;
}


.title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 25px;
}

.stylelist p {
    margin-bottom: 10px;

    text-align: justify;
}

.stylelist .border { border-bottom: 1px solid #cccccc; }

.stylelist .titleabout { padding: 0px; }

.stylelist ul {
    border-bottom: 1px solid #cccccc;
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-bottom: 10px;
}

.stylelist ul li {
    color: #696969;
    margin-left: 20px;
    padding-bottom: 10px;
}

.ls-responsive .ls-nav-right-arrow {
    position: absolute;
    right: 0;
    z-index: 2;
}


.title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    margin-bottom: 25px;
}




.title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    margin-bottom: 25px;
}



.stylelist ul li { list-style-image: url('../img/menu_arrow_right.gif'); }

.stylelist ul li ul li { list-style-image: url('../img/list2.png'); }

.stylelist ul img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}