/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */




/* line 13, ../sass/jquery.slider.scss */
.cpt-slider {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
/* line 18, ../sass/jquery.slider.scss */
.cpt-slider .ul-slider {
  height: 100%;
  position: absolute;
  left: 0;
  font-size: 0;
}
/* line 23, ../sass/jquery.slider.scss */
.cpt-slider .ul-slider .li-slider {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 1020px;
  height: 100%;
  list-style: none;
}
/* line 28, ../sass/jquery.slider.scss */
.cpt-slider .ul-slider .li-slider a {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 36, ../sass/jquery.slider.scss */
.cpt-slider .slider-selelct {
  display: none;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 30px;
  height: 50px;
  line-height: 54px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
/* line 47, ../sass/jquery.slider.scss */
.cpt-slider .slider-selelct i {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
}
/* line 52, ../sass/jquery.slider.scss */
.cpt-slider .slider-selelct.left {
  left: 0;padding-top:40px;
}
/* line 55, ../sass/jquery.slider.scss */
.cpt-slider .slider-selelct.right {
  right: 0;padding-top:40px;
}
/* line 60, ../sass/jquery.slider.scss */
.cpt-slider .slider-origin {
  position: absolute;
  bottom: 20px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 0;
  position: absolute;
  height: 10px;
  line-height: 10px;
}
/* line 68, ../sass/jquery.slider.scss */
.cpt-slider .slider-origin .span-origin {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 10px;
  height: 10px;
  background: #aaa;
  font-size: 14px;
  margin: 4px;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 77, ../sass/jquery.slider.scss */
.cpt-slider .slider-origin .span-origin.active {
  background: red;
  width: 25px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 81, ../sass/jquery.slider.scss */
.cpt-slider .slider-origin .span-origin.active.circle {
  width: 10px;
}
