#emotion {
    width: 650px;
	height: 50px;
    margin-bottom: 10px;
    text-align: center;
	border: 1px solid #7c7c7c; !important;
	background-color: #dfe0e1; !important;
} 

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

#emotion ul li img {
    cursor: pointer;
} 

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