#wrapper_slider {
	margin: 0 auto;
	/*width: 700px;*/
	width: 550px; 
	padding: 0px 5px 0;
	/*overflow: hidden;*/
}
.gallery {
	margin: 0 0 20px -5px;
	/*width: 600px;*/
	width: 460px; /*oli 850px */
	position: relative;
	/*overflow: hidden;*/
}
.gallery .holder {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.gallery .holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 30000px;
}
.gallery .holder ul li {
	float: left;
	/*width: 650px;*/
	width: 460px; /* oli 850px*/
	padding: 0 1px 1px 1px;
}
.gallery .holder ul li img { display: block; }

.next,
.prev {
	position: absolute;
	right: 0px;
	top: 80%;
	margin-top: -250px;
	margin-right: -38px;
	width: 38px;
	height: 83px;
	background: url(../images/right-arrow_green.png) no-repeat;
	z-index: 20;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
	
}
.next-disable { background: url(../images/btn-next-disable.png) no-repeat; }
.prev {
	background: url(../images/left-arrow_green.png) no-repeat;
	right: auto;
	left: -32px;
	
}
.prev-disable { background: url(../images/btn-prev-disable.png) no-repeat; }
}