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

#newsDetails
{
	display: block;
	position: relative;
	width: 320px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	text-align: center;
}


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

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


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

#newsDetails div.container
{
	display: block;
	position: relative;
	width: 320px;
	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: 320px;
	height: 300px;
	overflow: hidden;
	background-color: #ffffff;
}

#newsDetails div.photosAndControls a.prev
{
	display: block;
	position: absolute;
	top: 50%;
	left: 5px;
	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: 5px;
	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: 10px;
	left: 57px;
	width: 206px;
	height: 280px;
	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: 260px;
	margin: 30px auto 35px auto;
	line-height: 20px;
	text-align: left;
}


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

#newsDetails a.back
{
	display: inline-block;
	position: relative;
	width: auto;
	margin: 30px auto 0 auto;
	line-height: 20px;
	padding: 5px 10px;
	font-family: 'ArialRoundedMTBoldRegular', sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	border: 1px solid #3b2416;
	border-radius: 4px;
}
#newsDetails a.back:hover
{
	background-color: #3b2416;
	color: #ffffff;
}


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