#emoddy_icons {
	position: relative;
	top: 5px;
/*	width: auto; */
	width: 400px;
	display: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
/*	background: #fff; */
	background: #000;
/*	border: 1px solid #ccc; */
	border: 1px solid #333;
	cursor: pointer;
}

#emoddy_icons a {
	outline: 0;
}

#emoddy_icons img {
	padding: 1px;
	outline: 1;
}

#emoddy_icons img:hover {
	background: #EEF;
	position: relative;
	top: 1px;
}

#emoddy img {
	cursor: pointer;
}