div.dm_widget_layoutmenu
{
    float: left;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
}

div.set_layout.small
{
    float: left;
    width: 18px;
    height: 18px;
    background: url(http://style.dailymotion.com/images/layoutsmall.gif.v1198003829);
    background-repeat: no-repeat;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: -2px;
    cursor: pointer;
}

div.set_layout.small.selected
{
    background: url(http://style.dailymotion.com/images/layoutsmall_selected.gif.v1198003829);
}
div.set_layout.big.selected
{
    background: url(http://style.dailymotion.com/images/layoutbig_selected.gif.v1198003829);
}
div.layout
{
    float: left;
}
div.set_layout.big
{
    margin-left: 2px;
    margin-right: 2px;
    margin-top: -2px;
    float:left;
    width: 18px;
    height: 18px;
    background: url(http://style.dailymotion.com/images/layoutbig.gif.v1198003829);
    background-repeat: no-repeat;
    cursor: pointer;
}