﻿r@charset "UTF-8";

.image-slider {
    position: relative;
    left: 0px;
    top: 0px;

}

.image-slider .slider-body {
    position: relative;
    width: 1020px;
    height: 500px;

    background: url("../images/panelbg.png") no-repeat;

}

.image-slider .slider-body .image-list  {
    position: relative;
    left:0px;
    top:0px;
    width:1020px;
    height:500px;
    overflow:hidden;
}

.image-slider .slider-body .image-list img {
    width:1020px;
    height:500px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.0;
}


/* image-list 끝  */

.image-slider .slider-body ul.index-nav {
    position: absolute;
    right: 405px;
    bottom: 30px;
    width: 150px;
    height: 10px;
    list-style: none;
}

.image-slider .slider-body ul.index-nav li {
    display: inline;
    width: 30px;
    float: left;
}

.image-slider .slider-body ul.index-nav li a {
    float: left;
    font-size: 9pt;
    width: 29px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    vertical-align: middle;
    background: url(../images/button_dot.png) no-repeat;
}

.image-slider .slider-body ul.index-nav li a.select {
    background: url(../images/button_dot.png) no-repeat 0 -27px;
}



/* dot-nav   */

.image-slider .slider-btn-prev {
	display: none;
    background: url(../images/btn_prev.png) no-repeat 0 -27px;
    position: absolute;
    top: 200px;
    left: -44px;
    right: 0px;
    width: 40px;
    height: 80px;
    cursor: pointer;
}

.image-slider .slider-btn-next {
	display: none;
    background: url(../images/btn_next.png) no-repeat 0 -27px;
    position: absolute;
    top: 200px;
    right: -44px;
    width: 40px;
    height: 80px;
    cursor: pointer;
}
