body        { background: #f2efeb left top; margin: 0; padding: 0; width: 5000px; height: 300px }

hr, .hide {
	position:absolute; 
	top:0;
    left:-9000px;
}	

#page  { height: 474px }

#leftsider     { float: left }
#menu    { }
#content   { float: left }
.par  { float: left }

#arrows {
	position: fixed;
	top: 580px;
	left: 305px; 
	width: 90px;
	height: 30px;
	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: 0px;
	float: left;
	display: block;
	width: 40px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	font-size: 50em;
	text-indent: -9000px;
}

#arrows ul li a { font-size: 50em; text-indent: -9000px; float: left; margin-right: 0px; width: 40px; height: 30px; overflow: hidden; cursor: pointer; display: block }

#arrows ul #left a {background: transparent url(../images/sx.gif) no-repeat;}
#arrows ul #right a{background: transparent  url(../images/dx.gif) no-repeat;}
