#mfma_rl_wrapper_all {
    position:relative;
    width:1100px;
    height:660px;
}

.mfma_rl_pane {
    width:540px;
    height:655px;
    overflow-y:scroll;
    bborder: solid 1px #f00;
}

.mfma_rl_path {
    float:left;
    width:auto;
    height:18px;
    background-color:#f0f0f0;
    border: 0 none;
}

.mfma_rl_wrapper_pane {
    float:left;
    width:303px;
    height:660px;
    bborder: solid 1px #ff0;
}

.mfma_rl_box1{
    position:relative;
    width:100%;
    height:66px;
    border-bottom: 1px solid #00FFFF;
}

.mfma_rl_filename {
    border: solid 0px #f00;
}

#mfma_rl_btn_left2right {
    padding:200px 5px 0 5px;
}
#mfma_rl_btn_right2left {
    padding:10px 5px 0 5px;
}

.mfma_rl_dir_up {
    float:left;
    padding:3px;
    padding-bottom: 0px;
}
.mfma_rl_dir_new {
    float:left;
}


#mfma_rl_center_wrapper {
    width: 34px;
    float:left;
    bborder: solid 1px #00f;
}


#mfma_rl_right_menu {
    position:absolute;
    border: 1px solid #555;
    background-color: #eee;
    padding: 4px;
}

.mfma_rl_right_menu_item {
    font-size: 12px;
    font-color:#000;
    background-color:#eee;
}
.mfma_rl_right_menu_item:hover {
    font-size: 12px;
    color:#fff;
    background-color:#111;
}

#mfma_rl_input_text
{
    position:absolute;
    border: 1px solid #777;
    background-color: #eee;
    padding: 4px;
}

.mfma_rl_input_text_button_wrapper {
    margin-top: 4px;
}

.mfma_rl_input_text_button {
    display: inline;
    border: 1px solid #555;
    margin-right: 4px;
}

.mfma_rl_wrapper_pane img {
    cursor:pointer;
}


.mfma_item{
    border: 2px solid transparent;
    overflow: hidden;
    text-align: center;
    width: 76px;
    height: 86px;
}

.mfma_item_parent{
    width: 80px;
    height: 90px;
    float: left;
    margin: 5px;
}




/* selectable */
.ui-selected .mfma_item{
    border:2px solid #e3e3e3 !important;
    opacity: 0.5;
}
