/* Copyright Rolf Lekang 2008 */
.workers {
	width: 530px;
	height: auto;
	min-height: 500px;
	margin-bottom: 15px;
}
.workers ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.workers li {
	padding: 10px;
	padding-top: 15px;
	display: table-cell;
	margin: 20px;
	margin-top: 5px;
	float: left;
	
	width: 180px;
	min-height: 255px;
	font-size: 11px;
	border: solid 1px #cccccc;
	background: #FFFFFF;
}
.workers li:hover img{
	border-color: #000000;
}
.workers img {
	background: #ffffff;
	border: solid 1px #cccccc;
	width: 160px;
	height: 240px;
	padding: 5px;
}
.workers em {
	padding: 2px;
	display: block;
	width: 174px;
	top: 5px;
	left: 10px;
	border: 1px solid #000000;
	text-align: center;
	font-size: 11px;
	background: #999999;
	color: #000000;
	font-style: normal;
}
.workers a {
	text-decoration: none;
}
.workers span {
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: 7px;
	left: 9px;
	z-index: 3;
}
