﻿#emotion {
    width: 500px;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: center;
} 

#emotion ul li {
    width: 1px;
    display: block;
    float: left;
    padding: 1px;
} 

#emotion ul li img {
    cursor: pointer;
} 

#emotion ul {
    list-style-type: none;
    display: inline;
}

