.awGalleryNoBodyMargin{
	margin:0px !important;
}
/*@media only screen and (device-width: 768px) and (orientation: landscape) {
	body { height: 672px !important;background:blue;}
}*/
#awGallLayer{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:9999999;
	margin:0 auto;
	display:none;
	padding:0;
	overflow:hidden;
}

#awGallLayer *{
	border-collapse:separate;
}
#awGallLayer tbody,
#awGallLayer table{
	margin:0;
	padding:0;
}
#awGallLayer td{
	margin:0;
	padding:0;
}
.awGalleryBodyClearance{
	height:10px;
	width:100%;
	overflow:hidden;
}
#awGallImageContainer{
	position:relative;
	width:100%;
	height:100%;
}
#awGallImage1, #awGallImage2{
	position:absolute;
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	z-index:1;
	top:0;
}
#awGallImage3{
	position:absolute;
	width:100%;
	height:100%;
	z-index:0;
	top:0;
	background-image:url("../img/loading.gif");
	background-repeat:no-repeat;
	background-position:center center;
	background-size:auto !important;
	opacity: 0.40; /* alle anderen Browser einschließlich IE 9 */
	filter: alpha(opacity = 40); /* IE 6, 7, 8 */
	filter: "alpha(opacity = 40)"; /* ab IE 8 zusätzlich möglich */
}
.awGallNavButtons{
	width:20px;
	height:20px;
	display:block;
	cursor:pointer;
	text-decoration:none !important;
}
.awGallLargePrevNextButtons{
	position:absolute;
	display:block;
	height:100%;
	width:50%;
	z-index:10000;
	cursor:pointer;
}
#awGallNextButtonLarge{
	top:0;
	right:0;
}
#awGallPrevButtonLarge{
	top:0;
	left:0;
}
.awGallLargePrevNextButtons span{
	height:100%;
	width:18px;
	opacity: 0.25; /* alle anderen Browser einschließlich IE 9 */
	filter: "alpha(opacity = 25)"; /* ab IE 8 zusätzlich möglich */
	display:block;
	background-image:url("../img/awGallerySprite_arrows.png");
	background-repeat:no-repeat;
}
.awGallLargePrevNextButtons:hover span{
	opacity: 1; /* alle anderen Browser einschließlich IE 9 */
	filter: "alpha(opacity = 100)"; /* ab IE 8 zusätzlich möglich */
}
#awGallNextButtonLarge span{
	background-position:center right;
	float:right;
	margin:0 20px 0 0;
}
#awGallPrevButtonLarge span{
	background-position:center left;
	float:left;
	margin:0 0 0 20px;
}
a.awGallDownloadIcon,
span.awGallCopyIcon{
	display:block;
	height:20px;
	padding:0 0 0 20px;
	text-decoration:none;
	cursor:pointer;
}
a.awGallDownloadIcon span,
span.awGallCopyIcon span{
	padding:2px 0 0 0;
	font-size:15px;
	display:block;
	background:#000000;
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
}
a.awGallDownloadIcon:hover span,
span.awGallCopyIcon:hover span{
	text-decoration:underline;
}
.awGallDownloadLinkFront,
.awGallCopyLinkFront{
	width:20px;
	height:20px;
}
.blankClose{
	width:11px;
	height:10px;
	margin:10px;
}
#awGallClose{
	width:20px;
	height:20px;
	cursor:pointer;
	overflow:visible;
	margin:0 10px 0 0;
}
#sImageAmountInfo{
	color:#FFFFFF;
	font-size:18px;
	width:100%;
	text-align:center;
}
#awGallTitleContent{
	font-size:18px;
	color:#FFFFFF;
	text-decoration:none;
}

#awGallTitleContentContainer{
	display:inline-block;
	text-align:center;
	padding:5px 10px;
	margin:0 auto;
}
#awGallDownloadContent, #awGallDownloadContent a{
	display:inline-block;
	text-align:right;
	padding:5px 10px;
	margin:0 auto;
	text-shadow: 1px 0px 0px #333333, 1px 1px 0px #333333, 0px 1px 0px #333333,
    -1px 1px 0px #333333, -1px 0px 0px #333333, -1px -1px 0px #333333,
    0px -1px 0px #333333, 1px -1px 0px #333333, 1px 4px 5px #333333;
	font-size:16px;
	color:#FFFFFF;
	text-decoration:underline;
}