.ClientBox {
	background-repeat: no-repeat;
	height: 84px;
	overflow: hidden;
	position: relative;
	width: 168px;
}

.ClientBox .Info {
	background-color: #ececed;
	font-size: 0.8em;
	height: 84px;
	left: 0;
	line-height: normal;
	overflow: hidden;
	padding: 6px 20px 6px 10px;
	position: absolute;
	top: 50px;
	width: 138px;
}

.ClientBox h2, .ClientBox p {
	font-size: 10px;
	line-height: normal !important;
	margin: 0;	
	padding: 0;
	position: relative;
}

.ClientBox h2 {
	text-transform: uppercase;	
}

.ClientBox h2 a {
	color: #0098d4;	
}

.ClientBox p a {
	color: #707173;
}

.ClientBox .Subtitle {
	display: block;
	font-weight: bold;	
	margin-bottom: 2px;
}

.ClientBox .Text {
	margin-top: 20px;
}

.ClientBox:hover .Text {
	margin-top: 0;
}

.ClientBox .Overlay {
	background-image: url('../../images/ClientBoxOverlay.png');
	top: 50px;
	left: 0;
	height: 34px;
	width: 168px;
	position: absolute;
	z-index: 99;
}

/* Hover Cursor (added by js) */
.ClientBox.HoverCursor {
	cursor: pointer;
}

/* Active State */
.ClientBox.Active .Overlay, .ClientBox.Active .Info {
	display: none;
}

/* Non Javascript Animation */
.ClientBox.NoJS:hover .Info {
	top: 0;
}

