.choice_gallery {}

.choice_gallery .title{}

.choice_gallery a {
    text-decoration:none;
}

.choice_gallery_view{
    padding:5px;
    width:100%;
}

.choice_gallery_view .title{
}

.choice_gallery_view .content{
}

.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');
}