body { font-family:Arial, Helvetica, sans-serif; }

#container {
	overflow:hidden;
	margin:20px auto 0 20px;
	width:718px;
}

	#container .customers {
		width:178px;
		height:78px;
		float:left;
		margin:0 40px 40px 0;
		position:relative;
		cursor:pointer;
		background-color: #fff;
	}

	#container .customersFlip {
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		/* border-width: 3px 4px 4px 3px; */
		border-width: 4px;
		border-color: #e8e8e8;
		border-style: solid;
		background-color: #fff;
	}
	
	#container .customersFlip:hover {
		border-width: 4px;
		border-color: #999;
		border-style: solid;
	
		-moz-box-shadow:0 0 30px #999 inset;
		-webkit-box-shadow:0 0 30px #999 inset;
		box-shadow:0 0 30px #999 inset;
	}
	
	#container .customersFlip img {
		position:absolute;
		top:50%;
		left:50%;
		margin:-39px 0 0 -89px;
	}
	
	#container .customersData {
		display:none;
		background-color:#e8e8e8;
	}

	#container .customersDescription {
		font-size:11px;
		padding:0 0 0 8px;
		background-color:#e8e8e8;
		height:78px;
		overflow:hidden;
		line-height:14px;
	}
		#container .customersDescription .customersTitle {
			font-size:12px;
			font-weight:bold;
			padding-top:6px;
			margin-bottom:3px;
			background-color:#e8e8e8;
		}
	
	#container .customersImage {
		font-size:11px;
		padding:0px 10px 20px 20px;
		font-style:italic;
	}
	
	#container .customersURL {
		font-size:10px;
		font-weight:bold;
		padding-left:20px;
	}

