﻿html {
    width: 100%;
    height: 100%;
    margin: auto;
}

/* Carousel */

.content {
	margin: auto;
	width: 86%;
	min-height: 100%;
	height: 100%;
}

[class*="col-"] {
	margin: auto;
	text-align: center;
	padding: 0 15px 0 15px;
}

.carousel, .carousel-inner, 
.item, .active {
	height: 100%;
}

#pages_carousel .carousel-control {
	min-height: 100%;
	width: 7%;
}

#pages_carousel .left i { 
	font-size: 35px;
	position: absolute;
	top: 47%;
	left: 35%; 
}

#pages_carousel .right i { 
	font-size: 35px;
	position: absolute;
	top: 47%;
	right: 35%; 
}

img.thumbnail  {
	margin: auto;
	padding: 2px;
	background-color: #ddd;
	box-shadow: 
		-2px 2px 12px 1px 
		rgba(0,0,0,0.75);
	-webkit-box-shadow: 
		-2px 2px 12px 1px 
		rgba(0,0,0,0.75);
	-moz-box-shadow:
		-2px 2px 12px 1px 
		rgba(0,0,0,0.75);
}

img.thumbnail {
	max-width: 100%;
}

p {
	margin-top: 20px;
	font-size: 10pt;
    font-family: 
        Times New Roman, Times, serif;
	text-align: center;
	font-weight: bold;
}

a.prev_next {
    position: absolute;
    left: 8%;
    top: 1%;
    z-index: 5;
}

/* Highslide */

.highslide-number, 
.highslide-caption {
	display: none !important;
}