.rhino-btn {
	background-image: url(images/arrowsx.png);
	position:absolute;
	top:50%;
	margin-top:-13px;
	z-index:60;
	height: 27px;
	width: 27px;
}
.rhino-prev, .rhino-next { bottom:-4px; }
.rhino-prev {	left:-6px;	background-position: 0 0; }
.rhino-next {	right:-6px;	background-position: 100% 0;}
.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:50px;
	top:50px;
	color:#fff;
	padding:10px;
	text-align:right;
	width:330px;
	height:190px;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

#feature_slider .feature {
	position:absolute;
	left:50px;
	top:50px;
	color:#fff;
	padding:10px;
	width:330px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	
}
#feature_slider .feature.bg_blue {
	background: rgba(0,97,160,.90);
}
#feature_slider .feature.bg_dark {
	background: rgba(61,61,61,.65);
}
#feature_slider .feature.float_right {
	left:auto;
	right:50px;
}
#feature_slider .feature h1 {
	font-size:22px;
	font-weight:600;
}
#feature_slider .feature p {
	font-size:18px;
	padding-top:10px;
}
#feature_slider .feature input[type=button] {
	border:0 none;
	padding:5px 10px;
	color:#fff;
	font-size:14px;
	cursor:pointer;
	float:right;
	margin:10px 10px 10px 0;
}
#feature_slider .feature.bg_blue input[type=button] {
	background: rgba(0,154,217,1);
}
#feature_slider .feature.bg_dark input[type=button] {
	background: rgba(52,131,196,1);
}

.rhino-bullets {
    position: absolute;
    bottom: -23px;
    margin:0 0 0 -30px;
    z-index: 10;
    padding:0;
    /* Modified Styles */
    left: 50%;
}
.rhino-bullets li {
	display:inline;
	margin:0 2px;
}

.rhino-bullets li a {
	width:10px;
	height:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background:#666;
	float: left; 
	text-indent: -4000px; 
	position:relative;
	margin-left:7px;
	color:transparent;
	cursor:pointer;
}

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

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