/**
  * 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/
*/

/*changed*/
/*.rhino-btn {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    -moz-user-select: none;
    background: none repeat scroll 0 0 #6F95DC;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: block;
    margin: 0 20px 20px;
    padding: 10px;
    text-align: center;
    width: 125px;
    z-index: 10;
    font-weight: bold;
    text-decoration: none;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#618ecc), to(#5b85c1));
    background-image: -moz-linear-gradient(#618ecc, #5b85c1);
    background-image: -webkit-linear-gradient(#618ecc, #5b85c1);
    background-image: -o-linear-gradient(#618ecc, #5b85c1);
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#618ecc, endColorstr=#5b85c1)";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#618ecc, endColorstr=#5b85c1)";
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}*/
.rhino-btn:hover {
    background: #364f71;
		border: 1px solid rgba(256,256,256,0.75);
		box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
		-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
		-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}
.rhino-btn {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	display: block;
	position: absolute;
  right: 0;
  bottom: 0;
  -moz-user-select: none;
	margin: 0 20px 20px;
  padding: 10px;
  text-align: center;
  width: 125px;
  z-index: 10;
  transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
    padding: 11px 25px;
		font-weight: 400;
		font-size: 18px;
		color: #fff;
		text-shadow: 0px 1px 0 rgba(0,0,0,0.25);
		background: #618ecc;
		border: 1px solid #364f71;
		border-radius: 5px;
		cursor: pointer;
		box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
		-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
		-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
}

/*changed*/
.rhino-prev, .rhino-next { bottom:0px; }
/*changed*/
.rhino-prev {
    left:0px;
    background-position:-168px 0;
}
/*changed*/
.rhino-next {
    right:0px;
    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;
    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;
}


/*changed*/
.rhino-bullets {
    position: relative;
    top: -438px;
    z-index: 10;
    background: #fff;
    padding:0;
    float:left;
}

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

}

.rhino-bullets:after {
    left:auto;
    right:-16px;
    background-position: -240px 0;
}
/*changed*/
.rhino-bullets li {
    float:left;
    display:inline;
    margin:0;
    width: 233px;
}
/*changed*/
.rhino-bullets li a.rhino-bullet {
    display: block;
    width: 100%;
    height: 90px;
    cursor: pointer;
    background: none repeat scroll 0 0 #f8fbff;
    border: 1px solid #EEEEEE;
    font-size: 10px;
    text-align: center;
    padding: 10px 0 5px 0;
    color: #000;
    text-decoration:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
 		font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size:13px;
}

.rhino-bullets li a.rhino-bullet:hover, .rhino-bullets li a.rhino-bullet:focus {
    color:#999;
    background:#eee;
}
/*changed*/
.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
    color:#000;
    background:#fff;
    border-bottom: none;
}
