.gallery {
	position: relative;
	width: 200px;
	height: 150px;
	float: left;
	clear: right;
	background-image: url(../images/image-borders.jpg);
}
.images {
	height: 140px;
	width: 190px;
	position: relative;
	margin-left: 6px;
	margin-top: 5px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#link_holder {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	height: 450px;
}
.for_solution_links {
	float: left;
	width: 200px;
	position: relative;
	height: auto;
	overflow: hidden;
	display: block;
	margin-right: 10px;
}
#holder #main #main_content #link_holder .for_solution_links p {
	border: 1px dashed #666;
	width: 198px;
	margin-top: 8px;
	position: relative;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	text-decoration: none;
	color: #000;
}
#holder #main #main_content #link_holder .for_solution_links a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#holder #main #main_content #link_holder .for_solution_links p:hover {
	background-color: #999;
}
