			
#prevslide{ 
		position:fixed !important; 
		background:#000 url(../images/zoobackground/left-arrow.png) no-repeat center center;
		opacity:0.6
		display:block; 
		height:25px; 
		width:25px; 
		color:#111111;
		cursor:pointer;
		opacity:1 !important; 
	}
	#nextslide{ 
		position:fixed !important; 
		background:#000 url(../images/zoobackground/right-arrow.png) no-repeat center center; 
		opacity:0.6
		display:block; 
		height:25px; 
		width:25px; 
		color:#111111;
		cursor:pointer;
		opacity:1 !important; 
	}
	#nextslide{ bottom:20px !important; right:7px !important; }
	#prevslide{ bottom:20px !important; right:58px !important; }