@charset "utf-8";

.slideFrame { position: relative; margin: -34px 0 25px; overflow: hidden; overflow-x: auto; height: 316px; }
.slideGuide { width: 150%; height: 100%; }
.slideCell { display: block; float: left; width: 684px; height: 100%; background: #FFF; color: #333; }

/* sample */
.slideCell a { display: block; width: 100%; height: 100%; }
.slideCell a:hover { }

/* controller */
.slideCtrl { position: absolute; top: 0; width: 150px; height: 100%; cursor: default; }

.slideCtrl.left { left: 0; }
.slideCtrl.right { right: 0; }