@charset "UTF-8";

/* CSS Document */
.MI-container {
    overflow: hidden;
    height: 215px;
    background-color: rgb(0, 0, 0);
    position: absolute;
    width: 620px;
}

.MI-pic0 {
    position: absolute;
    z-index: 0;
    width: 620px;
    text-align: center;
    opacity: 0;
}

.MI-pic1 {
    position: absolute;
    z-index: 1;
    opacity: 1;
    width: 620px;
    text-align: center;
}

.MI-pic1 .MI-pic0 img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.MI-mask {
    margin: 0px;
    z-index: 2;
    position: relative;
    width: 100%;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    opacity: 0.8;
    height: 55px;
    top: 170px;
    filter: alpha(opacity = 80);
}

.MI-caption {
    font-size: 1.5em;
    line-height: 1.1em;
    padding: 12px 0 10px;
    text-align: center;
}

.MI-caption .positive {
    color: #00ff00;
    display: inline;
}

.MI-caption .negative {
    color: #ff0000;
    display: inline;
}

.MI-nav {
    z-index: 3;
    position: relative;
    height: 100%;
    width: 100%;
    top: -128px;
}

.MI-next {
    background-image: url(../images/market-info/close.png);
    width: 34px;
    top: 83px;
    left: 156px;
    position: relative;
    cursor: pointer;
    height: 34px;
    display: block;
    z-index: 2;
}

.MI-next-container {
    float: right;
    height: 200px;
    width: 200px;
    position: relative;
    opacity: 1;
}
