* { margin:0; padding:0; }

#newsticker-demo {
position: relative;
width: 1000px;
height: 572px;
	background-image:url(../../neo_images/interface/noel/fondhome.jpg);
	background-position: 0 50%;
	background-repeat: repeat-y;
	padding: 5px 5px 0;
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 12px;
	margin: 0;
}

#newsticker-demo a { text-decoration:none; }
#newsticker-demo img { height: auto; border: 2px solid #FFFFFF; }

#newsticker-demo .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding: 30px 0 0 0;
	margin: 0;
/*	background-image:url(../../neo_images/interface/h1mod.gif);
	background-position: top center;
	background-repeat: no-repeat; */
	color: #779fbf;
	clear: both;
}

.newsticker-jcarousellite { position: relative; width: 900px; height: auto; margin: 0 0 0 45px; }
.newsticker-jcarousellite ul li{ height: 300px; list-style:none; display:block; padding-bottom: 1px; margin-bottom: 5px; border-top: 1px solid #ddd; }
.newsticker-jcarousellite .thumbnail { float:left; border: 1px solid ff00ff; }
.newsticker-jcarousellite .info { float:right; width:190px; padding: 0 0 0 10px; border-left: 1px solid #dfdfdf; }
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }

.clear { clear: both; }
