/*Slide*/

.slider-wrapper {
  width:722px;
  height:337px;
  margin:0 auto;
  /*padding-top:18px;*/
  position:relative;
  margin-bottom: 20px
}
.slideTitle {
  font-size: 16px;
  font-weight: bold;
  height: 5px;
  padding-top: 1px!important;
}

.nivo-caption a {
  border-bottom-style: none!important;
  color: #FFF!important;
  text-decoration: none!important;
}

.nivo-caption a:hover {
  color: #FFF!important;
}

.slideDescription {
  font-size: 11px;
}
.nivoSlider {
  position:relative;
  width:660px !important;
  height:350px;
  background:url(../images/general/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
  display:none;
  width:660px;
  height:350px;
}
.nivoSlider a {
  border:0;
  display:block;
}

.nivo-controlNav {
  bottom: 6px;
  left: 80%;
  margin-right: 60px;
  position: absolute;
  z-index: 10;
}
.nivo-controlNav a {
  display:block;
  width:10px;
  height:6px;
  background:url(../images/anime/navSlider.png) no-repeat;
  text-indent:-9999px;
  border:0;
  float:left;
}

.anime-slider .nivo-controlNav a {
  background:url(../images/anime/navSlider.png) no-repeat;
}

.manga-slider .nivo-controlNav a {
  background:url(../images/manga/navSlider.png) no-repeat;
}

.drama-slider .nivo-controlNav a {
  background:url(../images/drama/navSlider.png) no-repeat;
}

.novel-slider .nivo-controlNav a {
  background:url(../images/novel/navSlider.png) no-repeat;
}

.portal-slider .nivo-controlNav a {
  background:url(../images/accueil/navSlider.png) no-repeat;
}

.nivo-controlNav a.active {
  background-position:0 -6px;
}

.nivo-directionNav a {
  display:block;
  width:25px;
  height:151px;
  background:url(../images/general/flecheSlider.png) no-repeat 0% 50%;
  text-indent:-9999px;
  border:0;
  opacity: 0;
  top:40px;
  margin-top:-72px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.nivoSlider:hover .nivo-directionNav a {
  opacity: 1;
}

a.nivo-nextNav {
  background-position: 150% 50%;
  padding-right: 20px;
  right: -5px;
}
a.nivo-prevNav {
  background-position: -55% 50%;
  left: -6px;
  padding-left: 20px;
}

.nivo-caption {
  font-family: Helvetica, Arial, sans-serif;
  height:58px;
  background-image:url(../images/general/zonetexteSlider.png)!important;
  width:660px;
}
.nivo-caption a {
  color:#fff;
  border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
  color:#fff;
}