.crosstag {
	position:relative;
}
.crosstag .directadmin {
	position:absolute;
}

.notescroll {
	position:relative;
	width:580px;
	overflow:hidden;
	z-index:451;
}
.notescroll .notecontainer {
	position:relative;
	z-index:450;
	padding-left:30px;
	left:0;
}
.notescroll a.scroll {
	position:absolute;
	top:0;
	left:0;
	float:left;
	display:block;
	z-index:460;
	width:30px;
	height:62px;
	overflow:hidden;
	text-indent:-100px;
	background:white url('../img/tagscroll.gif') no-repeat 0 0;
}

.notescroll a.rightscroll {
	left:550px;
	background-position:10px 0;
}
.notescroll a.rightscroll:hover {
	background-position:-25px 0;
}
.notescroll a.leftscroll {
	background-position:-70px 0;
}

.notescroll a.leftscroll:hover {
	background-position:-105px 0;
}



