#services
{
	list-style:none;
	margin: 0px;
	padding: 0px;
}
#services li {
	padding: 0;
	float: left;
	position: relative;
	text-align: center;
}
#services #design
{
	
	background:url(../images/design.jpg) no-repeat;
	height:120px;
	width:196px;
	
}
#services #design a {
	display: block;
	width: auto;
	height: 100%;
}
#services #ecommerce
{
	
	background:url(../images/ecommerce.jpg) no-repeat;
	height:120px;
	width:220px;
	
}
#services #ecommerce a {
	display: block;
	width: auto;
	height: 100%;
}
#services #cms
{
	
	background:url(../images/cms.jpg) no-repeat;
	height:120px;
	width:218px;
	
}
#services #cms a {
	display: block;
	width: auto;
	height: 100%;
}
#services #outsourcing
{
	
	background:url(../images/outsourcing.jpg) no-repeat;
	height:120px;
	width:196px;
	
}
#services #outsourcing a {
	display: block;
	width: auto;
	height: 100%;
}
#services li em {
	width: 180px;
	height: 45px;
	position: absolute;
	top: -85px;
	left: 0px;
	text-align: center;
	padding: 10px 12px 19px;
	z-index: 2;
	display: none;
	background: url('../images/PoPuphover.png')   no-repeat;
	/*background-repeat: no-repeat;*/
	font-size: 0.7em;
	font-style:normal;
}
