.kgAggArrowExpanded, .kgAggArrowCollapsed{
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border: none;
	cursor: pointer;
}

.icon- {
	position: absolute;
	left: 7px;
	bottom: 8px;
}

.kgAggArrowCollapsed .icon- {
	background-position: -408px -96px;
}

.kgAggArrowExpanded .icon- {
	background-position: -433px -96px;
}

.kgGroupArrow {
	left: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	border: none;
	cursor: pointer;
	position: relative;
/*	background-position: -408px -96px;

	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("../img/glyphicons-halflings.png");
	background-position: 14px 14px;
	background-repeat: no-repeat;*/

}

.kgGroupArrow i {
position: absolute;
left: 4px;
bottom: 7px;
}
