.pagemanager-gear.floating
{
	position: absolute;
	z-index: 100;
}

.pagemanager-gear
{
	width: 32px;
	height: 32px;
}

.pagemanager-gear a
{
	display: inline-block;
	text-decoration: none;

	font-size: 12px;
	font-weight: bold;

	color: #000000;

	width: 32px;
	height: 32px;

	background: url('../images/edit.png') no-repeat center center;
}

.pagemanager-gear a:hover
{
	color: blue;
}

div.object
{
	margin: 5px 0px;
}

div.object-manage
{
	padding: 0;
	text-align: center;

	border-radius: 3px;

	background: rgba(100, 100, 100, 0.2);
}

div.object-manage a
{
	text-decoration: none;
}

div.object-text
{
	text-align: center;
}

.object-image
{
	overflow: hidden;

	margin: 0px auto;
	width: 200px;

	text-align: center;

	box-sizing: border-box;

	background-repeat: no-repeat;
	background-position: center center;
}

