#newsticker-demo {
	
	height: 93px;
	overflow:hidden;
	border:0px solid black;
	background-color:transparent;
	margin-left :15px; 
	margin-left:30px; margin-left:0px\9;
	border:0px red solid;
	
}

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:left;  	margin-left: 6px; 	margin-top: 22px; width :11px; height :36px;}
.next {	outline:none;cursor:pointer; position:relative; z-index:3; 	float: right; 	margin-right: -44px; *margin-right:10px;	/* margin-left: 5px; */ 	margin-top: -64px;	width :11px;  height :36px;}
 .news6
        {
            margin-left: -315px;
            margin-top: 9px;
            height: 78px;
            width: 3px;
            float: left;
        }