 .rhino-btn {
 	z-index:10;
  	width: 25px;
  	height: 23px;
	display:block;
	text-indent:-999%;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	background:url(../images/navigation.png);
}

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

.rhino-prev {
	left: 40px;
	background-position: left top;
}

.rhino-next {
	right: 45px;
	background-position: right top;
}

 
 
 

.rhino-play { background-position:0 0; background-image:none; display:none }

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

 
.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: 0px;
	left: 89px;
	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;
 }

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

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

.rhino-bullets li a.rhino-bullet {
	display: block;
	width: 21px;
	height: 15px;
	cursor: pointer;
	background: #FFF1B8;
	font-size: 10px;
	text-align: center;
	padding: 4px 0 2px 0;
	color: #666666;
	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: #537A37;
}