#content_left {
	float: left;
	margin: 10px 5px 5px 10px;
	width: 550px;
	height: 305px;
	overflow: auto;
}

#content_right {
	float: left;
	margin: 10px 10px 5px 5px;
	position: relative;
	width: 285px;
	height: 240px;
	overflow: hidden;
}

.wrapper {
	position: relative;
	left: -8px;
}