﻿/* viewport */
.ix-list-viewport {overflow:hidden; height:128px;}

/* 슬라이드 영역, Safari9, Samsung Browser ~4 버전에서 position을 넣지 않으면 randering bug가 발생할 수 있다. */
.ix-list-items {position:relative; left:0; top:0; width:99.9%; height:100%;text-align:center;}
.ix-list-items .ix-list-item {float:left; width:100%; height:100%; position:relative; overflow:hidden;}
.ix-list-items .ix-list-item a {display:block; width:100%; height:100%; position:absolute;}

/* 슬라이드 인디케이터, 방향 버튼 그룹 */
.ix-controller.disabled {visibility:hidden;}

/* 슬라이드 인디케이터 */
.ix-thumbs {position:absolute; bottom:-25px; left:0;right:0; text-align:center;}
.ix-thumbs .ix-thumb {display:inline-block; margin:2px;}
.ix-thumbs .ix-thumb .ix-btn {display:block; width:10px; height:10px; background:#8EAEBA; text-indent:-9999px; border-radius:100%;}
.ix-thumbs .ix-thumb.active .ix-btn {background:#0087E9;}
