#nav 
{ 
z-index: 50; 
position: absolute; 
bottom: 10px; 
left: 35px 
}
#nav a 
{ 
margin: 0 5px; 
padding: 3px 5px; 
border: 1px solid 1; 
background: #cff; 
text-decoration: none 
}
#nav a.activeSlide 
{ 
background: #aaf 
}
#nav a:focus 
{ 
outline: none; 
}
