.slideFrame {
 /*
    background: #333 none repeat scroll 0 0;
    border: 5px solid #333;
    height: 100px;
    margin: 0 20px;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    width: 900px;
*/
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    height: auto;
}
.slideGuide {
    height: 100%;
    width: 150%;
}
.slideCell {
	clear: none;
/*    background: #fff none repeat scroll 0 0;*/
    color: #333;
    display: block;
    float: left;
    height: 100%;
    margin-right: 20px;
    width: 460px;
}
.slideCell a {
/*    background: skyblue none repeat scroll 0 0;*/
    display: block;
    height: 100%;
    width: 100%;
}
.slideCell a:hover {
/*    background: yellow none repeat scroll 0 0;*/
}
.slideCtrl {
    background: #676767 url("hatch.png") repeat scroll 0 0;
    color: #fff;
    cursor: default;
    display: none;
    font-size: 12px;
    height: 100%;
    opacity: 0.8;
    padding-top: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
}
.slideCtrl{
	display:none;
}
.slideCtrl.left {
    left: -5px;
}
.slideCtrl.right {
    right: -5px;
}
.cell {
    background: #fff none repeat scroll 0 0;
    display: block;
    float: left;
    height: 100%;
    margin-right: 5px;
    width: 200px;
}
.controller {
    background: #676767 url("hatch.png") repeat scroll 0 0;
    color: #fff;
    cursor: default;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    opacity: 0.8;
    padding-top: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 60px;
}
.controller.left {
    left: -5px;
}
.controller.right {
    right: -5px;
}

@media handheld,only screen and (max-width:48em) {
  .slideCell {
    width: 300px;
  }
}





.loopSliderWrap {
  top: 0;
  left: 0;
  height: 242px;
  overflow: hidden;
  position: absolute;
}

.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 242px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.loopSlider ul {
  height: 100%;
  float: left;
  overflow: hidden;
}
.loopSlider ul li {
  width: 150px;
  height: 100%;
  float: left;
  display: inline;
  overflow: hidden;
}


.loopSlider ul li img{
  display: block;
  width:100%;
}


@media (max-width: 767px) {

  .loopSliderWrap {
    height: 180px;
  }

  .loopSlider {
    height: 130px;
  }

  .loopSlider ul li {
    width: 100px;
  }
}
