#name {
color: #303030;
direction: rtl;
float: left;
font-family:din,Tahoma,Geneva,sans-serif;
font-size: 16px;
font-weight: normal;
text-align: right;
width: 70%;
line-height: 19px;
padding-bottom: 5px;
}


#title {
color: #4A4A49;
direction: rtl;
display: block;
float: left;
font-family: Tahoma,Helvetica,sans-serif;
font-size: 12px;
font-weight: normal;
text-align: justify;
width: 70%;
padding-bottom: 20px;

}

#pic {
margin:auto;
background:#FFFFFF;
width:60px;
height:20px;
text-align:center;
margin-top:34px;
padding-left:10px;
padding-right:10px;
margin-bottom:22px;
}

#newsticker-demo {
	width:230px;
	height:auto;
	overflow:hidden;
	margin:auto;
	
}


#newsticker-demo li {

direction: rtl;
display: block;
font-family: Tahoma,Arial,Helvetica,sans-serif;
font-size: 12px;
list-style: none outside none;
margin: auto;
padding: 20px 6px 0;
border-bottom: solid 1px #f6f6f6;
padding-bottom: 20px;
}

.previous {
background: url(../images/bottom_pic.png);
		background-repeat:no-repeat;
		background-position:center;
width:12px;
height:11px;
	outline:none;
	cursor:pointer;
	margin:auto;
	float:left;
	margin-top:5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color:#FFF;
border:solid 2px #eaebeb;
padding:6px;
}
.previous:hover {
border: 2px solid #c9c9c9;;
}

.nextt {
background: url(../images/top_pic.png);
		background-repeat:no-repeat;
		background-position:center;
width:12px;
height:11px;
margin:auto;
outline:none;
cursor:pointer;
float:right;
margin-top:5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color:#FFF;
border:solid 2px #eaebeb;
padding:6px;
	}
	
.nextt:hover {
border: 2px solid #c9c9c9;

	}