.boxgrid {
	width: 225px; 
	height: 110px; 
	/*margin:10px;*/
	float:left; 
	/*background: #2A7F55; */
	/*border: solid 2px #8399AF;*/
	overflow: hidden; 
	position: relative; 
}

/* LF added */
.boxgrid .fixed {
	position: absolute;
	top: 0; 
	left: 0; 
	z-index: 7;
	color: #ff0000;
	height: 110px;
	background-color: #e1e0df;
}

.boxgrid .fixed a {
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 24px;
}

.boxgrid .fixed .text_indent {
	margin-left: 5px;
}

.boxgrid .fixed a:hover {
	color: #D26900;
}

/* LF added */
.boxgrid .slide {
	position: absolute;
	top: 40px; 
	left: 0; 
	border: 0; 
	z-index: 6;
	color: #343434;
	background-color: #e1e0df;
	width: 215px;
	height: 60px;
	font-size: 10px;
	line-height: 14px;
	padding: 5px;
	font-weight: normal;
}

/*
.boxgrid .text {
	float: left;
	width: 220px;
	height: 25px;
	background-color: #e1e0df;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	color: #343434;
	line-height: 25px;
	text-transform: uppercase;
}
*/
