@charset "UTF-8";
/* CSS Document */

#NewsTicker{
	border:solid 1px #cccccc;
	width:600px;
	height:200px;
	margin:0 auto;
}
	#NewsTicker h1{
	padding:6px;
	margin:0;
	border:0;
	background:#dfe7ed;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	}
	#NewsVertical {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	height: 443px;
	}
/* --------------- */
/* Ticker Vertical */
	.items {
	position:absolute;
	width: 400px;
	height: 240001px;
	display: block;
	list-style: none;
	padding: 0;
	top: 0px;
	}
.items li {
	text-align: left;
	float: left;
	display: inline;
	height: 438px;
	width: 380px;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
.items li.postNews img {
	width:270px;
	height:auto;
	border: 1px solid #FFFFFF;
	margin:10px 50px;
}
.items li.postNews small {
	color: #00FF00;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.items li.postNews h1 {
	color: #FF6600;
	margin: 0px;
	padding-right: 0px;
	padding-left: 5px;
	margin-bottom:0.154em;
}
.items li.postNews p {
}
.items li.postNews a {
	color: #FF6600;
	position:relative;
	z-index:1;
}
.items li.postNews a:hover {
	color: #FF6600;
}

	#fotoscroll {
	width: 200px;
	height: 532px;
	display: inline;
	list-style: none;
	margin: 2px;
	padding: 0;
	float: right;
	border: 1px solid #CCCCCC;
	position: relative;
	overflow: hidden;
	background-color: #CCCCCC;
	}
	#list li {
	width: 200px;
	text-align: left;
	margin: 0;
	float: left;
	display: inline;
	
	
	}
#list {
	position:absolute;
	height:1000em;
	}
#fotoscroll li img {
	display: inline;
	float: left;
	width: 200px;
}
