.pics {  
    height:  368px;  
    width:   738px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 0;  
    background-color: #000;  
    top:  0; 
    left: 0;
	width: 100%;
}
#nav {
	margin-top:		-26px;
	position:		absolute;
	text-align:		center;
	width:			738px;
	z-index:		5;
	}
#nav a {
	background: url('../wp-content/themes/default/images/image_bar_normal.png') no-repeat 0 0; 
	text-decoration: none;
	text-indent:	-9999px;
	margin: 0 5px;
	width:	13px;
	height:	13px;
	display:	inline-block;
	}
	
#nav a.activeSlide { 
	background: url('../wp-content/themes/default/images/image_bar_current.png') no-repeat 0 0; 
	}
	
#nav a:focus { 
	outline: none; 
	}
	

