#slide_show {
	width:590px;
}
#navi{
	position:relative;
 	width:224px;
 	height:14px;
	top:-35;
	*top:-45;
	left:280px;
}


ul#navigation li {
	list-style:none;
	float: left; 
	margin-right: 10px
}

ul#navigation li a:link {
	border: 0px solid #000; 
	display: block; 
	width: 8px; 
	height: 8px;
	line-height: 8px;
	color: black; 	 
	text-align: center; 
	text-decoration: none
}

ul#navigation li a:visited {
	border: 0px solid #000; 
	display: block; 
	width: 8px; 
	height: 8px;
	line-height: 8px;
	color: black; 	 
	text-align: center; 
	text-decoration: none
}

ul#navigation li a:active {
	border: 0px solid #000; 
	display: block; 
	width: 8px; 
	height: 8px;
	line-height: 8px;
	color: black; 	 
	text-align: center; 
	text-decoration: none
	background-color: white; 
}



