.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;
}

#prev {
	text-indent: -9999px;
	position: absolute;
	left: 30px;
	top: 285px;
	background-image: url(../images/slider/prev.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 30px;
	z-index:99;
}
#next {
	text-indent: -9999px;
	position: absolute;
	top: 285px;
	background-image: url(../images/slider/next.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 30px;
	right: 30px;
	z-index:99;
}
#prev:hover,#next:hover {filter:alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7;}
#pagenation {
	position: absolute;
	top: 140px;
	right: 0px;
	z-index:99;
}
#pagenation ul {
	height: 15px;
	width: 140px;
}
#pagenation ul li {
	height: 15px;
	width: 15px;
	display: block;
	float: left;
	margin-left:15px;
	padding: 0px;
}
#pagenation ul li a {
	height: 15px;
	width: 15px;
	float: left;
	text-indent: -9999px;
	background-image:url(../images/slider/pagenation.png);
	background-position:top left;
	
}
#pagenation ul li a:hover {background-position:bottom left;}
#pagenation ul li.showPage  a {background-position:bottom left;}
@media screen and (max-width: 1080px) {
#prev { display: none;}
#next { display: none;}
}
@media print{}