#nav {
height:120px;
width:1020px;
}

#nav ul {	
margin:0 auto;
padding:0;
width:1020px;
}

#nav li {	
border-right:4px solid #000000;
float:left;
height:120px;
list-style-type:none;
padding-left:1px;
width:140px;
}

#nav a {
color:#333333;
display:block;
height:120px;
}	

#nav a.current {
background-color:#535353;
}

#nav img {
margin:3px 0 5px 27px;
padding:4px;
text-align:center;
}

#nav strong {
	display:block;		
	font-size:13px;
}

/* panes */
#panes {
height:410px;
position:relative;
width:1020px;
}

/* crossfading effect needs absolute positioning from the elements */
#panes div {
position:absolute;
width:1020px;
}

#panes img {
	float:left;
	margin-right:20px;		
}

#panes p.more {
	color:#000;
	font-weight:bold;
}


.overlay {
	display:none;
	width:500px;
	padding:20px;
	background-color:#ddd;
}
