

.service{
		width:490px;
		margin-bottom:10px;
		position:relative;
		float:left;
}
.service:hover{
	background:#f5fcff;
	box-shadow:0 0 3px #029ed9;
}
.service #pic{
		width:140px;
		height:140px;
		position:relative;
		float:left;
		margin-left:10px;
		margin-top:10px;
		background:#fff;
		box-shadow:0 0 5px #000;
}
.service #view_gallery{
	height:25px;
	line-height:25px;
	display:none;
}
.service #view_gallery a{
	color:black;
}
.service #pic #service_pic{
		width:120px;
		height:120px;
		position:relative;
		margin-left:10px;
		margin-top:10px;
}
.service #text{
		position:relative;
		float:left;
		width:300px;		
		margin-left:10px;
		margin-top:10px;
}

.service #text p{
	text-align:left;
	text-align:justify;
}
.service #text #service_heading{
		height:15px;
		position:relative;
		margin-bottom:15px;
		font-size:22px;
}