/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *



 */

/* line 2, ../../app/assets/stylesheets/jdgallery.css.scss */
#myGallery {
  width: 460px;
  height: 345px;
  z-index: 5;
  display: none;
  border: 1px solid #CCCCCC;
}

/* line 11, ../../app/assets/stylesheets/jdgallery.css.scss */
.jdGallery {
  overflow: hidden;
  position: relative;
}

/* line 17, ../../app/assets/stylesheets/jdgallery.css.scss */
.jdGallery img {
  border: 0;
  margin: 0;
}

/* line 23, ../../app/assets/stylesheets/jdgallery.css.scss */
.jdGallery .slideElement {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
}

/* line 31, ../../app/assets/stylesheets/jdgallery.css.scss */
.jdGallery .loadingElement {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/assets/img/loading-bar-black.gif);
}

/* line 44, ../../app/assets/stylesheets/jdgallery.css.scss */
.jdGallery .slideInfoZone {
  position: absolute;
  z-index: 10;
  width: 100%;
  margin: 0px;
  left: 0;
  bottom: 0;
  height: 40px;
  background: #333;
  color: #fff;
  text-indent: 0;
  overflow: hidden;
}

/* line 59, ../../app/assets/stylesheets/jdgallery.css.scss */
* html .jdGallery .slideInfoZone {
  bottom: -1px;
}

/* line 64, ../../app/assets/stylesheets/jdgallery.css.scss */
.jdGallery .slideInfoZone h2 {
  padding: 0;
  font-size: 80%;
  margin: 0;
  margin: 2px 5px;
  font-weight: bold;
  color: inherit;
}

/* line 74, ../../app/assets/stylesheets/jdgallery.css.scss */
.jdGallery .slideInfoZone p {
  padding: 0;
  font-size: 60%;
  margin: 2px 5px;
  color: #eee;
}

/* line 82, ../../app/assets/stylesheets/jdgallery.css.scss */
.jdGallery div.carouselContainer {
  position: absolute;
  height: 135px;
  width: 100%;
  z-index: 10;
  margin: 0px;
  left: 0;
  top: 0;
}

/* line 93, ../../app/assets/stylesheets/jdgallery.css.scss */
.jdGallery a.carouselBtn {
  position: absolute;
  bottom: 0;
  right: 30px;
  height: 20px;
  text-align: center;
  padding: 0 10px;
  font-size: 13px;
  background: #333;
  color: #fff;
  cursor: pointer;
}

/* line 107, ../../app/assets/stylesheets/jdgallery.css.scss */
.jdGallery .carousel {
  position: absolute;
  width: 100%;
  margin: 0px;
  left: 0;
  top: 0;
  height: 115px;
  background: #333;
  color: #fff;
  text-indent: 0;
  overflow: hidden;
}

/* line 121, ../../app/assets/stylesheets/jdgallery.css.scss */
.jdGallery .carousel .carouselWrapper {
  position: absolute;
  width: 100%;
  height: 78px;
  top: 10px;
  left: 0;
  overflow: hidden;
}

/* line 131, ../../app/assets/stylesheets/jdgallery.css.scss */
.jdGallery .carousel .carouselInner {
  position: relative;
}

/* line 136, ../../app/assets/stylesheets/jdgallery.css.scss */
.jdGallery .carousel .carouselInner .thumbnail {
  cursor: pointer;
  background: #000;
  background-position: center center;
  float: left;
  border: solid 1px #fff;
}

/* line 145, ../../app/assets/stylesheets/jdgallery.css.scss */
.jdGallery .carousel .label {
  font-size: 13px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  padding: 0;
  margin: 0;
}

/* line 155, ../../app/assets/stylesheets/jdgallery.css.scss */
.jdGallery .carousel .label .number {
  color: #b5b5b5;
}

/* line 160, ../../app/assets/stylesheets/jdgallery.css.scss */
.jdGallery a {
  font-size: 100%;
  text-decoration: none;
  color: inherit;
}

/* line 167, ../../app/assets/stylesheets/jdgallery.css.scss */
.jdGallery a.right, .jdGallery a.left {
  position: absolute;
  height: 99%;
  width: 10%;
  cursor: pointer;
  z-index: 10;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}

/* line 180, ../../app/assets/stylesheets/jdgallery.css.scss */
* html .jdGallery a.right, * html .jdGallery a.left {
  filter: alpha(opacity=50);
}

/* line 185, ../../app/assets/stylesheets/jdgallery.css.scss */
.jdGallery a.right:hover, .jdGallery a.left:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

/* line 193, ../../app/assets/stylesheets/jdgallery.css.scss */
.jdGallery a.left {
  left: 0;
  top: 0;
  background: url(/assets/img/fleche1.png) no-repeat center left;
}

/* line 199, ../../app/assets/stylesheets/jdgallery.css.scss */
* html .jdGallery a.left {
  background: url(/assets/img/fleche1.gif) no-repeat center left;
}

/* line 202, ../../app/assets/stylesheets/jdgallery.css.scss */
.jdGallery a.right {
  right: 0;
  top: 0;
  background: url(/assets/img/fleche2.png) no-repeat center right;
}

/* line 208, ../../app/assets/stylesheets/jdgallery.css.scss */
* html .jdGallery a.right {
  background: url(/assets/img/fleche2.gif) no-repeat center right;
}

/* line 211, ../../app/assets/stylesheets/jdgallery.css.scss */
.jdGallery a.open {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 219, ../../app/assets/stylesheets/jdgallery.css.scss */
.withArrows a.open {
  position: absolute;
  top: 0;
  left: 25%;
  height: 99%;
  width: 50%;
  cursor: pointer;
  z-index: 10;
  background: none;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
/* line 3, ../../app/assets/stylesheets/smoothgallery.css.scss */
.thumb a img {
  border-color: #CCCCCC;
}

/* line 8, ../../app/assets/stylesheets/smoothgallery.css.scss */
.thumb img {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  background: #F3F3F3 none repeat scroll 0%;
  border: 1px solid #DDDDDD;
  margin: 1px;
  padding: 0px;
}

/* line 19, ../../app/assets/stylesheets/smoothgallery.css.scss */
.thumb a:hover img {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-color: #3388CC;
  border-width: 2px;
  margin: 0pt;
}

/* line 30, ../../app/assets/stylesheets/smoothgallery.css.scss */
#myGallery {
  width: 220px;
  height: 168px;
  margin-bottom: 5px;
}
