

#arrows {
	position: fixed;
	top: 621px;
	left: 710px; 
/*	width: 160px;*/
	height: 30px;
	cursor: e-resize;
}

#arrows ul {	
	margin: 0;
	padding: 0;
	list-style:none;
}

#arrows ul li {
	margin: 0;
	padding: 0;
/*	display:inline;*/
/*	width: 75px;*/
	height: 30px;
}

#arrows ul li a{
	margin-right: 5px;
	float: left;
	display: block;
	width: 75px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	font-size: 50em;
	text-indent: -9000px;
}

#arrows ul #left a {background: transparent url(../img/leftbig.png) no-repeat;}
#arrows ul #right a {background: transparent url(../img/rightbig.png) no-repeat;}


