.pslideshow {
	overflow: hidden !important;
	position: relative !important;
	margin: 0 !important;
	padding: 0 !important;
}
.pslideshow li.img {
	margin: 0 !important;
	padding: 0 !important;
	position: absolute !important;
	list-style-type: none !important;
	top: 0 !important;
	left: 0 !important;
}
.pslideshow_nav {
	position: absolute !important;
	bottom: 5px !important;
	margin: 0px auto !important;
	width: 100% !important;
	text-align: center !important;
}
.pslideshow_nav img {
	margin: 3px !important;
}
.pslideshow_next {
	position: absolute !important;
	right: 5px !important;
	top: 50% !important;
	/* Set margin-top to 50% of the button height */
	margin-top: -25px;
}
.pslideshow_prev {
	position: absolute !important;
	left: 5px !important;
	top: 50% !important;
	/* Set margin-top to 50% of the button height */
	margin-top: -25px;
}
