ol#controls{
	padding:0;
	height:28px;
	text-align:right;
	margin-top: -30px;
}
ol#controls li{
	margin:0 5px 0 0; 
	padding:0;
	display:inline;
	list-style:none;
	height:28px;
	line-height:28px;
}
ol#controls li a{
	height:28px;
	line-height:28px;
	border:1px solid #0093DD;
	background:#EFFAFE;
	color:#555;
	padding:5px 10px;
	text-decoration:none;
}
ol#controls li a:hover{
	border:1px solid #CCC;
}
ol#controls li.current a{
	background:#0093DD;
	color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

#nextBtn, #prevBtn{ 
	display:block;
	width:25px;
	height:101px;
	position:relative;
	left:-28px;
	top:68px;
}	
#nextBtn{ 
	left:728px;
	top:-202px;
}
#prevBtn{ 
	top:-101px;
}
#prevBtn a, #nextBtn a{  
	display:block;
	position:relative;
	width:25px;
	height:101px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;	
}	
#nextBtn a{ 
	background:url(../images/btn_next.gif) no-repeat 0 0;	
}

