#newsticker-demo {
	float:left;
	width:100px;
	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:100px;
	
	
}
#newsticker-demo p {
	margin-top:-10px;
	
}
#newsticker-demo ul { width:100px; float:left; margin:0px 0px 0px -6px;  padding:0px; }
/* Css for Li  Icon */
#newsticker-demo li {
	list-style:none;
	display:block; 
	margin-left:5px;
	padding:0px 0px;
    width:95px; 
	height:150px; 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 :13px;
    height :30px;
	outline:none;
	cursor:pointer; 
	float:left;position:relative;
	top:-110px;z-index:9999;
	margin-left:98px;
	
}
.next1  /* Css for Next Icon */
{
    width :11px;
    height :30px;
	outline:none;
	cursor:pointer;
	top:38px; position:relative;
    float :left;
     z-index:9999;
     margin-left:-8px;
     border:0px solid red;
}

.ImageCss  /* Css for Birthday Image Icon */
{  width:86px;
   height:99px;
   margin-left:5px;
   border: 1px solid DDDDDD;
}
.NameCss  /* Css for Student Name Icon */
{  margin-left:0px;
    margin-top:2px;
    width:91px;
    text-align:center;
    font-weight:bold; 
    height:16px; 
    float: left;
     text-align:center; 
     border:2px solid #eeeff2;
    background-color:#f8f7f7;
     text-transform: capitalize;
     font-family: Arial ;
     
font-size: 13px; color:#4a4747; 
                                                    
}

.STClassCss /* Css for Student Class Icon */
{ text-align:center; 
  margin-top:2px;
  height:16px;
  line-height:16px; 
  color:#000;
  float: left;
  font-family: Arial;
  font-size: 9px;
  border:2px solid #eeeff2;
  background-color:#f8f7f7;
  width:91px;
  text-align:center;
  text-transform:capitalize!important;
}
.STNoBirthday /* Css for Student Class Icon */
{ /*  color:Black; width: 86px; float: right; margin-left:2px;  text-align :center;  font-weight:bold;
                            font-family: Arial; height:30px;  font-size: 11px;margin-top:1px; */
                            
    margin-top:-3px;
    width:90px; 
    height:16px; 
    float: left;
     text-align:center; 
   font-size: 16px; color:#eb3146; 
     text-transform: capitalize;
                            font-family: Arial ; 
}.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;
}