/*
 *	CIRCLES Styling
 */
#Circles{
	border: 2px solid black;
	width: 400px;
	height: 98%;
	background: #CCC;
	position: absolute;
	right: 5;
}
.circle{
	height: 150px;
	-moz-border-radius:75px;
	-webkit-border-radius: 75px;
	width: 150px;
	border: 6px solid white;
	margin: 5px;
	display: inline-block;
	position: relative;
}

.circle > p{
	position: absolute;
	bottom: 0;
	text-align: center;
	margin-left: 50%;
	margin-right: 50%;
}

.photoThumb{
	width: 80px;
	height: 80px;
	position: absolute;
	margin-top: 20px;
	margin-left: 35px;
}

.pink{
	background-color: #c06;
}

.circle-meal-thumb{
	width: 40px;
	height: 40px;
	border: 1px solid blue;
	cursor: move;
}