
a.right { 
	background-image:url(right.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	width:26px;
	height:150px;
	position:absolute;
	bottom:35px;
	right:0px;
	z-index:120;
	cursor:pointer;
}



/* left */
a.left	{ 
	background-image:url(left.jpg);
	background-repeat:no-repeat;	background-position:center center;
	width:26px;
	height:150px;
	position:absolute;
	bottom:35px;
	left:0px;	
	z-index:110;	cursor:pointer;
} 