 @import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700);
body{
	background:transparent;
	width:270px;
	margin: 0px auto;
	margin-top:0px;
	font-family: 'Droid Serif', serif;
	}
#newsticker-demo {
	margin:0ps auto;
	float:left;
	width:270px;
	height:313px;
}
#newsticker-demo li {
	list-style:none;
	display:block; 
    width:100%;
	height:270px;
	float:left;
	font-family: 'Droid Serif', serif;
	font-size:14px;
	border :0px solid red;
	text-align:center;
}
#newsticker-demo li a {
	color:blue;
	text-decoration:none;	
}
#newsticker-demo li a:hover {
	text-decoration:underline;
}

 .previous1  /* Css for Previous Icon */
{
    width :10px;
    height :15px;
	padding:5px;
	background:#002756;
	cursor:pointer; 
	right:40%;
	position:fixed;
	top:100px;
	z-index:9999;
	
}
.next1  /* Css for Next Icon */
{
    width :10px;
    height :15px;
	padding:5px;
	background:#002756;
	outline:none;
	cursor:pointer;
	top:100px; 
	position:fixed;
    left:40%;
    z-index:9999;
}