@charset "utf-8";

body{
	background-image:url(images/bg.png);
	background-repeat:repeat;
	overflow:hidden;
	}

*{
	margin:0;
}

a{
	border:none;
}

#nonsense_gal{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
}

#nonsense_gal dl{
	position:absolute;
	z-index:100;
	bottom:50px;
	left:50%;
}

#nonsense_gal dt{
	background-color:#222;
	overflow:visible;
	box-shadow:  0px 0px 16px 8px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:  0px 0px 16px 8px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:  0px 0px 16px 8px rgba(0, 0, 0, 0.6);
	-o-box-shadow:  0px 0px 16px 8px rgba(0, 0, 0, 0.6);
	-ms-box-shadow:  0px 0px 16px 8px rgba(0, 0, 0, 0.6);
	vertical-align: bottom;
	float:left;
	display:none;
}

#nonsense_gal dt img{
	width:100%;
	height:auto;
	top:0%;
	left:0%;
	position:relative;
	border:#333 2px solid;
	transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	z-index:100;
}

#nonsense_gal dt img:hover{
	width:120% !important;
	height:120% !important;
	position:relative;
	top:-10%;
	left:-10%;
	border:#555 2px solid;
	box-shadow:  0px 0px 16px 8px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:  0px 0px 16px 8px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:  0px 0px 16px 8px rgba(0, 0, 0, 0.6);
	-o-box-shadow:  0px 0px 16px 8px rgba(0, 0, 0, 0.6);
	-ms-box-shadow:  0px 0px 16px 8px rgba(0, 0, 0, 0.6);
	transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	z-index:101;
}



#nonsense_gal dd{
	display:none;
}


#nonsense_gal .pager{
	position:absolute;
	z-index:200;
	bottom:25px;
	left:50%;
	width:auto;
	}
	
#nonsense_gal .pager a{
	text-align:center;
	width:10px;
	height:10px;
	position:relative;
	background-color:#666;
	display:block;
	float:left;
	overflow:hidden;
	margin-left:5px;
	margin-right:5px;
	text-indent:-9998px;
	border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	}
	
#nonsense_gal .pager a:hover{
	background-color:#888;
	}
	
#nonsense_gal .pager .set{
	background-color:#888;
	}
	
#nonsense_gal .mein_stage{
	background-color:#222;
	box-shadow:  0px 0px 16px 8px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:  0px 0px 16px 8px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:  0px 0px 16px 8px rgba(0, 0, 0, 0.6);
	-o-box-shadow:  0px 0px 16px 8px rgba(0, 0, 0, 0.6);
	-ms-box-shadow:  0px 0px 16px 8px rgba(0, 0, 0, 0.6);
	border:#555 1px solid;
	position:absolute;
	left:50%;
	z-index:500;
	height:100%;
	background-image:url(images/loading.gif);
	background-repeat:no-repeat;
	background-position:center center;
	display:none;

	
}

#nonsense_gal .mein_stage p{
	background-color: rgba(0, 0, 0, 0.5);
	color:#CCC;
	text-align:center;
	z-index:1000;
	position:absolute;
	bottom:0px;
	height:0px;
	line-height:30px;
	overflow:hidden;
	font-size:14px;
	text-shadow: 0px 0px 5px #333;
    filter: dropshadow(color=#333, offx=0, offy=0);
	width:100%;
}

#nonsense_gal .mein_stage .title{
	padding-right:20px;
}

#nonsense_gal .mein_stage img{
	width:auto;
	height:100%;
}

