.homepageContainer
{
	width: 1024;
	height: 466px;
	position: relative;
	z-index: 1;
}

.homepageContainer .background
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.newsWrapper
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 553px;
	height: 219px;
	z-index: 5;
}

.newsOverlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 553px;
	height: 219px;
	background-color: white;
}

#newsContainer
{
	position: absolute;
	top: 0;
	left: 0;
	width: 543px;
	height: 189px;
	padding: 15px 10px 15px 0;
}

#titleBar
{
	width: 496px;
	height: 28px;
	padding-left: 35px;
	padding-right: 12px;
	background-color: Black;
	position: relative;
}


#titleBar .title
{
	position: absolute;
	left: 35px;
	bottom: 7px;
	display: none;
}

.newsClicker
{
	position: relative;
	width: 18px;
	height: 20px;
	margin-left: 1px;
	float: left;
}

.newsClicker img
{
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.newsClicker img.normal
{
	z-index: 5;
}

.newsClicker img.over
{
	z-index: 6;
}

#newsViewport
{
	width: 543px;
	height: 161px;
	position: relative;
	overflow: hidden;
}

#scrollArea
{
	height: 161px;
	position: absolute;
	left: 0;
	top: 0;
}

#scrollArea .content
{
	width: 508px;
	height: 151px;
	padding: 10px 0 0 35px;
	float: left;
	/*Arial, regular, tamanho 14, Cor #ffffff*/
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.3em;
}

#scrollArea .content .text
{
	height: 128px;
	overflow: hidden;
	margin-bottom: 5px;
}

#scrollArea .content .text p
{
	margin-bottom: 5px;
}

#scrollArea .content .imgCnt
{
	float: left;
	margin-right: 10px;
	height: 161px;
}

.newsLink, .newsLink:hover
{
	color: black;
	padding: 1px 3px;
	background-color: #999999;
}
