.da-dots span.da-dots-current:after{
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	margin: 0 0 0 0px;
	background-image: url(../images/ban_dot.png);
	background-repeat:no-repeat;
}
.da-arrows-prev{
	left: -5px;
	content: '';
	position: absolute;
	width: 48px;
	height: 55px;
	top: 42%;
	left: -4px;
	z-index: 2000;
	background: url(../images/arrows.png) no-repeat top left;
}
.da-arrows-next{
	right: -4px;
	content: '';
	position: absolute;
	width: 48px;
	height: 55px;
	float:right;
	top: 42%;
	z-index: 2000;
	background: url(../images/arrows.png) no-repeat top right;
}
#nav li ul .last_child {
	border-bottom: medium none;
    border-radius: 0 0 5px 5px;
	behavior: url(PIE.htc);
}