#mSlideView {
	width: 358px !important;
	}

#mSlideNavContainer {
	float: left;
	position: relative;
	top: 15px;
	width: 358px;
	}

#lSlideNav {
	background: url('../gfx/layout/strzalka_lewo.gif') 0 0 no-repeat;
	color: #502d2a;
	cursor: pointer;
	float: left;
	padding-left: 19px;
	}

#rSlideNav {
	background: url('../gfx/layout/strzalka_prawo.gif') right 0 no-repeat;
	color: #502d2a;
	cursor: pointer;
	float: right;
	padding-right: 19px;
	}

#lSlideNav:hover	{ background: url('../gfx/layout/strzalka_lewo.gif') 0 -11px no-repeat;	}
#rSlideNav:hover	{ background: url('../gfx/layout/strzalka_prawo.gif') right -11px no-repeat;	}

.buttonLeft_off {
	background: url('../gfx/layout/strzalka_lewo.gif') 0 0 no-repeat !important;
	color: #502d2a !important;
	cursor: default !important;
	}

.buttonRight_off {
	background: url('../gfx/layout/strzalka_prawo.gif') right 0 no-repeat !important;
	color: #502d2a !important;
	cursor: default !important;
	}