If you go into the galleries/slideshow_dissolve/css/common.css file and find the css block that looks like this:
.pg-sd-controller {
	background: url(../images/controller.png) no-repeat;
	height: 42px;
	left: 50%;
	margin: -61px 0 0 -119px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 238px;
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
}
You would want to change this attribute:
top: 50%
to something like 80%.

 














