#slider li{
	width:233px;
	height:235px;
	overflow:hidden;
	text-align:center;
	padding-top:15px
}
#slider li img{margin:auto}
#prevBtn, #nextBtn{ 
	display:block;
	width:16px;
	height:36px;
	position:absolute;
	left:30px;
	top:257px;
	z-index:1000;
}	

#nextBtn a{background:url(../img/high/bt_galright.gif) no-repeat 0 top;left:60px}
#prevBtn a{background:url(../img/high/bt_galleft.gif) no-repeat 0 top}

#prevBtn a, #nextBtn a,
#prevBtn a:visited, #nextBtn a:visited{
	display:block;
	position:relative;
	width:20px;
	height:36px;
	color:#666;
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
	text-transform:lowercase
}
#prevBtn a:hover, #nextBtn a:hover{color:#f3f3f3}
#prevBtn a:hover, #nextBtn a:hover{background-position:bottom}



/* numeric controls */
ol#controls{
	margin:1em 0;
	padding:0;
	height:28px;	
	}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
	}
ol#controls li a{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
	}
ol#controls li.current a{
	background:#5DC9E1;
	color:#fff;
	}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
