div#flashheader {
	position: relative;
	width: 940px;
	height: 384px;
	margin: -10px 0 13px 0;
}

div#flashheader ul { margin: 0; padding: 0; }

div#flashheader li {
	list-style: none outside none;
	position: absolute !important;
	width: 940px;
	height: 384px;
	top: 0;
	left: 0;
	z-index: 8;
	opacity : 0.0;
	margin: 0;
	padding: 0;
}

div#flashheader li.active {
	z-index: 10;
	opacity: 1.0;
}

div#flashheader li.last-active {
	z-index: 9;
}

div#hometext {
	position: absolute;
	right: 0;
	width: 252px;
	height: 344px;
	padding: 20px 20px 20px 28px;
	background: url(../images/hometextbg.png);
	z-index: 1000;
	text-align: left;
}

ul#homecta {
	width: 940px;
	height: 151px;
	margin: 0;
	padding: 0;
}

ul#homecta li { list-style: none outside none; float: left; width: 218px; height: 151px; }
ul#homecta li#port { width: 217px; }
ul#homecta li#news { width: 287px; background: #282828 url(../images/homenews.png) bottom no-repeat; }

ul#homecta li#port a, ul#homecta li#lifestyle a, ul#homecta li#albums a { display: block; width: 205px; height: 151px; text-indent: -6000px; }

ul#homecta li#port a { background: url(../images/homecta_portfolio.png) no-repeat; }
ul#homecta li#lifestyle a { background: url(../images/homecta_lifestyle.png) no-repeat; }
ul#homecta li#albums a { background: url(../images/homecta_albums.png) no-repeat; }

ul#homecta li#news h3 { background: #57b320; color: #fff; padding: 0 18px; line-height: 30px; margin: 0 0 10px 0; font-size: 14px; }