.view {
	width: 227px;
	height: 200px;
	margin: 5px;
	float: left;
	border: 1px solid #116da6;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	cursor: default;
	/* [disabled]background: #fff url(../images/bgimg.jpg) no-repeat center center; */
}
#Container #services #srvc tr td #arservs .view {
	float: right;
}

.view .mask,.view .content {
	width: 228px;
	height: 200px;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
}
.view img {
	display: block;
	position: relative;
	height: 200px;
	width: 228px;
}
.view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 14px;
	padding: 10px;
	margin: 20px 0 0 0;
}
.view p {
	font-family: "Century Gothic";
	/* [disabled]font-style: italic; */
	font-size: 12px;
	position: relative;
	color: #fff;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.view a.info {
	display: inline-block;
	text-decoration: underline;
	color: #3875B2;
	text-transform: none;
	font-family: "Century Gothic";
	font-size: 12px;
	text-align: center;
	padding-top: 10;
	padding-right: 7px;
	padding-bottom: 7;
	padding-left: 7px;
}
.view a.info: hover {
	-webkit-box-shadow: 5px 0 0 5px #000;
	-moz-box-shadow: 5px 0 0 5px #000;
	box-shadow: 5px 0 0 5px #000;
}
