.pics { 
	height: 250px; 
	width: 382px; 
	padding:0; 
	margin-left: 20px;
	margin-top: 3px; 
	overflow: hidden; 
	float: left;
}

#latest_wrapper {
	width: 424px;
	height: 292px;
	background-image: url(../images/latestscr_bg.jpg);
	background-repeat: no-repeat;
	margin-left: 3px;
	margin-top: 10px;
}

.nav {
	float: right;
	padding-right: 50px;
	font-size: 10px;
	font-weight: bold;
	margin-top: 1px;
	
}
#nav a { 
	margin-right: 2px; /*spacing between tabs*/
	padding: 1px 10px;
	border: 1px solid #777777; 
	color: white;
	background: #777777; 
	text-decoration: none;
	display: block;
	float: left;
}

#nav a.activeSlide { 
	background: #aeacad; 
	border: 1px solid #aeacad;
}
