li.button {
	width: 80px;
	height:86px;
	padding: 14px 10px 0;
	background: #000;
	border-radius: 50%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	list-style-type: none;
	cursor: grab;
}

.iconButton {
	width: 24px;
	height:24px;
	padding: 0px;
	border-radius: 50%;
	position: absolute;
	bottom: 25%;
	right: 5px;
	cursor: pointer;
}

li.button p {
	text-align: center;
	color: #fff;
	font-size: 12px;
	height: 26px;
}

li.button img {
  display: block;
  margin: 5px auto 0px auto;
  width:40px;
	vertical-align: bottom;
}

li.item0{
	background: #8bc7b5;	
}

li.item1{
	background: #9abfdc;	
}

li.item2{
	background: #c1838e;	
}

li.item3{
	background: #b3a6d1;	
}

li.item4{
	background: #cd97dd;	
}

li.item5{
	background: #e7b290;	
}

li.item6{
	background: #ba9f8a;	
}

li.item7{
	background: #b9b16b;	
}
