/**
  * 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(../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-btn { background:none;
	display:block;
	text-indent:-999%;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

.rhino-prev {
	background:url(../img/arrow-left.gif) top left no-repeat;
	float:right;
	width:13px;
	height:23px;
	z-index:99999;
	bottom:0px;
	right:35px;

}

.rhino-next {
	background:url(../img/arrow-right.gif) top left no-repeat;
	float:right;
	width:13px;
	height:23px;
	z-index:99999;
	bottom:0px;
	right:0;
}



.rhino-toggle {
	bottom:0px;
	right:15px;
}

.rhino-play { 

	background:url(../img/play.gif) top left no-repeat;
	float:right;
	width:13px;
	height:23px;
	z-index:99999;
	bottom:0px;
	right:15px;

}


.rhino-pause { 

	background:url(../img/pause.gif) top left no-repeat;
	float:right;
	width:13px;
	height:23px;
	z-index:99999;
	bottom:-1px;
	right:18px;

}


.rhino-container { position:relative; }

