@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700);
body{
	/*background: #f2f2f2;*/
	width:270px;
	margin: 0px auto;
	margin-top:0px;
	font-family:  'Sofia Pro', sans-serif !important;
	}

h1, h2, h3, h4, h5, h6, .text-white {
    font-family: 'Rubik', sans-serif !important;
}



#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: 'Rubik', sans-serif; /*'Sofia Pro', sans-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:0px;
	background:transparent;
	color: #121212;
	cursor:pointer; 
	font-size: 26px!important;
	right:30px;
	position:fixed;
	top:100px;
	z-index:9999;
	
}
.next1  /* Css for Next Icon */
{
    width :10px;
    height :15px;
	padding:0px;
	background:transparent;
	color: #121212;
	outline:none;
	cursor:pointer;
	font-size: 26px!important;
	top:100px; 
	position:fixed;
    left:30px;
    z-index:9999;
}