body {
	margin: 0;
}
#content {
	height: 444px;
}
#header {
	background: url(../images/header_contacts.jpg) no-repeat 8px 8px;
	height: 149px;
	margin-bottom: 4px;	
}

#cont-images {
	overflow: auto;
	width: 944px;
	padding: 0 0px 8px 0px;
}

#images {
	padding: 0 0px 0px 8px;
}

.single-image {
	float: left;
	width: 163px;
	margin-right: 4px;
	margin-top: 4px;
}
.single-image a:hover img,
#cont-images a:hover img {

	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-khtml-opacity: 0.5;
	
}

#cont-images a:hover {
	background-color: red;
}
/*
.single-image a {
	border: 1px solid red;
}
*/

#close_btn {
	display: block;
	width: 60px;
	height: 120px;
}