.iosSlider {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%px;
	height: 800px;
}
.iosSlider .prevButton {
	position: absolute;
	top: 330px;
	left: 10px;
	width: 20px;
	height: 40px;
	background: url(../lib/iosslider-master/_demos/_resources/slider-buttons.png) no-repeat 0 0;
	z-index: 2;
}
.iosSlider .nextButton {
	position: absolute;
	top: 330px;
	right: 10px;
	width: 20px;
	height: 40px;
	background: url(../lib/iosslider-master/_demos/_resources/slider-buttons.png) no-repeat 100% 0;
	z-index: 2;
}
.iosSlider .slider {
	width: 100%;
	height: 100%;
}
.iosSlider .slider .item {
	position: relative;
	top: 0;
	left: 0;
	height: auto;
	margin: 0 0px 0 0px;
}
.imgadvogado {
	min-height: 800px;
	background: no-repeat right bottom;
	background-size: contain;
}