.cycle-slideshow {
  width:100%;
  z-index:1;
}
.cycle-slideshow img {
  height:auto;
  width:100%;
}
/*.cycle-prev, .cycle-next {
  cursor:pointer;
  height:100%;
  opacity:1;
  position:absolute;
  top:0;
  width:10%;
  z-index:800;
}
.cycle-prev {
  background-image:url(http://www.piconowatches.com/medota/tw/images/new/left.png);
  background-position:50% 50%;
  background-repeat:no-repeat no-repeat;
  left:0;
}
.cycle-next {
  background-image:url(http://www.piconowatches.com/medota/tw/images/new/right.png);
  background-position:50% 50%;
  background-repeat:no-repeat no-repeat;
  right:0;
}
.cycle-prev:hover, .cycle-next:hover {
  opacity:0.7;
}*/
.container{
  position: relative;
  text-align: left;
  behavior:expression(this.style.width =(document.documentElement.offsetWidth<1100)?"1100px":"100%");
  max-width: 100%;
  margin: 0px auto;
  text-align:center;
  padding:0;
  margin-top: 3px;
}
.picleft{
  position: absolute;
  left: 0px;
  width: 50%;
}
.picright{
  position: absolute;
  right: 0px;
  width: 50%;
}

@media screen and (max-width: 768px) {
    .container{
    position: relative;
    text-align: left;
    max-width: 100%;
    margin: 0px auto;
    text-align:center;
    padding:0;
    margin-top: 3px;
  }
    .picleft{
    position: relative;
    width: 100%;
  }
  .picright{
    position: relative;
    width: 100%;
  } 
}