.slideshow {
	float: left;
	width: 483px;
	height: 305px;
	background: #000;
}

.text {
	float: left;
	width: 480px;
	height: 305px;
	background: #e15603;
	color: #fff;
	font-size: 11px;
}

.text .inside {
	padding: 30px 0;
	margin: 0 40px;
}

.graybar {
	margin: 4px 0 0 0;
	background: #000c23;
	height: 272px;
}

.button {
	position: relative;
	float: left;
	margin: 35px 0;
	width: 199px;
	height: 201px;
	margin-right: 20px;
	cursor: pointer;
}

.first {
	margin-left: 50px;
	background: url(../img/homebuttons/government-affairs.png) no-repeat;
}

.second {
	background: url(../img/homebuttons/public-relations.png) no-repeat;

}

.third {
	background: url(../img/homebuttons/advertising.png) no-repeat;
}

.fourth {
	background: url(../img/homebuttons/business-and-development-marketing.png) no-repeat;
}

.button ul {
	position: absolute;
	color: #6699ff;
	top: 120px;
	left: 20px;
	width: 149px;
	font-size: 9px;
	list-style: none;
}

.button ul li {
	margin: 1em 0;
}
