#arrows {	position: fixed;	top: 100px;	left: 95%; 	width: 50px;	height: 700px;	cursor: pointer;	visibilty: hidden;}#arrows ul {		margin: 0;	padding: 0;	list-style:none;}#arrows ul li {	margin: 0;	padding: 0;	display:inline;	width: 50px;	height: 700px;}#arrows ul li a{	margin-right: 5px;	float: left;	display: block;	width: 50px;	height: 700px;	overflow: hidden;	cursor: pointer;	font-size: 50em;	text-indent: -9000px;}#arrowsleft ul #left a {background: transparent url() no-repeat;}#arrows ul #right a{background: transparent  url() no-repeat;}#arrowsleft {	position: fixed;	top: 100px;	right: 95%; 	width: 50px;	height: 700px;	cursor: pointer;	visibilty: hidden;}#arrowsleft ul {		margin: 0;	padding: 0;	list-style:none;}#arrowsleft ul li {	margin: 0;	padding: 0;	display:inline;	width: 50px;	height: 700px;}#arrowsleft ul li a{	margin-right: 5px;	float: left;	display: block;	width: 50px;	height: 700px;	overflow: hidden;	cursor: pointer;	font-size: 50em;	text-indent: -9000px;}
