/****************************************************** 
	Author:   Wizzard
	Updated:  19/12/2009
	Style:    PAGING Stylesheet

/****************************************************** 

/* ************************ GLOBAL STYLES */

div.paging {
	position: absolute;
	right: 320px;
	bottom: 20px;
	overflow: hidden;
	margin: 5px auto;
	font-size: 1.2em;
	font-weight: bold;
}

	div.paging span {
		display: block;
		float: left;
		color: #707070;
		margin: 0 3px;
		padding-top: 1px;
		margin-right: 8px;
	}
	
		div.paging .previous {
			padding-left: 8px;
			
			background: url(../../images/site_images/icons/left_arrow.gif) left 7px no-repeat;
		}
		
		div.paging .next {
			padding-right: 8px;
			
			background: url(../../images/site_images/icons/right_arrow.gif) right 7px no-repeat;
		}
	
	div.paging a {
		display: block;
		padding-right: 6px;
		height: 17px;
		padding-left: 6px;
		padding-top: 2px;
		float: left;
		margin: 0 3px;
		color: #333333;
		text-decoration: none;
	}
	
	div.paging a.next,
	div.paging a.previous {
		margin: 0 3px;
		color: #707070;
		padding-top: 1px;
		text-decoration: underline;
		text-align: left;
	}
	
	div.paging a.current {
		color: #fefefe;
		text-decoration: none;
		font-weight: bold;
		width: 15px;
		text-align: center;
		
		background: url(../../images/site_images/icons/current.gif) center 3px no-repeat;
	}
			
/* .................... Common */
