#lSlideNav {
	background: url('../gfx/layout/btn_news.gif') 0 0 no-repeat;
	cursor: pointer;
	float: left;
	height: 36px;
	left: -49px;
	position: absolute;
	top: 107px;
	width: 36px;
	}

#rSlideNav {
	background: url('../gfx/layout/btn_news.gif') -36px 0 no-repeat;
	cursor: pointer;
	float: right;
	height: 36px;
	position: absolute;
	right: -49px;
	top: 107px;
	width: 36px;
	}

.buttonLeft_off {
	background: url('../gfx/layout/btn_news.gif') 0 -36px no-repeat !important;
	cursor: default !important;
	}

.buttonRight_off {
	background: url('../gfx/layout/btn_news.gif') -36px -36px no-repeat !important;
	cursor: default !important;
	}