/**
  * 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-container { position:relative; }

.rhino-bullets {
	position: absolute;
	bottom: 18px;
	left: 50%;
	margin:0 0 0 -160px;
	z-index: 10;
	padding:0;
}

.rhino-bullets:before, .rhino-bullets:after {
	position:absolute;
	display:block;
	left:0;
	content:' ';
	width:60px;
	height:4px;
}

.rhino-bullets:after {
	left:auto;
	right:0;
}

.rhino-bullets li {
	float:left;
	display:inline;
	margin:0 10px;
	background: #1e1e1d;	
}

.rhino-bullets li a.rhino-bullet {
	display: block;
	width: 60px;
	height: 4px;
	cursor: pointer;
	font-size: 4px;
	text-align: center;
	padding: 0;
	text-decoration:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	text-indent: -9999px;
}

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

.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
	background:#646059;
}