.choice_gallery {
    float:left;    
    margin:9px;
    width:77px;
    overflow-x:hidden;
}

.choice_gallery .title{
    text-align:center;
}

.choice_gallery a {
    text-decoration:none;
    color:#000000;
    font:normal 13px Dotum;
}

.choice_gallery_view{
    padding:5px;
    width:100%;
}

.choice_gallery_view .title{
    font-size:15px;
    line-height:200%;
}

.choice_gallery_view .content{
    border-top:solid 1px #AAAAAA;
    padding-top:5px;
}

.ellipsis {
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis; /* IE, Safari */
    -o-text-overflow: ellipsis; /* Opera under 10.7 */
    overflow: hidden; /* "overflow" value must be different from "visible" */
    -moz-binding: url('/lib/css/ellipsis.xml#ellipsis');
}