@media screen {
	
	div#content_inset
	{
		position: relative;
	}

	a#move_back
	{
		background: url(/_elements/move_back.gif) no-repeat;
		position: absolute;
		top: 280px;
		left: 23px;
		height: 18px;
		width: 16px;
	}
	
	a#move_next
	{
		background: url(/_elements/move_next.gif) no-repeat;
		position: absolute;
		top: 280px;
		left: 573px;
		height: 18px;
		width: 16px;
	}
	
}