/* Easy Slider */
p.head {padding:10px;width:500px;font-size:16px;font-weight:bold;background:#007f7a;margin:0;color:#fff;}

span.buildingname {display:block;margin-top:9px;font-size:20px;font-weight:bold;}

/* latest */

	#latest {margin:0;font-size:120%;}
	
	#latest ul{
		margin:0;
		padding:0;
		list-style:none;
		overflow:hidden;height:260px;		
		}
	#latest li{ 
		/* 
			define width and height of list item (slide)
			entire latest area will adjust according to the parameters provided here
		*/ 
		margin:0;
		padding:0;
		list-style:none;
		width:520px;
		height:260px;
		overflow:hidden; 
		}	
		
	#latest li:hover{ 
		background: rgb(215,225,230);
		cursor: pointer;
		}		
		
#latest li img{ 
	margin-right:10px;
	float:left;
		}	
		
	#prevBtn,#latest1prev{ 
		height:40px;
		width:44%;
		padding: 0 3%;
		float:left;
		background: rgb(0,125,120);		
		}	
	#nextBtn, #latest1next{ 
		height:40px;
		width:44%;
		padding: 0 3%;
		float:right;
		background: rgb(0,125,120);	
		}														
	#prevBtn a, #latest1prev a{ 
			float:left;
			background:url(../images/adminart/previous.png) center left no-repeat;
			height:20px;
			width:20%;
			padding:10px 20%;
			color: #fff;		
			}	
	#nextBtn a, #latest1next a{ 
			float:right;
			background:url(../images/adminart/next.png) center right no-repeat;
			height:20px;
			width:20%;
			padding:10px 20%;
			text-align: right;
			color: #fff;
	}
	
	#prevBtn a:hover, #latest1prev:hover, #nextBtn a:hover, #latest1next a:hover{background-color: rgb(105,175,175);text-decoration:none;}
		
		
	/* numeric tabs */	

	ol#tabs{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#tabs li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		cursor:pointer;
		}
	ol#tabs li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#tabs li.current a{
		background:rgb(105,175,175);
		color:#fff;
		}
	ol#tabs li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}	
	
