/*
	Background Stretcher jQuery Plugin
	© 2011 ajaxBlender.com
	For any questions please visit www.ajaxblender.com 
	or email us at support@ajaxblender.com
*/

.bgstretcher {
	background: black;
	/*overflow: hidden;*/
	width: 100%;
	position: fixed !important;
	z-index: 1;
	
}
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}

#pagernav{
   
	height:30px;
	z-index:999;
	margin-left:720px;
	margin-bottom:5px;
	margin-right:40px;
	width:180px;
	text-align:top;
}

#pagernav ul{
 float: left;
 height:30px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 180px;
  overflow:hidden;
  display:inline;
}

#pagernav li{
	float:left;
	list-style: none outside none;
	padding:2px 4px 2px 4px;
	margin:0px 2px 10px 0px;
	color:#ffffff;
	cursor:pointer;
	text-align:center;
	width:24px;
	height:16px;
	background:rgba(25,25,25,0.7);
	
	  line-height: 20px;
	  position:relative;
	  display:inline-table;
	  font-size:16px;
	  font-weight:bold;

}

#pagernav li:hover{
 color:#666;
	background:#fff;
}



#pagernav li.bgactive{
    color:#fff !important;
    background-color:transparent;
}

/*
.bgstretcher-area { text-align: left; }
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	left: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 1;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
/*

	top: 0;
	left: 0;
}

*/