* {
	margin: 0;
	padding: 0;
}
#newsticker-demo {
	width: 270px;
	padding: 10px;
	font-size: 12px;
}
#newsticker-demo a {
	text-decoration: none;
	color: #2C1400;
}
#newsticker-demo a:hover {
	text-decoration: none;
	color: #8F7050;
}
#newsticker-demo img {
	border: 2px solid #FFFFFF;
}
#newsticker-demo .title {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}
.newsticker-jcarousellite {
	width: 270px;
	text-align: left;
}
.newsticker-jcarousellite ul {
	padding: 0px;
	margin: 0px;
}
.newsticker-jcarousellite ul li {
	list-style: none;
	display: block;
	padding: 0px;
	padding-bottom: 15px;
	margin: 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #B25900;
}
.newsticker-jcarousellite .thumbnail {
	width: 110px;
}
.newsticker-jcarousellite .info {
	width: 270px;
	font-family: 'titillium_webregular';
	color: #2D1500;
	font-size: 14px;
}
.newsticker-jcarousellite .info h2 a{
	font-family: 'titillium_webbold';
	color: #2D1500;
	font-size: 16px;
	font-weight: normal;
}
.newsticker-jcarousellite .info span.cat {
	display: block;
	font-family: 'titillium_webregular';
	color: #B25900;
	font-size: 14px;
}
.clear {
	clear: both;
}
/* FONT */

@font-face {
    font-family: 'titillium_webbold';
    src: url('../font/titilliumweb-bold-webfont.eot');
    src: url('../font/titilliumweb-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/titilliumweb-bold-webfont.woff') format('woff'),
         url('../font/titilliumweb-bold-webfont.ttf') format('truetype'),
         url('../font/titilliumweb-bold-webfont.svg#titillium_webbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'titillium_webregular';
    src: url('../font/titilliumweb-regular-webfont.eot');
    src: url('../font/titilliumweb-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/titilliumweb-regular-webfont.woff') format('woff'),
         url('../font/titilliumweb-regular-webfont.ttf') format('truetype'),
         url('../font/titilliumweb-regular-webfont.svg#titillium_webregular') format('svg');
    font-weight: normal;
    font-style: normal;

}