body{
	background:#f7f7f7;
	margin: 0px auto;
	margin-top:0px;
	}
#newsticker-demo,#newsticker_demo2,#recent_pics {
	float:left;
	width:384px;
	height:244px;
	left: 10px !important;
	border:0px solid #666;
	margin-top: 10px;
	margin-bottom: 10px;
}

#newsticker-demo li,#newsticker_demo2 li,#recent_pics li{
	list-style:none;
	display:block; 
    width:172px;
	height:230px;
	float:left;
	font-size:12px;
	border :0px solid red;
	text-align:center;
}
#newsticker-demo li a ,#newsticker_demo2 li a,#recent_pics li a {
	color: #333;
	text-decoration:none;
	
	
}
#newsticker-demo li a:hover,#newsticker_demo2 li a:hover,#recent_pics li a:hover {
	text-decoration:underline;
}

 .previous1,.previous12,.previous13  /* Css for Previous Icon */
{
    width :10px;
    height :15px;
	padding:0px;
	outline:none;
	cursor:pointer; 
	float:left;
	position:relative;
	top:100px;
	z-index:999;
	left:20px;
	
}
.next1,.next12,.next13  /* Css for Next Icon */
{
    width :10px;
    height :15px;
	padding:0px;
	outline:none;
	cursor:pointer;
	top:100px; 
	position:relative;
    float :left;
    z-index:999;
    margin-left:0px;
    border:0px solid red;
}

.photo-inner,.photo-inner2,.photo-inner3 {
		/*background:url(images/photo-inner.png) no-repeat;*/
		margin-bottom: 30px
	}

.name ,.name2{
	width:150px;
	color:#333;
	font-size: 12px;
	margin-top:-20px;
	text-align:center;
	}
	
.class,.class2 {
	width:150px;
	background:#0D447C;
	font-size:11px;
	color:#fff;
	text-align:center;
	}
