#newsticker-demo {
	float:left;
	width:195px;
	border:0px solid red;
	margin-left:10px;
}

#newsticker-demo ul { width:195px; float:left; margin:0px; padding:0px; }
/* Css for Li  Icon */
#newsticker-demo li {
	list-style:none;
	display:block; 
	margin-left:5px;
	padding:0px 0px;
    width:190px; 
	height:250px; 
	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:65px;z-index:9999;
	margin-left: 0px;
	
}
.next1  /* Css for Next Icon */
{
    width :11px;
    height :30px;
	outline:none;
	cursor:pointer;
	top:65px; position:relative;
    float :left;
     z-index:9999;
     margin-left:0px;
     border:0px solid red;
}

.ImageCss  /* Css for Birthday Image Icon */
{  width:180px;
   height:180px;
   border: 1px solid DDDDDD;
   border:0;
}
.NameCss  /* Css for Student Name Icon */
{  margin-left:0px;
    margin-top:20px;
    width:110px; 
   font-family: 'open sans';
    float: right;
   text-align :center;
      font-size: 17px;
       color :#15303d ;
      line-height:18px;
       font-family :Myriad Pro ;
     text-transform: capitalize;
                           
                                                    
}

.topper_title{font-size: 14px;font-weight: bold;text-align:center;}
.border{margin-bottom:25px;border:0px solid #ccc;}