/**
  * Rhinoslider 1.05
  * http://rhinoslider.com/
  *
  * Copyright 2014: 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(../img/rhinoslider-sprite.png) 0 0 no-repeat;
	z-index:1;
	width:32px;
	height:45px;
	display:block;
	text-indent:-999%;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	
}

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

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

.rhino-next {
	right:-2px;
	background-position:-106px 0;
	z-index:1;
}

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

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

.rhino-toggle {
	top:-13px;
	left:587px;
}

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

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

.rhino-pause { background-position:-56px -53px; z-index:1;}

.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:before, .rhino-bullets:after {
	position:absolute;
	display:block;
	left:-16px;
	content:' ';
	width:16px;
	height:26px;
	/* Removed Style */
        /* background:url(../img/rhinoslider-sprite.png) -224px 0 no-repeat; */
}
.rhino-bullets {
	position: absolute;
	left: 540px;
    top: 4px;
	margin:0 0 0 -80px;
	z-index: 1;
	padding:0;
        /* Modified Styles */
		/*display:none; 517*/
      
}
.rhino-bullets li {
	float:left;
	display:inline;
	/* Modified Styles */
	padding:2px;
	/*margin:0 2px;*/
}
.rhino-bullets li a.rhino-bullet {
	display: block;
	width: 16px;
	cursor: pointer;
	background: white;
	font-size: 0px;
	text-align: center;
	padding: 6px 0 5px 0;
	color: #333;
	text-decoration:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
        /* Modified Styles */
	background:url("../img/pagination.png") repeat scroll 0 0 ;
        height: 3px;
}

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

.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
	color:#fff;
	/* Removed Style */
        /* background:#5cd4e8;  */
        /* Modified Style */
	background-position:0px -14px;
}