a.gy-carousel-gallery-next{
  width:13px;
  height:78px;
  background: url(/gyCarouselGalleryPlugin/images/gy-carousel-gallery-next.jpg) no-repeat;
  float: left;
}

a:hover.gy-carousel-gallery-next{
  text-decoration: none;
}

a.gy-carousel-gallery-prev{
  width:13px;
  height:78px;
  background: url(/gyCarouselGalleryPlugin/images/gy-carousel-gallery-prev.jpg) no-repeat;
  float: left;
}

span.gy-carousel-gallery-prev-not-active{
  width:13px;
  height:78px;
  background: url(/gyCarouselGalleryPlugin/images/gy-carousel-gallery-prev-not-active.jpg) no-repeat;
  float: left;
}

span.gy-carousel-gallery-next-not-active{
  width:13px;
  height:78px;
  background: url(/gyCarouselGalleryPlugin/images/gy-carousel-gallery-next-not-active.jpg) no-repeat;
  float: left;
}

a:hover.gy-carousel-gallery-prev{
  text-decoration: none;
}


div.gy-carousel-gallery-images-list img {
  /*float:left !important;
  width:70px !important;
  height:70px !important;
  border:4px #DBD7CE solid !important;*/
}

div.gy-carousel-gallery-image-yes img {
  float:left !important;
  width:70px !important;
  height:70px !important;
  border:4px #DBD7CE solid !important;
}

div.gy-carousel-gallery-image-no img {
  /*float:left !important;
  width:0px !important;
  height:0px !important;
  border:4px #ff0000 solid !important;*/
}


