.SpryHiddenRegion {
   visibility: hidden;
   height:0px;
}
.loading{
	background-image: url(/images/indicator_arrows.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 36px;
	text-align:center;
}
.start{
	background:url(/images/start.gif) 5px 50% no-repeat;
	padding-left:22px;
	cursor:pointer;
	
	font-weight:bold;
}
.previous{
	background:url(/images/previous.gif) 5px 50% no-repeat;
	padding-left:16px;
	padding-right:3px;
	cursor:pointer;
	
	font-weight:bold;
}
.next{
	background:url(/images/next.gif) 20px 50% no-repeat;
	background-position: 100% 70%;
	padding-left:2px;
	padding-right:12px;
	cursor:pointer;
	
	font-weight:bold;
}
.end{
	background:url(/images/end.gif) 0px 0% no-repeat;
	background-position: 100% 70%;
	padding-left:2px;
	padding-right:15px;
	cursor:pointer;
	
	font-weight:bold;
}
.sort{
	background:url(/images/arrow.gif) 15px 50% no-repeat;
	background-position: 100% 50%;
	padding-right:15px;
	width:35px;
	height:10px;
	cursor:pointer;
}
