<style type="text/css">
#slideshow_wrapper { width:250px; position:relative;}
#slideshow { left: 20px; position:absolute; z-index:1; }
#nav {margin:0; padding:0; position:absolute; top:285px; right:0; z-index:1000;}
#nav li { 
	float:left;
	display:inline;
	width:30px;
	height:30px;
	margin:0;
	padding-left:11px;
	line-height:30px;
	background-image:url('images/buttonBg.png');
	background-repeat:no-repeat;
}
#nav a {
	float:left;
	text-decoration:none;
	width:30px;
	height:30px;
	color:#fff;
	outline:0;
}

#nav a:hover {
	text-decoration:none;
	color:#0a0a0a;	
}

#nav a.activeSlide { color:#666666; }
#nav a:focus { outline: none; }
#nav img { border: none; display: block }

</style>