#newsticker-demo,#newsticker_demo2,#recent_pics {
	width:100%;
	border:0px solid #666;
	margin: 0 auto;
	margin-top: 10px;
}

#newsticker-demo li,#newsticker_demo2 li,#recent_pics li{
	list-style:none;
	display:block; 
    width:250px;
	/*height:200px;*/
	font-size:17px;	
	text-align:center;
	padding: 0 !important;
	border-bottom: none !important;
}
#newsticker-demo li a ,#newsticker_demo2 li a,#recent_pics li a {
	color:blue;
	text-decoration:none;
	
	
}
#newsticker-demo li a:hover,#newsticker_demo2 li a:hover,#recent_pics li a:hover {
	text-decoration:underline;
}

 .previous  /* Css for Previous Icon */
{
    width :10px;
    height :10px;
	padding:0px;
	outline:none;
	cursor:pointer; 
	position:absolute;
	top:130px;
	left: 60px;
	z-index:9999;
	/*left:10px;*/
	
}
.next  /* Css for Next Icon */
{
	padding:0px;
	outline:none;
	cursor:pointer;
	top:130px;
	right: 60px;
	position:absolute;
    z-index:9999;
    border:0px solid red;
}
.navbtn{
	height: 13px;
	margin-top: 8px;
}
.photo-inner,.photo-inner2,.photo-inner3 {
		/*background:url(images/photo-inner.png) no-repeat;*/
		margin-bottom: 30px
	}

.name ,.name2{
	width:100%;
	color:#333;
	font-size: 15px;
	margin-top:0px;
	text-align:center;
	}
.dob{
	background:#0D447C;
	color:#fff;
	padding: 2px 5px;
	margin-bottom: 3px;
}	
.class,.class2 {
	width:150px;
	font-size:12px;
	color: #000;
	font-size: 14px;
	text-align:center;
	padding: 5px;
}
.name h5{
	background-color:#ab2225;
    background-image: linear-gradient(top, #ab2225, #802829);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#802829), to(#802829));
    background-image: -webkit-linear-gradient(top, #ab2225, #802829);
    background-image: -moz-linear-gradient(top, #ab2225, #802829);
    background-image: -ms-linear-gradient(top, #ab2225, #802829);
    background-image: -o-linear-gradient(top, #ab2225, #802829);
}