#page_head {
	background-image: url("/econdev/images/heading_econdev.jpg");
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: top center;
	height: 134px;	
	color: #FFF;
	text-align: left;
}
#page_head h2 {
	margin-left: 27px;
	margin-top: 95px;
	margin-bottom: 0px;
	font-size: 32px;
	font-weight: normal;
}
html>body #page_head h2 {
	padding-top: 95px;
	margin-top: 0px;
}
.slideshow{
	position: relative;
	z-index: 0;
	height: 134px;
	width: 490px;
	margin-right: auto;
	margin-left: auto;
	top: -35px;
	margin-bottom: -35px;
}
.ss img{
	position: absolute;
	z-index: 100;
	height: 54px;
	width: 125px;
	left: 360px;
	top: 42px;
	right: 3px;
	bottom: 70px;
}
.ss h2 {
	font-size: 32px;
	font-weight: normal;
	z-index: 100;
	position: relative;
	color: #FFF;
	text-align: left;
	padding-left: 10px;
	vertical-align: text-bottom;
	left: 3px;
	bottom: 4px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	top: 130px;
	}