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

.rhino-prev {
	left:-70px;
	width:102px;
	overflow:hidden;
	text-indent:-300px;
	height:492px;
	background-image:url(../images/fleche_gauche.png);
	background-position:top right;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;	
}

.rhino-next {
	right:-70px;
	width:102px;
	overflow:hidden;
	text-indent:-300px;
	height:492px;
	background-position:top right;
	background-image:url(../images/fleche_droite.png);
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;	
}

.rhino-container { position:relative; }


.rhino-bullets {
	position: absolute;
	bottom: 11px;
	right:20px;
	margin:0px;
	z-index: 10;
	padding:0;
}
	


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

.rhino-bullets li a.rhino-bullet {
	display: block;
	width: 11px;
	height: 12px;
	cursor: pointer;
	overflow:hidden;
	text-indent:-100px;
	text-decoration:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	background-image:url(../images/bullet.png);
	background-position:left bottom;
}

.rhino-bullets li a.rhino-bullet:hover, .rhino-bullets li a.rhino-bullet:focus {
	background-position:left top;
}

.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
	background-position:left top;
}

/* SLIDER INTER */
.droite .rhino-bullets {
	display:none;	
}

.droite .rhino-prev {
	left:30px;
	top:200px;
	width:24px;
	overflow:hidden;
	text-indent:-300px;
	height:45px;
	background-image:url(../images/gauche_slider_inter.png);
	background-position:top right;
	z-index:20;
}

.droite .rhino-next {
	left:600px;
	top:200px;
	width:24px;
	overflow:hidden;
	text-indent:-300px;
	height:45px;
	background-position:top right;
	background-image:url(../images/droite_slider_inter.png);
	z-index:20;
}
	.droite .rhino-next:hover,
	.droite .rhino-prev:hover{
		background-position:bottom right;	
	}

