#newsticker-demo {
	width:460px;
	height: 450px;
	
	overflow:hidden;
	background-color:transparent;
	 border :solid red 0px;
	 margin-top :15px;
	
}
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;

	min-height:40px;
	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;
	margin-left:208px;
	vertical-align: bottom;
	margin-top :5px;
	width :29px;
	height :9px;
border :solid red 0px;




	
}
.next {
	outline:none;
	cursor:pointer;
	margin-left:210px;
	vertical-align: top;
	width :19px;
	height :9px;
	border :solid red 0px;
 
}