#howto {
	position: inherit;
}
#for_img {
	width: 219px;
	height: 160px;
	overflow: hidden;
	display: block;
	padding-top: 8px;
}
#nivo_slider {
	position: relative;
	width: 219px;
	height: 200px;
	z-index: 88;
	margin: 0px;
	padding: 0px;
}
/* If an image is wrapped in a link */



.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 60;
	display: none
}
/* The slices in the Slider */

.nivo-slice {
	display: block;
	position: absolute;
	z-index: 50;
	height: 100%;
}
/* Direction nav styles (e.g. Next & Prev) */



.nivo-directionNav a {
	position: absolute;
	top: 50px;
	z-index: 99;
	cursor: pointer;
	text-indent: -5000px;
	width: 52px;
	height: 45px;
	display: block
}
.nivo-prevNav {
	left: -00px;
	background-image: url(../images/marker_left.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.nivo-prevNav:hover, .nivo-nextNav:hover {
	background-position: bottom
}
.nivo-nextNav {
	right: -00px;
	background: url(../images/marker_right.png) left 0 no-repeat
}
/* Control nav styles (e.g. 1,2,3...) */



.nivo-controlNav {
	position: absolute;
	z-index: 99;
	right: 0;
	bottom: 0px;
	background: url(../images/bg_pagination.png) repeat;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 70px;
}
.nivo-controlNav a {
	position: relative;
	z-index: 99;
	cursor: pointer;
	width: 19px;
	height: 19px;
	float: left;
	margin-left: 3px;
	background: url(../images/buttons.png) no-repeat;
	font-size: 9px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
}
.nivo-controlNav a.active, .nivo-controlNav a:hover {
	color: #ab0000;
	font-weight: bold
}
#ulpa ul {
	margin: 0px;
}
