
.lavaLampWithImage
{
    position: relative;
    overflow: hidden;
    margin: auto;
    white-space: nowrap;
    width: 100%;
}

.lavaLampWithImage li
{
    float: left;
    list-style: none;
}
.lavaLampWithImage li.back
{
    background: url("/images/lava.png") no-repeat right -30px;
    width: 9px;
    height: 30px;
    z-index: 8;
    position: absolute;
}
.lavaLampWithImage li.back .left
{
    background: url("/images/lava.png") no-repeat top left;
    height: 30px;
    margin-right: 7px; /* 7px is the width of the rounded shape */
}
.lavaLampWithImage li a
{
    font: bold 14px Helvetica;
    text-decoration: none;
    color: #fff;
    outline: none;
    text-align: center;
    top: 7px;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: auto 7px;
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited
{
    border: none;
}

.intro
{
    position: absolute;
    z-index: 3;
    width: 100%;
}


.footer_intro
{
    font-size: 9px;
    right: 0px;
    z-index: 3;
    position: absolute;
    bottom: 2px;
}
.footer_intro p
{
    margin: 0;
    padding: 0 0 0px 0;
    font-size: 9px;
}


.thickbox
{
    font-size: 9px;
}

.footer_intro span
{
    padding: 0 10px;
    font-size: 9px;
}
.footer_intro .kotex
{
    position: absolute;
    right: 0;
    font-size: 9px;
}
.contain_intro
{
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
}

.box
{
    position: absolute;
    bottom: 0px;
    z-index: 5;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    top: 19%;
    width: 100%;
    height: 510px;
}

.box .content_small
{
    text-align: left;
    display: table-cell;
    background-color: White;
    width: 700px;
    border: solid 1px silver;
    display: none;
    margin-left: -350px;
    height: 100%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    overflow:auto;
}

.box .content
{
    text-align: left;
    display: table-cell;
    background-color: White;
    width: 700px;
    border: solid 1px silver;
    display: none;
    margin-left: -350px;
    height: 100%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    overflow:auto;
}

.box .content1
{
    text-align: left;
    display: table-cell;
    width: 700px;
    /*border: solid 1px silver;*/
    display: none;
    margin-left: -350px;
    height: 510px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    vertical-align:top;
    overflow:hidden;
    
}

html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
}

.tab
{
    
}

.pager
{
    padding-left: 127px;   
    text-align: right;
    
}

