.octopus-container {
    cursor: pointer;
    position: relative;
    padding: 0;
    border: 0;
}

.octopus-container-center {
    margin: 0 auto;
}

.octopus-container iframe {
    border: 0;
}

.octopus-container-300250 {
    width: 300px;
    height: 250px;
}

.octopus-container-300600 {
    width: 300px;
    height: 600px;
}

.octopus-container-72890 {
    width: 728px;
    height: 90px;
}

.octopus-container-160600 {
    width: 160px;
    height: 600px;
}

.octopus-container-46860 {
    width: 468px;
    height: 60px;
}

.octopus-container-200200 {
    width: 200px;
    height: 200px;
}

.octopus-container-120600 {
    width: 120px;
    height: 600px;
}

.octopus-container-320100 {
    width: 320px;
    height: 100px;
}

.octopus-container-32050 {
    width: 320px;
    height: 50px;
}

.octopus-container-00 {
    width: 100%;
    height: auto;
}

.octopus-container-fullwidth {
    width: 100%;
    height: auto;
}

.octopus-container-fullwidth img {
    max-width: 100%!important;
    height: auto!important;
}

.octopus-container-fullwidth iframe {
    width: 100%;
}

.octopus-container-fullwidth .octopus-banner {
    height: auto;
}

.octopus-banner {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.octopus-banner img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.octopus-banner:hover {
    opacity: 0.85;
}

.octopus-view {
    width: 1px;
    height: 1px;
    border: 0;
    display: none;
    visibility: hidden;
}

.octopus-logo {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 20px;
    height: 16px;
    background: url('/image/opt_mini.png') no-repeat;
    cursor: pointer;
}

