.ui-rangeSlider-leftHandle
{
   background: url(images/arrow-up.png) no-repeat left 40px;
}
.ui-rangeSlider-rightHandle
{
   background: url(images/arrow-up.png) no-repeat right 40px;
}

.ui-rangeSlider-bar
{
    background-color: #ebc888;
}


.timeline
{
    position: absolute !important;
    left: 50px;
    bottom: 20px;
    padding: 5px 15px 5px 20px;
    background-color: #37302a;
}
#divTimeline
{
    display: inline-block;
    width: 665px;
    margin-left: 29px;
    margin-top: 10px;
}
#timeRange
{
    display: inline-block;
    color: Red;
}
.steps
{
    font-size: 14px;
    text-align: center;
    color: #d1b47c;
    margin-top: 5px;
}
.legend
{
    font-size: 14px;
    font-style: italic;
    text-align: center;
    color: #d1b47c;
    padding: 5px;
}
.timeline-list
{
    position: absolute;
    right: 5px;
    display: none; /*display:inline-block;*/
    bottom: 20px;
    width: 650px;
    padding: 5px 0px;
    opacity: 0.8;
    background-color: #37302a;
}
#divSlideList
{
    width: 260px;
    display: inline-block;
    color: #ebc789;
    vertical-align: middle;
    font-size: 16px;
    padding: 5px 10px 0px 10px;
    text-align: left;
}
.timeline-list select
{
    width: 870px;
    background: transparent;
    color: #FFFFFF;
    border: none;
    font-size: 13px;
}
.timeline-list select option:hover
{
    background-color: #ebc888;
    color: #50412e;
}
.timeline-data
{
    float: left;
    position: relative !important;
    display: inline-block;
    width: 90%;
}
.clear
{
    display: block;
    clear: both;
}
.timeline-data a
{
    color: #FFF;
    display: block;
}
.timeline-list div
{
    cursor: pointer;
    width: 24px;
    height: 24px;
    float: left;
}

/*
.SlideIn
{
    background: url(../Images/SlideIn.jpg) 95% no-repeat;
}
.SlideOut
{
    background: url(../Images/SlideOut.jpg) 95% no-repeat;
}
*/

.down-arrow
{
   /* background: url("<?php // echo BaseURL; ?>RangeSlider/images/down-arrow.png") top left no-repeat; */
    margin-top: -6px;
    margin-left: -5px;
    display: block;
    height: 11px;
    width: 11px;
}
.labelContent
{
    position: relative;
    left: -50%;
    top: -10px;
    white-space: nowrap;
    /* background: #2c1f16; */
	background:#37302a;
    padding: 5px 10px;
    border-radius: 8px;
    /*color: #000 !important;*/
	color:#FFFFFF !important;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
}
.labelContent a{color:#ebc888 !important;}
.infoBox
{
    background: transparent url("images/down-arrow.png") center bottom no-repeat !important;
    padding-bottom: 11px;
}
.infoBox > img
{
    position: absolute !important;
    right: 10px;
    top: 5px;
}
.mapContent
{
    border-radius: 10px;
    padding: 10px;
    background: #2a2016;
}
.map-link
{
    vertical-align: top;
    margin-left: 10px;
}
a.map-link h4.heading
{
    font-size: 14px;
    color: #eac688;
    padding: 0;
    margin-top: -8px !important;
    margin-bottom: 5px !important;
    display: block;
    clear: both;
    text-align: center;
}
a.map-link h4
{
    font-size: 14px;
    color: #eac688;
    padding: 0;
    margin: 0;
    display: block;
    clear: both;
    text-align: left;
}
a.map-link img
{
    margin-right: 10px;
    width: 80px;
    height: 115px;
    border: 1px dotted Black;
    position: relative;
    clear: both;
}
