#bosluk
{
	margin:0;
	padding:0;
}
#newsticker-demo {
	width:220px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

#newsticker-demo a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding-right: 10px;
}
#newsticker-demo a:hover {
	text-decoration:underline;

}
#newsticker-demo img { border: 2px solid #FFFFFF; }

#newsticker-demo .title {
text-align:center;
font-size:14px;
font-weight:bold;
padding:5px;
}

.newsticker-jcarousellite {
	width:240px;
	height: 250px;
}
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:3px; }
.newsticker-jcarousellite .thumbnail { float:left; width:220px; }
.newsticker-jcarousellite .info {
	float:none;
	width:210px;
	background-image: url(images/haber-bullet.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
	text-align: justify;
	padding-right: 10px;
}
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }

.clear { clear: both; }

