


#arrows {
	position: absolute;
	top: 75px;
	left: 569px; 
	width: 25px;
	height: 28px;
	cursor: pointer;
}

body>div#arrows {
	position: fixed;
	top: 75px;
	left: 569px; 
	width: 25px;
	height: 28px;
	cursor: pointer;
}

#arrows ul {	
	margin: 0;
	padding: 0;
	list-style:none;
}

#arrows ul li {
	margin: 0;
	padding: 0;
	display:inline;
	width: 40px;
	height: 30px;
}

#arrows ul li a{
	margin-right: 5px;
	float: left;
	display: block;
	width: 40px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	font-size: 50em;
	text-indent: -9000px;
}

#arrows ul #left a {background: transparent url(../source/base/nav/arrowBack.png) no-repeat;}
#arrows ul #right a {background: transparent  url(../source/base/nav/arrow.png) no-repeat;}



#arrowsBottom {
	position: fixed;
	top: 570px;
	left: 569px; 
	width: 25px;
	height: 28px;
	cursor: pointer;
}

#arrowsBottom ul {	
	margin: 0;
	padding: 0;
	list-style:none;
}

#arrowsBottom ul li {
	margin: 0;
	padding: 0;
	display:inline;
	width: 40px;
	height: 30px;
}

#arrowsBottom ul li a{
	margin-right: 5px;
	float: left;
	display: block;
	width: 40px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	font-size: 50em;
	text-indent: -9000px;
}

#arrowsBottom ul #left a {background: transparent url(../img/leftbig.png) no-repeat;}
#arrowsBottom ul #right a {background: transparent  url(../source/base/nav/arrow.png) no-repeat;}






