﻿.slider-container
{
    display: inline-block;
    overflow: hidden;
    width: 99%;
    height: 50px; /*background-color:#dcd7d7;*/
    position: relative;
    margin: 2px 2px 4px 4px;
    border-radius: 5px;
    /*border-top: 4px solid #55607e;*/
    border-top: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    border-right: 2px solid #D3D3D3;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2), 0px -2px 1px #fff;
    padding: 2px 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 8pt;
    color: #55607e;
}

.slider-page
{
    display: inline-block;
    position: relative;
    top: -10px;
    text-align: justify;
}

ul.slider-bullets
{
    position: absolute;
    width: 94%;
    text-align: center;
    bottom: -3px;
}

ul.slider-bullets li
{
    /*display:inline-block;         
    width: 15px;         
    height: 4px;         
    margin: 2px 2px;         
    border-top: 1px solid #829dd6;         
    border-left: 1px solid #829dd6;         
    border-right: 1px solid #3f4d6b;         
    border-bottom: 1px solid #3f4d6b;                 
    background-color: #5b72a5;         
    cursor: pointer;*/
    
    display: inline-block;
    background-image: -webkit-linear-gradient(top, #f4f1ee, #fff);
    background-image: linear-gradient(top, #f4f1ee, #fff);
    border-radius: 50%;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, .3), inset 0px 4px 1px 1px white, inset 0px -3px 1px 1px rgba(204,198,197,.5);    
    height: 8px;
    margin: 4px 2px;             
    width: 8px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    cursor: pointer;    
}
ul.slider-bullets li:after
{
    color: #e9e6e4;
    content: "";
    display: block;
    font-size: 30px;
    height: 30px;
    text-decoration: none;
    text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
    position: absolute;
    width: 30px;
}

ul.slider-bullets li.active
{
    background: #ec833f;
}
/*ul.slider-bullets li.active:after{
	content: "✔";    
    font-size: 6pt;
    color: #b12e11;
    margin-left: -11px;
    margin-top: -1px;
}*/