@charset "UTF-8";

#pagebody {
	position:relative;
}	

.animationContainer{
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	width:800px;
}


.demoDiv{
	background-color: #fff; 
/*
	height: 200px; 
*/
	overflow: hidden;
}

.hideInitially{
	visibility: hidden;
}


.newsbody {}
.newsbody p {
	margin-top:0;
	padding-top:0;
}

.newshead {
	color:#C61A22;
	background:url(/antiqu/news/img/newshead-bg.jpg) no-repeat left bottom;
	padding:0 0 0 10px;
}
.newshead span {
	margin-right:1em;
}

.newsmore {}


p.newsopen {
	text-align:right;
	font-size:.9em;
	/*
	background-color:#A64F3C;
	*/
	padding:0 5px;
	margin:5px 0 0 0;
}
p.newsopen a {
	/*color:#fff;*/
	color:#CC3333;
	text-decoration:none;
	padding-left:16px;
	background:url(/antiqu/news/img/arrow_down.gif) no-repeat left center;
}

p.newsclose {
	text-align:right;
	font-size:.9em;
	background-color:#A64F3C;
	padding:5px;
	margin:5px 0 20px 0;
}
p.newsclose a {
	color:#fff;
	text-decoration:none;
	padding-left:16px;
	background:url(/antiqu/news/img/arrow_up.gif) no-repeat left center;
}