/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#slider {
	position:relative;
	margin:30px 30px 60px 30px;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}

.nivo-control img {
  border: 4px solid #DDD;
}

.nivo-controlNav a.active img{
  border: 4px solid #616161;
}

#slider img {
  left:0;
  position:absolute;
  top:0;
}

#slider a {
	border:0;
}

.nivo-controlNav {
  height:340px;
  left:469px;
  overflow:hidden;
  position:absolute;
  top:-4px;
}
.nivo-controlNav a {
	display:block;
	width:85px;
	height:68px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
  background-position:-10px 0;
  display:block;
  height:68px;
}

.nivo-directionNav a {
  height:45px;
	display:block;
	width:31px;
  float:left;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
  z-index: 2147483647;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}

div#views-nivo-slider-liste_image_node-block_1 {
  border: 6px solid #616161;
}
