#slide-holder {
	width : 644px;
	height : 86px;
}
#rotator {
	position:relative;
	background:none;
	height:86px;
	overflow:hidden;
}
#pager {
	height:24px;
	position:absolute;
	margin:-20px 0 0 0;
	z-index:2000;
	width:130px;
	right:0;
}
#pager a {
	font-family:Arial, Helvetica, sans-serif;
	float : left;
	width : 16px;
	height : 16px;
	display : inline;
	font-size : 11px;
	margin : 0 5px 0 0;
	line-height : 16px;
	font-weight : bold;
	text-align : center;
	color:#fff;
	text-decoration : none;
	background-position :  0 -16px;
	background-repeat : no-repeat;
	background-image : url(../images/silde-nav.png);
}
#pager a:hover {
	background-position : 0 0;
}
#pager a.activeSlide {
	background-position : 0 0;
}
