  .history_body
{
    background: #373737;
}

.body_div
{
    width: 100%;
    height: 100%;
    vertical-align: center;
    text-align: center;
}

.main_container
{
    position: fixed;
    background: url('/cip/english/meiji_guide/assets/images/page-bg.jpg') no-repeat;
    width: 960px;
    height: 600px;
    left:50%;
    top:50%;
    margin-left: -480px;
    margin-top: -300px;
}

/* years list */
.list_years
{
    background: url('/cip/english/meiji_guide/assets/images/nav-bg.png') no-repeat;
    width: 960px;
    height: 47px;
}

.list_years .year
{
    float:left;
    margin-left: 10px;
    background: url('/cip/english/meiji_guide/assets/images/year-btn.png') no-repeat 0px 5px;
    width: 58px;
    height: 38px;
    line-height: 38px;
    font-size:16px;
    text-align: center;
    vertical-align: middle;
}

.list_years div.year:hover
{
    background: url('/cip/english/meiji_guide/assets/images/year-btn.png') no-repeat 0px -29px;
    cursor: pointer;
}

.list_years div.selected
{
    background: url('/cip/english/meiji_guide/assets/images/year-btn.png') no-repeat 0px -29px;
}



.slider_title
{
    width: 960px;
    height: 36px;
}

.meiji_slider_title
{
    background: url('/cip/english/meiji_guide/assets/images/meiji-title.png') no-repeat 0px 0px;
}

.slider_wrapper
{
    background: url("/cip/english/meiji_guide/assets/images/timeline-axis.png") repeat-x 0px 69px;
    height: 144px;
    width: 960px;
}

.slider_container
{
    height: 144px;
    width: 952px;
    margin-left: 4px;
    overflow: hidden;
}

 .inner
{
    position: relative;
    top: 0px;
    left: 0px;
}


.meiji_slider_container
{
    position: relative;
}

.japan_slider_title
{
    background: url('/cip/english/meiji_guide/assets/images/japan-title.png') no-repeat 0px 0px;
}


.japan_slider_container
{
    position: relative;
}

.world_slider_title
{
    background: url('/cip/english/meiji_guide/assets/images/world-title.png') no-repeat 0px 0px;
}

.world_slider_container
{
    position: relative;
}

/*history event in timeline*/
.inner div.selected
{
    background: #787668;
    color: #FFF;
}

.history_event
{
    float: left;
    width: 125px;
    height: 136px;
    border: 1px solid #c5c5c5;
    background: #e0ddc2;
    margin: 5px 0px 0px 8px;
}

.history_event:hover
{
    background: #e0d0c2;
    cursor: pointer;
}

.history_event img
{
    border: none;
    border-bottom: 1px solid #9d9b88;
    height: 62px;
    width: 117px;
    margin: 4px 4px 0px 4px;
}

.history_event div.year
{
    height: 20px;
    line-height: 20px;
    width: 116px;
    background: url("/cip/english/meiji_guide/assets/images/date-bg.png") no-repeat 15px 5px;
    margin: 2px 0px 0px 4px;
    text-align: center;
    font-size:11pt;
}

.history_event div.title
{
    height: 33px;
    width: 116px;
    margin-left: 4px;
    text-align: center;
    font-size: 9pt;
    line-height: 14px;
}


/*popup window*/
.popup
{
    position: absolute;
    background: #3f3e37;
    height: 461px;
    width: 661px;
    left: 147px;
    top:70px;
    display: none;
    border: 3px solid #23221f;
    z-index: 3;
}

#overlay {
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    display: none;
}

.close_button
{
    position: absolute;
    width: 42px;
    height: 42px;
    top: 0px;
    right: 0px;
    background: url("/cip/english/meiji_guide/assets/images/close_button.png");
    z-index: 3;
    cursor: pointer;
}

.popup_footer
{
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #23221f;
    height: 31px;
    width: 661px;
}

.popup_footer_emtpy
{
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #5c5a50;
    height: 21px;
    width: 661px;
}

.popup_header
{
    position:absolute;
    top: 0px;
    left: 0;
    background: #23221f;
    height: 31px;
    width: 661px;
}

.popup_header_empty
{
    position:absolute;
    top: 0px;
    left: 0;
    background: #5c5a50;
    height: 21px;
    width: 661px;
}

.popup_content
{
    position: absolute;
    top:31px;
    left:0px;
    height: 348px;
    width: 661px;
    zoom: 1;
}

#left_slot
{
    position: relative;
    float: left;
    width: 103px;
    height: 100%;
}

.slot_container
{
    position:absolute;
    width:103px;
    top: 91px;
    left: 0;
}

#left_slot_date, #left_slot_date:visited
{
    width:74px;
    height: 29px;
    background: #93917f url("images/arrow_left.png") no-repeat 17px 4px;
    cursor: pointer;
    color: #FFF;
    display: block;
    padding-left: 29px;
    text-decoration: none;
    line-height: 29px;
}

/*#left_slot_date_text
{
    margin-left: 56px;
    height: 29px;
    line-height: 29px;
    text-align: left;
}*/

.slot_container img.left_slot
{
    width: 94px;
    width: 94px;
    margin: 9px 0px 0px 9px;
    cursor: pointer;
}

.slot_container img.right_slot
{
    width: 94px;
    width: 94px;
    margin: 9px 9px 0px 0px;
    cursor: pointer;
}



#center_slot
{
    position: relative;
    float: left;
    width: 317px;
    height: 100%;
    margin-left: 69px;
}

#center_slot img
{
    width: 317px;
    height: 187px;
    border: none;
}

#center_slot_category_title
{
    color: #FFF;
    border-bottom: 1px solid #65655f;
    margin-top: 14px;
    height: 19px;
    text-align: left;
    font-size: 12pt;
}

#center_slot_event_title
{
    margin-top: 10px;
    height: 34px;
    color: #e0ddc2;
    text-align: left;
    font-size: 11pt;
    line-height: 16px;
}

#center_slot_event_description
{
    margin-top: 7px; /*13*/
    width: 317px;
    color: #FFF;
    text-align: left;
    font-size:10pt;
    line-height: 16px;
}

#right_slot
{
    position: relative;
    float: left;
    width: 103px;
    height: 100%;
    margin-left: 69px;
}



#right_slot_date, #right_slot_date:visited
{
    width:86px;
    height: 29px;
    background: #93917f url("images/arrow_right.png") no-repeat 65px 4px;
    cursor: pointer;
    color: #FFF;
    display: block;
    padding-left: 17px;
    line-height: 29px;
    text-decoration: none;
    text-align: left;
}

#footer_down_button, #footer_down_button:visited
{
    position: absolute;
    background: url('/cip/english/meiji_guide/assets/images/arrow_down.png') no-repeat 0px 0px;
    height: 21px;
    line-height: 21px;
    top: 4px;
    left: 270px;
    color: #FFF;
    padding-left: 27px;
    width: 100px;
    cursor: pointer;
    text-align: left;
    text-decoration: none;
}

#header_up_button, #header_up_button:visited
{
    position: absolute;
    background: url('/cip/english/meiji_guide/assets/images/arrow_up.png') no-repeat 0px 0px;
    height: 21px;
    line-height: 21px;
    top: 4px;
    left: 270px;
    color: #FFF;
    padding-left: 27px;
    width: 100px;
    cursor: pointer;
    text-align: left;
    text-decoration: none;
}













