#gallery-wrapper
{
    width:960px;
    height:400px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
	background-color:#000;
    font-size: 1.250em;
}

#gpg-info{
    max-width: 960px;
    position: absolute;
    background: #000;
    background: rgba(0,0,0,0.75);
    font-size: 1em;
    right: 0px;
    left: 0px;
    bottom: 0px;
    top:0px;
    z-index: 89000;
    padding: 15px 85px 15px 8px;
    -moz-user-select: none;  
    -webkit-user-select: none;  
    -ms-user-select: none;
    user-select: none;
}

#gpg-info p{
    padding: 5px 0px 0px 0px;
    margin: 0px;
    line-height: 19px;
    font-size: 20px;
    font-weight: normal;
	color:#ccc;
}

.bildrecht {
	font-size:10px;
	color:#888;
}

/* The Nivo Slider styles */
.gpgSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.gpgSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
 	max-height: 400px;
}
.gpg-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.gpgSlider a.gpg-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.gpg-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.gpg-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.gpg-box img { display:block; }

/* Caption styles */
.gpg-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.gpg-caption p {
	padding:5px;
	margin:0;
}
.gpg-caption a {
	display:inline !important;
}
.gpg-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.gpgSlider .gpg-directionNav a {
	z-index:9;
	cursor:pointer;
	display: none;
}
.gpgSlider .gpg-prevNav {
	display: none;
	left:0px;
}
.gpgSlider .gpg-nextNav {
	display: none;
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.gpg-controlNav {
	text-align:center;
	padding: 15px 0;
}
.gpg-controlNav a {
	cursor:pointer;
}
.gpg-controlNav a.active {
	font-weight:bold;
}

/* DARK */
.gpgSlider {
	position:relative;
	background:url(img/loading.png) no-repeat left top;
	overflow: visible;
	z-index: 10;
}
.gpgSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.gpgSlider a {
	border:0;
	display:block;
}

.gpg-controlNav {
	padding: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 960px;
    height: 20px;
    margin: 0 auto;
    z-index: 90000;
    overflow: hidden;
    line-height: 20px;
    -moz-user-select: none;  
    -webkit-user-select: none;  
    -ms-user-select: none;
    user-select: none;
}

.gpg-controlNav a {
	display:inline-block;
	width:60px;
	height:20px;
    background:rgba(0,0,0,0.5);
	text-indent:-9999px;
	border:0;
    overflow: hidden;
    line-height: 20px;
    font-size: 1em;
    min-height: 20px;
    padding: 0px 0px 0px 2px;
    margin: 0px;
}

.lt-ie9 .gpg-controlNav a {
	background:#000;
	filter: alpha(opacity=50);
}

.gpg-controlNav a.active {
	/*background-position:0 100%;*/
	background:rgba(0,0,0,0.75);
}

.lt-ie9 .gpg-controlNav a.active {
	background:#000;
	filter: alpha(opacity=75);
}

.gpg-controlNav span {
	display:inline-block;
	width:58px;
	height:20px;
	background:rgba(0,0,0,0.5);
	border:0;
	cursor: pointer;
	overflow: hidden;
	line-height: 20px;
	font-size: 1em;
    text-align: left;
    font-weight: 300;
    padding-left:2px;
}

.lt-ie9 .gpg-controlNav span {
    background:#000;
    filter: alpha(opacity=50);
}

.gpg-controlNav span.active {
	background:rgba(0,0,0,0.75);
}

.lt-ie9 .gpg-controlNav span .active{
    background:#000;
    filter: alpha(opacity=75);
}

.gpg-controlNav a.gpg-next {
        /*float:right;
        height: 20px;
        width: 11.666666666667%;
        margin-right: 25%;*/
    text-indent: inherit;
    text-align: left;
    font-weight: 300;
    background:url('img/pfeil.png') 17px 0px no-repeat rgba(0,0,0,0.5);
}

.lt-ie9 .gpg-controlNav a.gpg-next {
    background:url('img/pfeil.png') 17px 0px no-repeat #000;
    filter: alpha(opacity=50);
}

.gpg-controlNav a.gpg-next.active {
	/*background-position:0 100%;*/
    background:url('img/pfeil.png') 17px 0px no-repeat rgba(0,0,0,0.75);
}

.lt-ie9 .gpg-controlNav a.gpg-next.active {
    background:url('img/pfeil.png') 17px 0px no-repeat #000;
    filter: alpha(opacity=75);
}

.gpg-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.gpg-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.gpg-caption a:hover {
    color:#fff;
}

.gpg-controlNav.gpg-thumbs-enabled {
	width: 80%;
}
.gpg-controlNav.gpg-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.gpg-controlNav.gpg-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

@media screen and (max-device-width: 480px){
    #gpg-info { font-size: 0.7em;}
}