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