#newsticker-demo {
	float:left;
	width:100%;
	border:0px solid red;
}
 #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:110px;
	}
#newsticker-demo p {
	margin-top:-10px;
	
}
#newsticker-demo ul { width:110px; float:left; margin:0px; padding:0px; }
/* Css for Li  Icon */
#newsticker-demo li {
	list-style:none;
	display:block; 
	margin-left:9px;
	padding:0px 0px;
    width:100%; 
	height:160px;
	float:left;
	font-family: Arial;
	font-size:12px;
	border :0px solid red;
}
#newsticker-demo li a {
	color:blue;
	text-decoration:none;
	
	
}
#newsticker-demo li a:hover {
	text-decoration:underline;
}

 .previous1  /* Css for Previous Icon */
{
    width :11px;
    height :30px;
	outline:none;
	cursor:pointer; 
	float:left;position:relative;
	top:54px;
	z-index:9999;
	margin-left:-44px;
	
}
.next1  /* Css for Next Icon */
{
    width :11px;
    height :30px;
	outline:none;
	cursor:pointer;
	top:54px;
	position:relative;
    float :right;
    z-index:9999;
    margin-left:0px;
    border:0px solid red;
    margin-right:-25px;
}

.ImageCss  /* Css for Birthday Image Icon */
{  width:90px;
   height:95px;
   margin:0 auto;
   border: 2px solid #ffffff;
}
.NameCss  /* Css for Student Name Icon */
{   margin-left:0px;
    margin-top:2px;
    width:100%; 
    height:16px; 
    float: right;
    text-align :center;
    font-size: 14px;
    font-weight:bold;
    color :Black ;
    font-family: 'Abel', sans-serif;
    text-transform: capitalize;
                                                    
}

.STClassCss /* Css for Student Class Icon */
{  color:Black; width: 100%; float: right; margin-left:2px;  text-align :center;font-family:'Arial; height : 16px; font-size :12px;
                           
 }
                             
.STDOB /* Css for Student Class Icon */
{  color:Black; width: 110px; float: right; margin-left:2px;  text-align :center;
                            font-family: Arial; height:16px;  font-size: 11px;margin-top:-36px;
}
.STNoBirthday /* Css for Student Class Icon */
{  color:Black; width: 115px; float: right; margin-left:2px;  text-align :center;  font-weight:bold;
                             font-family: 'Abel',sans-serif; height:30px;  font-size: 11px;margin-top:2px;
}.BdayD /* Css for Student Class Icon */
{  color:Black; width: 125px; float: right; margin-left:2px;  text-align :center;  font-weight:bold;
                            font-family: Arial; height:30px;  font-size: 11px;margin-top:35px;
}