        html {
                overflow: hidden;
        }
        body {
                margin: 0px;
                padding: 0px;
                background: #222;
                width: 100%;
                height: 100%;
                font-family:'맑은 고딕';
        }
        #imageFlow {
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0%;
                top: 10%;
                overflow: 
                background: #000;
        }
        #imageFlow .diapo {
                position: absolute;
                left: -4000px;
                cursor: pointer;
                -ms-interpolation-mode: nearest-neighbor;
        }
        #imageFlow .link {
                border: dotted #fff 1px;
                margin-left: -1px;
                margin-bottom: -1px;
        }
        #imageFlow .text {
                position: absolute;
                left: 0px;
                width: 100%;
                bottom: 16%;
                text-align: center;
                color: #FFF;
                font-family: '맑은 고딕',verdana, arial, Helvetica, sans-serif;
                z-index: 1000;
        }
        #imageFlow .title {
                font-size: 0.9em;
                font-weight: bold;
        }
        #imageFlow .legend {
                font-size: 0.8em;
        }
        #imageFlow .scrollbar {
                position: absolute;
                left: 10%;
                bottom: 10%;
                width: 80%;
                height: 16px;
                z-index: 1000;
        }
        #imageFlow .track {
                position: absolute;
                left: 1%;
                width: 98%;
                height: 16px;
                filter: alpha(opacity=30);
                opacity: 0.3;
        }
        #imageFlow .arrow-left {
                position: absolute;
        }
        #imageFlow .arrow-right {
                position: absolute;
                right: 0px;
        }
        #imageFlow .bar {
                position: absolute;
                height: 16px;
                left: 25px;
        }
        a {
                text-decoration: none;
                color: #ff8000;
        }
        a:hover        {
                text-decoration: none;
                background: #ff8000;
                color: #ffffff;
        }
        a:visited {
                text-decoration: none;
                color: #ff8000;
        }
        a:visited:hover {
                text-decoration: none;
                background: #ff8000;
                color: #ffffff;
        }