.slider_desc {
  font-size:13px;
}

.slider_desc h4 {
  color: #fff !important;
}


.pgwNav {
    position: absolute;
    bottom: 15px;
    //right: 6px;
    width: 94px;
    height: 16px;
    //left: 443px;
   z-index: 10;
   right:0;
}

.pgwNav > div {
  position: absolute; 
  width: 16px; 
  height: 16px; 
  top: 0px;
  background: url(/content/images/slider/pgwnavc.png) no-repeat;
  overflow: hidden;
  cursor: pointer;
  background-position: -7px -7px;
}

#n1 {
  left: 0px;
}

#n2 {
  left: 26px;
}

#n3 {
  left: 52px;
}

@media only screen and (max-width : 480px) {
  .slider_desc > span {
    display: none;
  }
  .slider_desc > h4 {
    font-size: 14px !important;
  }
}

