#news_detail_element {
}
#news_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #FFF;
	padding: 3px;
	border: 1px solid #CCC;
	width: 98%;
	text-align: center;
}
.big_picture {
	background-color: #DDDAB9;
	padding: 5px;
	border: 1px solid #5E592A;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	cursor:pointer;
}
#big_picture {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 345px;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
#big_picture #big_image_caption {
	position: absolute;
	background-color: #FFF;
	right: 0px;
	bottom: 0px;
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
	filter: alpha(opacity=70);
	padding: 5px;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 9px;
	margin-left: 7px;
}
#big_picture #big_image_zooming {
	position: absolute;
	left: 0px;
	top: 10px;
	opacity: 0.9; /* Safari, Opera */
	-moz-opacity:0.90; /* FireFox */
	filter: alpha(opacity=90);
}
#details_date {
	color: #F00;
	float: left;
	padding-left: 10px;
}
#pargraph_format {
	line-height: 30px;
	color: #333;
	text-align: justify;
	font-size: 12px;
}
#pargraph_format:hover {
	line-height: 30px;
	color: #000;
	text-align: justify;
	font-size: 12px;
}

