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

.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;
}
#slider #prev  {
	height: 101px;
	width: 53px;
	z-index: 999;
	position: fixed;
	left: 5%;
	top: 33%;
}
#slider #next  {
	height: 101px;
	width: 53px;
	position: fixed;
	right: 5%;
	z-index: 999;
	top: 33%;
}
#slider #nav   {
	height: 50px;
	width: 10px;
	position: fixed;
	z-index: 999;
	top: 10%;
	right: 40px;
}
#slider #nav ul  {
}
#slider #nav ul li   {
	display: block;
	padding: 0px;
	height: 10px;
	width: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#slider #nav ul li a  {
	background-image: url(../images/bgstretcher/pager.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 10px;
	text-indent: -9999;
	font-size: 0px;
	line-height: 0px;
	display: block;
}
#slider #nav ul li a:hover {
	background-position: bottom;
}
#slider #nav ul li.showPage a {
	background-image: url(../images/bgstretcher/pager.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 10px;
	width: 10px;
}
