/* ---------------------------------------------------------------------------------------------- */
/* corpo */

#newsDetails
{
	display: block;
	position: relative;
	width: 1100px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}


/* ---------------------------------------------------------------------------------------------- */
/* titulo */

#newsDetails div.title
{
	display: block;
	position: relative;
	width: 100%;
	max-height: 100px;
	margin: 25px auto 0 auto;
}
#newsDetails div.title h1
{
	display: block;
	position: relative;
	width: auto;
	font-family: 'ArialRoundedMTLight', sans-serif;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
}


/* ---------------------------------------------------------------------------------------------- */
/* corpo do artigo */

#newsDetails div.container
{
	display: block;
	position: relative;
	width: 1100px;
	min-height: 200px;
	margin: 55px 0 0 0;
	float: right;
}


/* ---------------------------------------------------------------------------------------------- */
/* fotografias e botoes de avancar e retroceder no artigo */

#newsDetails div.photosAndControls
{
	display: block;
	position: relative;
	width: 1100px;
	height: 435px;
	overflow: hidden;
	background-color: #ffffff;
}

#newsDetails div.photosAndControls a.prev
{
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	margin: -21px 0 0 0;
	width: 52px;
	height: 53px;
	background: transparent url(../../../../../src/img/itemNextPrevious.png) no-repeat 0 0;
}
#newsDetails div.photosAndControls a.prev:hover
{
	background-position: 0 -53px;
}

#newsDetails div.photosAndControls a.next
{
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin: -21px 0 0 0;
	width: 52px;
	height: 53px;
	background: transparent url(../../../../../src/img/itemNextPrevious.png) no-repeat -52px 0;
}
#newsDetails div.photosAndControls a.next:hover
{
	background-position: -52px -53px;
}

#newsDetails div.photosAndControls div.photos
{
	display: block;
	position: absolute;
	top: 15px;
	left: 82px;
	width: 936px;
	height: 405px;
	overflow: hidden;
}
#newsDetails div.photosAndControls div.photos a
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#newsDetails div.photosAndControls div.photos a:first-child
{
	display: block;
}
#newsDetails div.photosAndControls div.photos a img
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}


/* ---------------------------------------------------------------------------------------------- */
/* descricao */

#newsDetails p.description
{
	display: block;
	position: relative;
	width: 650px;
	margin: 50px auto 35px auto;
	line-height: 20px;
}


/* ---------------------------------------------------------------------------------------------- */
/* voltar */

#newsDetails a.back
{
	display: block;
	position: relative;
	width: auto;
	margin: 50px 0 0 0;
	line-height: 20px;
	font-family: 'ArialRoundedMTBoldRegular', sans-serif;
	font-size: 14px;
	text-decoration: none;
}
#newsDetails a.back:hover
{
	text-decoration: underline;
}


/* ---------------------------------------------------------------------------------------------- */