/**
  * 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-container{
	width:100% !important;
}
 
.sliderbox {
	width:100%;
	height:100%;			
	padding:0;
	margin:0 auto;
	position:relative;
	z-index:1001;
} 
 
.slider {
	width:100%;
	display:block;
	overflow:hidden;			
	padding:0;
	margin:0 auto;
}
			
.slider li { 
			list-style:none;
			width:100%;
			display:block;
		 	padding:0;
		 	margin:0 auto;
		 	position:relative;		 	
} 

.slider li img{
		 	display:block;
		 	padding:0;
		 	margin:0 auto;
		 	width:100%;
		 	position:relative;
		 	}	
 
.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 {
	top:50%;
	left:0px;
	margin-top:-18px;
	width:36px;
	height:36px;
	z-index:1000000;
	background:url('../images/prev.png') 0 0 no-repeat;
}

.rhino-next {
	top:50%;
	right:0px;
	margin-top:-18px;
	width:36px;
	height:36px;
	z-index:1000000;
	background:url('../images/next.png') 0 0 no-repeat;
}



.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 {
	position: absolute;
	bottom: 12px;
	left: 50%;
	margin:0 0 0 -50px;
	z-index: 1000;
	padding:0;
	
}

.rhino-bullets:before, .rhino-bullets:after {
	position:absolute;
	display:block;
	left:-16px;
	content:' ';
	width:16px;
	height:16px;
}

.rhino-bullets:after {
	left:auto;
	right:-16px;
	background-position: -240px 0;
}

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

.rhino-bullets li a.rhino-bullet {
	display: block;
	width: 8px;
	height: 8px;
box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
		box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	font-size: 10px;
	text-align: center;
	padding: 2px;
	color: #333;
	text-decoration:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	text-indent:-9999px;
}

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

.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
	color:#fff;
	background:#4AA8E8;
}