/*	-----		IMAGE PAGER		--------------------------------------------*/
#pager-top{		/*24,48,96       1....x        1 of 1 - pager object*/
	width				: 100%;
	height				: 25px;
	padding				: 0;	
	background			: #fff;
	border-bottom	: 1px dotted #000000;
	margin-bottom: 5px;
}
#pager-bot{ 
	width				: 100%;
	height				: 25px;
	padding				: 0;	
	background			: #fff;
	margin-bottom: 5px;
}
.pager-left, .pager-select{ 
	width				: 130px;	
	font-size			: 10px;
	text-align			: left;
}
.pager-right{ 
	width				: 120px;
	font-size			: 10px;
	text-align	 		: right;	
}
.pager-center{ 
	text-align			: center;	
}
.pager-left a, .pager-select a, .pager-center a{ 
	font-size			: 10px;	
	text-decoration		: none;
}
.pager-select a{ 
	text-decoration		: underline;
}
/****  <  | 1 | 2 | 3 |  > table ***/
.pager-num, .select-num{ 
	margin-left			: auto;
	margin-right		: auto;
	vertical-align		: middle;
	text-align			: center;
	font-size			: 10px;	
}
.pager-num td, .select-num td{ 
	/*border-bottom		: 1px solid #9c3;*/
}
.pager-num a.psel, .select-num a.psel{ 
	font-size			: 10px;	
	background-color  : transparent;
	/*text-decoration	: underline;*/
	font-weight			: bold;
}
