/**
  * Rhinoslider 1.05
  * http://rhinoslider.com/
  *
  * Copyright 2012: 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/storyboard-controls.png) 0 0 no-repeat;
	z-index:10;
	width:30px;
	height:30px;
	display:block;
	text-indent:-999%;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

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

.rhino-prev {
	right:-30px;
	bottom:175px;
	background-position:0 0;
}

.rhino-next {
	right:-30px;
	bottom:115px;
	background-position:0 -60px;
}

.rhino-prev:hover { background-position:-30px 0px; }

.rhino-next:hover { background-position:-30px -60px; }

.rhino-toggle {
	/*top:-4px;
	left:-6px;*/
	bottom:145px;
	right:-30px;
}

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

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

.rhino-pause
{
	background-position:0 -30px;

}

.rhino-pause:hover { background-position:-30px -30px; }

.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: 68px;
	left: -30px;
	margin:0 0 0 -3px;
	z-index: 10;

	padding:0;
}
/*
.rhino-bullets:before, .rhino-bullets:after {
	position:absolute;
	display:block;
	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;
	*/
	list-style: none;
	margin:4px 0;
}

.rhino-bullets li a.rhino-bullet {
	display: block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	cursor: pointer;
	background: #f7f6f2;
	font-size: 10px;
	text-align: center;
	padding: 0;
	color: #333;
	text-decoration:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;

	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;

}

.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:#8AC440;
	font-weight: bold;
}