.prevBtn a{  
	background:url(images/btn_prev.gif) no-repeat 0 0;	
}	

.nextBtn a{ 
	background:url(images/btn_next.gif) no-repeat 0 0;	
}

li a.btbSliderNumeric{
	float:left;
	height:19px;
	line-height:19px;
/*
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	border:1px solid #777777;
*/
	color:#777777;
	background:#ffffff;
	padding:0 6px;
	text-decoration:none;
	background:url(/portals/2/images/circle_gray.gif) no-repeat;
	}
	
li.current a.btbSliderNumeric{
/*
	background:#5DC9E1;
	background:#4B7DC8;
*/
	background:#FFAF1B;
	color:#4b7dc8;
	background:url(/portals/2/images/circle_blue.gif) no-repeat;
	}
	
.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;
}

.btbSliderStatusActive
{
color:green;
}

.btbSliderStatusNotYetPublished
{
color:red;
}

.btbSliderStatusExpired
{
color:red;
}

.ASI_SliderContent{
position:relative;
height:320px;
}

.ASI_SliderContent ol{
position:absolute;
top:250px;
left:35px;
}

.ASI_SliderContent h1{
line-height:34px;
}
