@import url(https://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;
	top:14px;
	margin-inline:auto;
}
#newsticker-demo li {
	list-style:none;
	position: relative;
	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;
}
.stu-mg{
	position: absolute;
		width: 150px;
		height: 150px;
		left: calc(50% - 71px);
}
.stu-mg img{
border:1px #fff;
border-radius:150px;
border:2px dotted #735949;
width:150px; 
	height:150px;
}
.stu-bdy-detail{
	position:absolute; 
	width:270px;
	padding-top:140px; 
	height:101px;
	line-height:1.2;
}
.stu-bdy-detail .fix{
font-weight:100;font-size:14px;text-align:center;color: #FFB606;padding-top: 20px;padding-bottom: 5px;
}
.stu-bdy-detail .stu-name{
background:rgba(0, 0, 0, 0.2);
padding:8px 0px; 
text-align:center;
font-size:18px;
font-weight:100;
color:#fff;
text-align:center;
margin-bottom: 5px;
}
.stu-bdy-detail .stu-class{
font-size:13px;font-weight:100;color:#00676a;text-align:center;
}
 .previous1  /* Css for Previous Icon */
{
    width :10px;
    height :15px;
	padding:5px;
	/* background:#002756; */
	cursor:pointer; 
	right:10px;
	position:absolute;
	top:70px;
	z-index:9999;
}
.next1  /* Css for Next Icon */
{
    width :10px;
    height :15px;
	padding:5px;
	/* background:#002756; */
	outline:none;
	cursor:pointer;
	top:70px; 
	position:absolute;
    left:10px;
    z-index:9999;
}