/* DIAPO MODULE */
.diapo-module {
	position: absolute;
	background: #fff;
	width: 100%;
	height: 100%;
}

.diapo-module.full {
	margin: 40px 0px 0px 0px;
}

.diapo-images {
	padding: 10px 10px 10px 50px;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 0;
	overflow-x: auto;
	overflow-y: hidden;
}
.diapo-images img.image {
		max-width: 100%;
	}
	
.diapo-images.horizontal img.image {
	width: auto;
	max-height: 100%;
	overflow-x: auto;
}



.diapo-images.vertical img.image {
	width: 100%;
	height: auto;
	vertical-align: middle;
	text-align: center;
}

@media ( min-width : 992px) {
	.diapo-images.horizontal img.image {
		max-height: 100%;
		max-width: 100%;
	}
}

.diapo-nav {
	display: inline-block;
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 40px;
	text-align: center;
	overflow: hidden;
	background: #eeeeee;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
}

.diapo-nav li {
	height: 40px;
	width: 40px;
	padding: 0px;
	cursor: pointer;
}

.diapo-next {
	background-image: url(img/print_arrow_bottom.png);
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: #d6d6d6 thin solid;
}

.diapo-next:hover {
	background-image: url(img/print_arrow_bottom.png);
}

.diapo-prev {
	background-image: url(img/print_arrow_top.png);
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: #d6d6d6 thin solid;
}

.diapo-prev:hover {
	background-image: url(img/print_arrow_top.png);
}

li.diapo-page {
	height: 40px;
	width: 40px;
	text-align: center;
	border-bottom: #d6d6d6 thin solid;
	line-height: 40px;
}

li.diapo-page:hover, li.diapo-page.selected {
	background-color: #dbdbdb;
}

.diapo-print {
	background-image: url(img/pb_print.png);
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: #d6d6d6 thin solid;
}

.diapo-print:hover {
	background-image: url(img/pb_print.png);
}
