/*****************************************/
/* PEGSHOT CSS - Paging.css              */
/* Styles / Images / Etc. for Paging     */
/* Copyright 2009 Pegshot LLC            */
/* Written by David Overcash             */
/*				funnylookinhat@gmail.com */
/*****************************************/

a.page-left-enabled {
	width: 28px;
	height: 21px;
	display: block;
	background-image:url('/images/gray_paging_icons/icon-arrow-left-on.gif');
	background-repeat: no-repeat;
}

a.page-left-enabled:hover {
	background-image:url("/images/gray_paging_icons/icon-arrow-left-over.gif");
	background-repeat: no-repeat;
}

a.page-left-disabled {
	width: 28px;
	height: 21px;
	display: block;
	background-image:url("/images/gray_paging_icons/icon-arrow-left-off.gif");
	background-repeat: no-repeat;
}

a.page-right-enabled {
	width: 28px;
	height: 21px;
	display: block;
	background-image:url('/images/gray_paging_icons/icon-arrow-right-on.gif');
	background-repeat: no-repeat;
}

a.page-right-enabled:hover {
	background-image:url("/images/gray_paging_icons/icon-arrow-right-over.gif");
	background-repeat: no-repeat;
}

a.page-left-disabled {
	width: 28px;
	height: 21px;
	display: block;
	background-image:url("/images/gray_paging_icons/icon-arrow-right-off.gif");
	background-repeat: no-repeat;
}

a.page-dot-selected {
	width: 9px;
	height: 9px;
	display: block;
	background-image:url("/images/gray_paging_icons/icon-circle-on.gif");
	background-repeat: no-repeat;
}

a.page-dot-selected:hover {
	
}

a.page-dot {
	width: 9px;
	height: 9px;
	display: block;
	background-image:url("/images/gray_paging_icons/icon-circle-off.gif");
	background-repeat: no-repeat;
}

a.page-dot:hover {
	
}