#bosluk
{ 
margin:0; 
padding:0; 
}
#newsticker-demo {
	width:210px;
	background:#F2F2F2;
	font-family:Tahoma, "Times New Roman", "Myriad Pro";
	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:Tahoma, "Times New Roman", "Myriad Pro";
	font-size:12px;
	color:#505050;
	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:210px; }
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }
.newsticker-jcarousellite .thumbnail { float:left; width:210px; }
.newsticker-jcarousellite .info {
	float:none;
	width:200px;
	background-image: url(images/gorunum/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; }
