.touchslider, #touchDiv {width: 100%;background-color: #eee;overflow: hidden;}
.touchslider ul > li, #touchDiv ul > li {position: absolute;font-size: 0;line-height: 0;}
.touchslider ul > li img, #touchDiv ul > li img {width: 100%;height: auto;}
.touchslider ul > li .slideTo, #touchDiv ul > li .slideTo {background-color: #222;color: #fff;}
.touchslider ul > li .slideTo.active, #touchDiv ul > li .slideTo.active {background-color: green;}
.touchslider ul > li .slideTo > div, #touchDiv ul > li .slideTo > div {font-size: 14px;margin-top: -20px;}
.touchslider ul > li .slideTo > img, #touchDiv ul > li .slideTo > img {vertical-align: top;}
.touchslider ul > li span.indexNumber, #touchDiv ul > li span.indexNumber {display: block;position: absolute;z-index: 3;left: 80px;top: 200px;color: #fff;font-size: 16px;}
.touchslider .indicate, #touchDiv .indicate {width: 100%;bottom: 10px;z-index: 120;text-align: center;}
.touchslider .indicate > a, #touchDiv .indicate > a {display: inline-block;width: 10px;height: 10px;background-color: #fff;margin-left: 10px;margin-right: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;-ms-border-radius: 10px;-o-border-radius: 10px;border-radius: 10px;}
.touchslider .indicate > a.active, #touchDiv .indicate > a.active {background-color: black;}
.touchslider .indicate:after, #touchDiv .indicate:after {display: block;visibility: hidden;content: ".";clear: both;text-indent: -9999px;height: 0;}
.touchslider a.arrowBtn, #touchDiv a.arrowBtn {display: block;position: absolute;width: 30px;top: 50%;height: 30px;margin-top: -15px;z-index: 120;}
.touchslider a.arrowBtn.prev, #touchDiv a.arrowBtn.prev {left: 10px;background-image: url("../index/left-arrow.png");background-position: 50% 50%;background-size: 24px;background-repeat: no-repeat;}
.touchslider a.arrowBtn.next, #touchDiv a.arrowBtn.next {right: 10px;background-image: url("../index/right-arrow.png");background-position: 50% 50%;background-size: 24px;background-repeat: no-repeat;}