/**
  * 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(../images/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;
	display:none;
	left:20px;
	right:0;
	top:40px;
	color:#fff;
	text-align:left;
	width:350px;
	font-size:14px;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	}

.rhino-caption .row1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	font-style:italic;
	}

.rhino-bullets {
	position: absolute;
	bottom: 8px;
	left:92%;
	width:940px;
	padding-left:420px;
	margin:0 0 0 -50%;
	z-index: 10;
	height:20px;
	/*display:none;
	background:url(../images/slide-nav-bg.png) center bottom no-repeat;*/
}

/*.rhino-bullets:before, .rhino-bullets:after {
	position:absolute;
	display:block;
	left:-16px;
	content:' ';
	width:16px;
	height:26px;
	background:url(../images/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:14px 0 0 3px;
	
}

.rhino-bullets li a.rhino-bullet {
	display: block;
	width: 20px;
	height: 5px;
	cursor: pointer;
	background:#ffffff;
	/*font-size: 10px;
	text-align: center;
	padding: 6px 0 5px 0;
	color: #333;*/
	text-indent:-10000px;
	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:#f1592a;
	-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}

.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
	/*color:#fff;*/
	background:#f1592a;
}