/**
  * Rhinoslider 1.05
  * http://rhinoslider.com/
  *
  * Copyright 2013: 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("/i/slider/sprite.png") 0 0 no-repeat;
	z-index:10;
	display:block;
	text-indent:-999%;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

.rhino-prev, .rhino-next {
	width:30px;
	height:77px;
	top:50%;
	margin-top:-38px;
}

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

.rhino-next {
	right:0;
	background-position:-110px -529px;
}

.rhino-prev:hover { background-position:-36px -529px; }

.rhino-next:hover { background-position:-73px -529px; }

.rhino-toggle {
	top:0;
	right:0;
}

.rhino-play, .rhino-pause {
	width:53px;
	height:53px;
}

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

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

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

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

.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 {
	text-align: center;
	padding:0;
	margin-top:-22px;
	z-index:10;
}

.rhino-bullets li {
	display: inline-block;
	margin:0 2px;
}

/*IE7*/
*:first-child+html .rhino-bullets li { display: inline; }


.rhino-bullets li a.rhino-bullet {
	display: block;
	width: 15px;
	height: 15px;
	cursor: pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	background: url("/i/slider/sprite.png") no-repeat scroll -145px -530px transparent;
}

.rhino-bullets li a.rhino-bullet:hover, .rhino-bullets li a.rhino-bullet:focus {
	background-position:-165px -530px;
}

.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
	background-position:-185px -530px;
}
