body .galleria-container
{
    border-bottom: 1px solid #000 !important;
    background: radial-gradient(#ddd,#222);
    background: -webkit-radial-gradient(#ddd,#222);
    background: -moz-radial-gradient(#ddd,#222);
}

body .galleria-container.fullscreen{
    bottom:30px !important;
    height:auto !important;
}

.galleria-stage
{
    background-color: transparent !important;
}
.galleria-bar
{
    background-color: #333;
}

.galleria-counter
{
    display:none !important;
}

.sttoolbar
{
    bottom:0px;
    position:relative;
    /*height: 30px;*/
    background: #ddd;
    background: radial-gradient(#ddd,#222);
    background: -webkit-radial-gradient(#ddd,#222);
    background: -moz-radial-gradient(#ddd,#222);
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100, finishopacity=0, style=2);
    padding:0px;
    margin:0px;
}

.fullscreen .sttoolbar
{
    margin: 0px !important;
    width: 100% !important;
    left: 0px !important;
    position: absolute !important;
    bottom: 0px !important;
    z-index: 999999999999 !important;
}

.sttoolbar .stline
{
    position: absolute;
    left: 0;
    /*bottom: 25px;*/
    width: 100%;
    height: 1px;
    background: #666;
}


#progress
{
    background-color: #3A87AD;
    position:absolute;
    left: 0px;
    height: 2px;
    z-index:10;
}

.sttoolbar .stbtn
{
    display: inline-block;
    position: relative;
    margin-right: .1em;
    text-decoration: none!important;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible;
    background: none;

    height: 30px;
    width: 40px;
    
    text-align:center;
    font-size: 11px;
    padding: 0px 10px;
    
    color: #eee;
    /*border: 1px solid #666;*/
    border:none;
}

.sttoolbar .stdiv
{
    display: inline-block;
    position:relative;
    font-size: 11px;
    
}

.sttoolbar .stbtn:hover
{
    /*background-color: #333;
    color: #eee;
    border: 1px solid #666;
    */
}

.sttoolbar .stbtn:active
{
    top: 1px !important;
}


.sttoolbar .stplay
{
    background: url(../../images/sttoolbar.png) no-repeat;
    background-position: -60px 0;
    width: 30px;
    height: 34px;
    text-indent: -9999px;
}

.sttoolbar .stfirst
{
    background: url(../../images/sttoolbar.png) no-repeat;
    background-position: -60px -60px;
    width: 30px;
    height: 34px;
    text-indent: -9999px;
}
.sttoolbar .stfirst:hover
{
    background-position: -60px -90px;
}

.sttoolbar .stlast
{
    background: url(../../images/sttoolbar.png) no-repeat;
    background-position: -90px -60px;
    width: 30px;
    height: 34px;
    text-indent: -9999px;
}
.sttoolbar .stlast:hover
{
    background-position: -90px -90px;
}

.sttoolbar .stprev
{
    background: url(../../images/sttoolbar.png) no-repeat;
    background-position: 00px -60px;
    width: 30px;
    height: 34px;
    text-indent: -9999px;
}
.sttoolbar .stprev:hover
{
    background-position: 0px -90px;
}

.sttoolbar .stnext
{
    background: url(../../images/sttoolbar.png) no-repeat;
    background-position: -30px -60px;
    width: 30px;
    height: 34px;
    text-indent: -9999px;
}

.sttoolbar .stnext.voice
{
    background-position: -30px -120px !important;
}

.sttoolbar .stnext:hover
{
    background-position: -30px -90px;
    border:0px;
    
}


.sttoolbar .stzoom
{
    
    position: absolute;
    right: 0px;
    width: 30px;
    
    background: url(../../images/sttoolbar.png) no-repeat;
    background-position: -120px -60px;
    width: 30px;
    height: 34px;
    text-indent: -9999px;
}

.sttoolbar .stzoom:hover
{
    background-position: -120px -90px;
}

.sttoolbar .stshare
{
    position: absolute;
    right: 30px;
    background: url(../../images/sttoolbar.png) no-repeat;
    background-position: -150px -60px;
    width: 30px;
    height: 34px;
    text-indent: -9999px;
}

.sttoolbar .stshare:hover
{
    background-position: -150px -90px;
}



.sttoolbar .stexpand
{
    position: absolute;
    right: 110px;
    width: 50px;
    
    /*background: url(../../images/sttoolbar.png) no-repeat;
    background-position: -120px -60px;*/
    width: 30px;
    height: 34px;
    text-indent: -9999px;
}

.sttoolbar .stexpand:hover
{
    /*background-position: -120px -90px;*/
}




.sttoolbar .strelated
{
    position: absolute;
    right: 190px;
    width: 50px;
    /*background: url(../../images/sttoolbar.png) no-repeat;
    background-position: -120px -60px;*/
    width: 30px;
    height: 34px;
    text-indent: -9999px;
}

.sttoolbar .strelated:hover
{
    /*background-position: -120px -90px;*/
}



.sttoolbar .stslides
{
    position: absolute;
    right: 50%;
    right: 65px;
    width: auto;
    padding-top: 0px;
    line-height: 20px;
    color: #fff; 
    
    height: 34px;
}

.sttoolbar .stslides span.input
{
    border: 1px solid #666;
    background: #333;
    color: white;
    font-size: 11px;
    margin-top: 7px !important;
    padding: 3px; 
    text-align:center;
}


.sttoolbar .stslides input
{
    border:none !important;
    background:none;
    color: white;
    font-size: 11px;
    padding: 3px 0px 0 0; 
    text-align:right;
    margin-top: 5px;
}

.sttoolbar .stslides input#stscount
{
    color: #777;
}

.sttoolbar .stslides input:focus{
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
  /* IE6-9 */
}

.sttoolbar .stslides span
{
    display: inline;  
    right: 20px;  
    padding:0px;
    margin-top: -5px !important;
    color: #999;
}

.sttoolbar .stprogress
{
    position: absolute;
    z-index: 3;
    padding: 12px 0;
    left: 150px;
    /*right: 130px;*/
    right: 180px;
    bottom: 0;
    height: 8px;
}

.sttoolbar .stprogress .pw
{
    height: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: black;
    background: black -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, black), color-stop(100%, #222));
    background: black -webkit-linear-gradient(black,#222);
    background: black -moz-linear-gradient(black,#222);
    background: black -o-linear-gradient(black,#222);
    background: black linear-gradient(black,#222);
    -webkit-box-shadow: rgba(255, 255, 255, 0.12) 0 1px 0,rgba(0, 0, 0, 0.12) 0 -1px 0;
    -moz-box-shadow: rgba(255,255,255,0.12) 0 1px 0,rgba(0,0,0,0.12) 0 -1px 0;
    box-shadow: rgba(255, 255, 255, 0.12) 0 1px 0,rgba(0, 0, 0, 0.12) 0 -1px 0;
    padding: 1px;

    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.sttoolbar .stprogress .pi
{
    background: #00A7C5;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00A7C5), color-stop(100%, #006C80));
    background: -webkit-linear-gradient(#00A7C5,#006C80);
    background: -moz-linear-gradient(#00A7C5,#006C80);
    background: -o-linear-gradient(#00A7C5,#006C80);
    background: linear-gradient(#00A7C5,#006C80);
    height: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    min-width: 6px;


    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;

    -webkit-transition: width 0.2s linear;
    -moz-transition: width 0.2s linear;
    -o-transition: width 0.2s linear;
    transition: width 0.2s linear;
}