#newsticker-demo {
	float:left;
	width:217px;
	border:0px solid red;
}
 #newsticker-demo .title {
	font-size:12px;
	font-weight:bold;
	padding:5px;
}
.title2{
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	padding:5px;
}
.desc{
	display:none;
	font-weight:normal;
}
.title2:hover .desc{
	display:block;
	border:#000 thin solid;
	width:230px;
	
	
}
#newsticker-demo p {
	margin-top:-10px;
	
}
#newsticker-demo ul { width:300px; float:left; margin:0px; padding:0px; }
#newsticker-demo li {
	list-style:none;
	display:block; 
	margin-left:20px;
	padding:0px 0px;
    width:251px; 
	height:100px; float:left;
	font-family: Arial;
	font-size:12px;
	
}
#newsticker-demo li a {
	color:blue;
	text-decoration:none;
	
	
}
#newsticker-demo li a:hover {
	text-decoration:underline;
}
.previous 
{
     width :11px;
    height :25px;
	outline:none;
	cursor:pointer; 
	float:left;position:relative;
	top:-60px;z-index:9999;
	margin-left:252px;
	
}
.next 
{
    width :11px;
    height :25px;
	outline:none;
	cursor:pointer;
	top:65px; position:relative;
    float :left;
     z-index:9999;
     margin-left:0px;
     border:0px solid red;
}