/*크기 정하는곳----------------------------------------------- */
*{padding:0; margin:0;}
img{border:0;}
.box_skitter {position: relative;width: 1024px;height:492px;}
.box_skitter img {max-width: none;} /* Tip for stildv */
.box_skitter ul {display: none;}
.box_skitter .container_skitter {overflow: hidden;position: relative;}
.box_skitter .image {overflow: hidden;}
.box_skitter .image img {display: none;}
/* =손댈필요없음-------------------------------------------------------------- */
.box_skitter .box_clone {position: absolute;top: 0;left: 0;width: 100px;overflow: hidden;display: none;z-index: 20;}
.box_skitter .box_clone img {position: absolute;top: 0;left: 0;z-index: 20;}
/* =화살표 위치 잡는 곳
-------------------------------------------------------------- */
.box_skitter .prev_button {position: absolute;top: 50%;left: 35px;z-index: 152;width: 45px;height: 48px;overflow: hidden;text-indent: -9999em;}
.box_skitter .next_button {position: absolute;top: 50%;right: 35px;z-index: 152;width: 45px;height: 48px;overflow: hidden;text-indent: -9999em;}
/* =도트 위치 잡는 곳
-------------------------------------------------------------- */
.box_skitter .info_slide_dots {position: absolute;top:430px;z-index: 151;}/*높이정할수있음. 좌우는 메서드로 조정가능 메인참고*/
.box_skitter .info_slide_dots .image_number {float: left;margin: 0 10px 0 0;cursor: pointer;text-indent: -9999em;overflow: hidden;}/**/
/* 화살표 도트 이미지 잡는곳
-------------------------------------------------------------- */
.skitter-clean .prev_button, 
.skitter-clean .next_button, 
.skitter-clean .play_pause_button, 
.skitter-clean .focus_button 
{display: block;background: url('../images/sprite-clean.png') 0 0 no-repeat;} /*화살표 이미지 및 도트 정하는 곳*/
.skitter-clean .prev_button {background-position: 0px 0px;}/*이전 화살표 이미지 위치 잡아 주는 곳*/
.skitter-clean .next_button { background-position: 0px -53px;}/*다음 화살표 이미지위치 잡아 주는 곳*/
.skitter-clean .info_slide_dots .image_number {width: 15px;height: 15px;background: url(../images/btn.png) 0 -16px no-repeat;}/*오버 안됐을때 도트 잡아주는곳*/
.skitter-clean .info_slide_dots .image_number:hover {background: url(../images/btn.png) 0 -16px no-repeat;}/*오버 됐을때 도트 잡아주는곳*/
.skitter-clean .info_slide_dots .image_number_select, .skitter-clean .info_slide_dots .image_number_select:hover {background: url(../images/btn.png) 0 0 no-repeat;}