.touchgallery{position:relative;overflow:hidden;width:350px;height:270px}.touchgallery ul{list-style:none;margin:0;padding:0;left:0;position:absolute;-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);-moz-transition:all 150ms ease-in-out;-webkit-transition:all 150ms ease-in-out;transition:all 150ms ease-in-out}.touchgallery ul li{float:left;display:block;text-align:center}.touchgallery ul li img{max-width:100%;height:auto}.touchgallery .jumptodiv{text-align:center;width:100%;background:#fff;font-size:1.5em;font-weight:700;color:#999;letter-spacing:7px;position:absolute;bottom:0;margin-top:0;text-shadow:0 1px 2px #8a8a8a}.touchgallery .jumptodiv span.selected{color:#333}