.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 {
	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 {
	margin:0;
	z-index:10;
	padding:0;
}


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

.rhino-bullets li a.rhino-bullet {
	display: block;
	height:25px;
	line-height:25px;
	border-top:1px solid #BBB;
	border-right:1px solid #AAA;
	border-bottom:1px solid #AAA;
	cursor: pointer;
	text-align: center;
	text-decoration:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	background-color:#FFF;
}

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

.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
	color:#333;
	background:#eee;
}



.rhino-bullets li #rhino-item2-bullet{

}

.rhino-bullets li #rhino-item2-bullet:hover{

}
