.prevBtn a{  
	background:url(images/btn_prev.gif) no-repeat 0 0;	
}	

.nextBtn a{ 
	background:url(images/btn_next.gif) no-repeat 0 0;	
}

a.btbSliderNumeric{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
	}
	
li.current a.btbSliderNumeric{
	background:#5DC9E1;
	color:#fff;
	}
	
.btbSliderCmdMoveUp
{
	background:url(../../images/action_up.gif) no-repeat;
	padding-left:20px;
}

.btbSliderCmdMoveDown
{
	background:url(../../images/action_down.gif) no-repeat;
	padding-left:20px;
	margin-left:30px;
}