/**
  * Rhinoslider 1.05
  * http://rhinoslider.com/
  *
  * Copyright 2013: Sebastian Pontow, Rene Maas (http://renemaas.de/)
  * Dual licensed under the MIT or GPL Version 2 licenses.
  * http://rhinoslider.com/license/
*/
.rhino-btn {
    background:url(../images/rhinoslider-sprite.png) 0 0 no-repeat;
    z-index:10;
    width:56px;
    height:53px;
    display:block;
    text-indent:-999%;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
}

.rhino-prev, .rhino-next { bottom:-4px; }

.rhino-prev {
    left:-6px;
    background-position:-168px 0;
}

.rhino-next {
    right:-6px;
    background-position:-106px 0;
}

.rhino-prev:hover { background-position:-168px -53px; }

.rhino-next:hover { background-position:-106px -53px; }

.rhino-toggle {
    top:-4px;
    left:-6px;
}

.rhino-play { background-position:0 0; }

.rhino-play:hover { background-position:0 -53px; }

.rhino-pause { background-position:-56px 0; }

.rhino-pause:hover { background-position:-56px -53px; }

.rhino-container { position:relative; }

.rhino-caption {
    position:absolute;
    background: #000;
    display:none;
    left:0;
    right:0;
    top:0;
    color:#fff;
    padding:10px;
    text-align:right;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
}

.rhino-bullets {
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin:0 0 0 -50px;
    z-index: 10;
    background: #fff;
    padding:0;
}

.rhino-bullets:before, .rhino-bullets:after {
    position:absolute;
    display:block;
    left:-16px;
    content:' ';
    width:16px;
    height:26px;
    background:url(../images/rhinoslider-sprite.png) -224px 0 no-repeat;
}

.rhino-bullets:after {
    left:auto;
    right:-16px;
    background-position: -240px 0;
}

.rhino-bullets li {
    float:left;
    display:inline;
    margin:0 2px;
}

.rhino-bullets li a.rhino-bullet {
    display: block;
    width: 16px;
    height: 15px;
    cursor: pointer;
    background: white;
    font-size: 10px;
    text-align: center;
    padding: 6px 0 5px 0;
    color: #333;
    text-decoration:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
}

.rhino-bullets li a.rhino-bullet:hover, .rhino-bullets li a.rhino-bullet:focus {
    color:#999;
    background:#eee;
}

.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
    color:#fff;
    background:#5cd4e8;
}

/* CUSTOM CSS BY DASISTWEB GMBH */

.contentSliderDiv{
    position:relative;
    width:100%;
}
.rhino-prev{
    left:0;
}
.rhino-next{
    right:0;
}
.rhino-prev.rhino-btn{
    background-image:url(/templates/_emotion/frontend/_resources/images/sprite-banner-slider.png);
    background-position: 0px 0px;
    background-repeat:no-repeat;
    background-color:transparent;
    height: 117px;
    width: 28px;
    border: 0 none;
    top:50%;
    margin-top:-58px;
    left:0;
    bottom:auto;
}
.rhino-prev.rhino-btn:hover{
    background-position: 0px -117px;
}
.rhino-next.rhino-btn{
    background-image:url(/templates/_emotion/frontend/_resources/images/sprite-banner-slider.png);
    background-position: -28px 0px;
    background-repeat:no-repeat;
    background-color:transparent;
    height: 117px;
    width: 28px;
    border: 0 none;
    top:50%;
    margin-top:-58px;
    right:0;
    bottom:auto;
}
.rhino-next.rhino-btn:hover{
    background-position: -28px -117px;
}
.rhino-bullets{
    bottom:5px;
    background:none;
}
.rhino-bullets:before, .rhino-bullets:after{
    background:none;
}
.rhino-bullets li a.rhino-bullet{
    color: #fff;
    background: url("/templates/_emotion/frontend/_resources/images/sprite-banner-slider.png") no-repeat -56px -23px;
    display: inline-block;
    width: 25px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    font-weight: bold;
    font-size:100%;
    margin: 0 1px;
    padding:0;
}
.rhino-bullets li a.rhino-bullet.rhino-active-bullet{
    background: url("/templates/_emotion/frontend/_resources/images/sprite-banner-slider.png") no-repeat -56px 0px;
}
.rhino-bullets li a.rhino-bullet:hover{
    color:white;
    background: url("/templates/_emotion/frontend/_resources/images/sprite-banner-slider.png") no-repeat -56px 0px;
}
.rhino-item .contentSliderDiv{
    width:50%;
    left:5%;
    top:50%;
    background-color:rgba(0,0,0,0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ce000000', endColorstr='#ce000000'); /* IE */
    padding:7px 15px 12px 15px;
    color:white;
}
.rhino-item .contentSliderDiv h2{
    margin:0;
    color:white;
    font-size:15px;
}
.rhino-item .contentSliderDiv h3{
    color:white;
    font-size:13px;
}
.rhino-item .contentSliderDiv h4{
    margin:0;
    color:white;
    font-size:11px;
}
.rhino-item a.csLinkArea{
    display:block;
    width:100%;
    height:100%;
}