/**
  * Rhinoslider 1.05
  * //rhinoslider.com/
  *
  * Copyright 2015: Sebastian Pontow, Rene Maas (//renemaas.de/)
  * Dual licensed under the MIT or GPL Version 2 licenses.
  * //rhinoslider.com/license/
  */
.rhino-btn {
    /*background:url(../img/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 {

}

.rhino-next {

}

.rhino-prev:hover { }

.rhino-next:hover { }

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

.rhino-play { }

.rhino-play:hover {}

.rhino-pause { }

.rhino-pause:hover { }

.rhino-container {
    position:relative;
    height: 300px !important;
    background: #ffffff;
}

.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: 24px;
	right: 22px;
	margin:0 0 0 -50px;
	z-index: 10;
	padding:0;
}

.rhino-bullets:before, .rhino-bullets:after {
    position:absolute;
     display:none;
     left:-16px;
     content:' ';
     width:16px;
     height:26px;
     background:url(../img/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: 17px;
    height: 17px;
	cursor: pointer;
    font-size: 0;
	text-decoration:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
    background: #6eba24;
border-radius: 15px;
    margin: 0 1.5px;
}

.rhino-bullets li a.rhino-bullet:hover, .rhino-bullets li a.rhino-bullet:focus {
        background: url('../img/sprite.png') no-repeat -234px -87px;
    border-radius: 30px;
    width: 20px;
    margin: 0;
}

.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
        background: url('../img/sprite.png') no-repeat -233px -87px;
    width: 20px;
    margin: 0;
}
*/