/*next button*/
.bx-next {
	position:absolute;
	top:12px;
	right:60px;
	z-index:9999;
	width: 48px;
	height: 50px;
	text-indent: -999999px;
	background: url(photonav.png) no-repeat -48px 2px; outline: 0;
}

/*previous button*/
.bx-prev {
	position:absolute;
    top:12px;
	left:944px;
	z-index:9999;
	width: 48px;
	height: 50px;
	text-indent: -999999px;
	background: url(photonav.png) no-repeat 0px 2px; outline: 0;
}

/*next/prev button hover state*/
.bx-next:hover{background-position: -48px -46px; outline: 0;}
.bx-prev:hover {background-position: 0px -46px; outline: 0;}


OL,UL{list-style-type: none;}
LI{list-style-type: none;}

#slider1{ width: 1100px; height: 540px; overflow:hidden; padding: 0px;  margin: 0px; z-index:2;}	
UL#slider1 li {list-style-type: none;  padding: 0px;  margin: 0px;}
UL#slider1 li a {list-style-type: none; padding: 0px;  margin: 0px; }

