/*
 *  Samples
 */
#samples {
	height: 168px;
	width: 100%;
	background-color: #002e57;
	padding-top: 10px;
}
#samples #pictures {
	border-top: 5px solid #89a785;
	border-bottom: 5px solid #89a785;
	height: 147px;
}
#samples #pictures_inside {
	width: 770px;
	margin: 0 auto 0 auto;
}
#samples img {
	top: 10px;
	border: 2px solid #fff;
	height: 143px;
	width: 106px;
	margin: 0 9px 0 9px;
}
#samples img.first {
	margin-left: 0;
	border-left: 0;
}
#samples img.last {
	margin-right: 0;
	border-right: 0;
	margin-left: 9px;
}
#separator {
	display: none;
}
#main {
	margin-top: 0;
}