.groupWrapper
{
	width: 32%;
	float: left;
	margin-right: 1%;
}
.groupWrapperPic
{
	width: 100%;
	float: left;
	margin-right: 1%;
}
.serializer
{
	clear: both;
}
.groupItem
{
	margin-bottom: 5px;
}
.groupItem .itemHeader
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: #000;
	padding: 2px 10px;
	cursor: move;
	position: relative;
}

.groupItem .itemHeader a
{
	position: absolute;
	right: 10px;
	top: 0px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

.groupItemPic .itemHeaderPic
{
	background-color: #FFFFFF;
	color: #000;
	padding: 25px 0px 0px 0px;
	cursor: move;
	position: relative;
}

.groupItemPic .itemHeaderPic a
{
	position: absolute;
	right: 10px;
	top: 0px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
.sortHelper
{
	border: 3px dashed #666;
	width: auto !important;
}
.groupWrapper p
{
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
