#newsticker-demo {
	width:188px;
	height: 225px;
	overflow:hidden;
	background-image: url(../images/Untitled-2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#news #newsBaslik {
	font-family: "00499";
	font-size: 14px;
	color: #4F4F4F;
	line-height: 35px;
	text-align: center;
}

#newsticker-demo .title {
	font-size:13px;
	font-weight:bold;
	color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#newsticker-demo p {
	margin:0px;
	padding-bottom: 0px;
	display: block;
	width: 170px;
	color: #666;
	padding-left: 10px;
}
#newsticker-demo ul {}
#newsticker-demo li {
	list-style:none;
	display:block;
	height:60px;
	font-family: 00500;
	font-size:13px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image: url(../images/Untitled-2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.previous {
	outline:none;
	cursor:pointer;
	vertical-align: bottom;
	display: block;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}
.next {
	outline:none;
	cursor:pointer;
	display: block;
	float: right;
	margin-top: 20px;
	margin-right: 15px;
}
#newsticker-demo ul li p a {
	font-family: "00500";
	color: #333;
	font-size: 13px;
}
#form_wrapper {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
}
