

#arrows {
	position: fixed;
	top: 540px;
	left: 400px; 
	width: 200px;
	height: 50px;
	cursor: pointer;
}

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

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

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

#arrows ul #left a {background: transparent url(/ts/img/leftbig.png) no-repeat;}
#arrows ul #right a{background: transparent  url(/ts/img/rightbig.png) no-repeat;}

