#fancybox-bottom-nav {
	bottom: 0;
	position: fixed;#
	top: auto;
	z-index: 1103;
}

#slideshow-ctrl, #download-ctrl {
	cursor: pointer;
	height: 22px;
	margin-top: -11px;
	position: absolute;
	top: 50%;
	width: 22px;
}
#slideshow-ctrl {
	right: 26px;
}
#download-ctrl {
	background-image: url(../img/filesave.png);
	right: 4px;
}

#slideshow-ctrl {
	background-image: url(../img/media-playback-big.png);
	background-position: 0 0;
	bottom: 0px;
	height: 48px;
	left: 50%;
	margin: 0 0 0 -26px;
	position: fixed;
	top: auto;
	width: 48px;
}
#slideshow-ctrl.play {
	background-position: 0 -48px;
}
#slideshow-ctrl.pause {
}

.fancybox-nav-bottom {
	background-color: #cecece;
	background-repeat: no-repeat;
	border: 1px solid #808080;
	border-radius: 20px;
	/*bottom: 10px;*/
	box-shadow: 0 0 15px #000000;
	color: #000000;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	left: 50%;
	margin-top: -35px;
	padding: 5px;
	position: fixed;
	top: 100%;
	width: 65px;
}
#fancybox-left-bottom {
	background-image: url(../img/fancy_nav_left.png);
	background-position: -4px -3px;
	margin-left: -142px;
	padding-left: 35px;
}
#fancybox-right-bottom {
	background-image: url(../img/fancy_nav_right.png);
	background-position: 80px -3px;
	margin-left: 30px;
	padding-right: 35px;
	text-align: right;
}