﻿.Open{
    position:absolute;
    right:10px;
    top:148px;
    width:10px;
    height:20px;
    background:url(../images/arrowBlack.png) no-repeat center center;
    z-index: 99999999;
    cursor:pointer;
}
.arrowOpen{
    position:absolute;
    right:10px;
    top:148px;
    width:10px;
    height:20px;
    background:url(../images/arrowBlack02.png) no-repeat center center;
    z-index: 99999999;
    display:none;
    cursor:pointer;
}
.OpenBox{
    position:absolute;
    left:-30px;
    width:49px;
    height:178px;
    background:url(../images/MenuOpen.png) no-repeat center bottom;
    cursor:pointer;
    padding-top: 144px;
    z-index: 9999999;
    display: none;
}