#newsticker-demo {
	width:300px;
	height: 130px;
 overflow:hidden;
	background-color:transparent;
	margin-left :30px;
	margin-top :20px;
	border :solid red 0px; 
}
h3 {font-size:20px; color:#281c17; letter-spacing:-1px; margin:0px;}
h3 span {color:#d62643;}
#timebox{
	width:50px;
	height:60px;
	border-radius:5px;
	-moz-border-radius:5px;
	float:left;
	text-align:center;
	font-style:normal;
	font-weight:bold;
	font-size:18px;
	padding:3px;
	margin-right:10px;
	cursor:pointer;
}
#month{
	background:#000; 
	color:#fff; 
	border-bottom-left-radius:5px; 
	border-bottom-right-radius:5px;
}
#date{
	background:#fff;	
	border-top-left-radius:5px; 
	border-top-right-radius:5px;
}
#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:500px;
}
#newsticker-demo p {
	margin-top:-10px;
}
#newsticker-demo ul {}
#newsticker-demo li {
	list-style:none;
	display:block;
	padding:0px 0px;

	height:80px;
	font-family: Arial;
	font-size:12px;
}
#newsticker-demo li a {
	color:blue;
	text-decoration:none;
}
#newsticker-demo li a:hover {
	text-decoration:underline;
}
.previous {
	outline:none;
	cursor:pointer;
	float:right;
	margin-top:50px; margin-right:-21px;
	
	border :solid 0px red;
}
.next {
	outline:none;
	cursor:pointer;
	margin-top:-99px;
float:left;
margin-left :-1px;
border :solid 0px red;
}