@charset "UTF-8";
/* CSS Document */
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 915;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#nwsc_prevLink, #nwsc_nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: none;
	}
#nwsc_prevLink { left: 0; float: left; margin: 0 0 0 2px;}
#nwsc_nextLink { right: 0; float: right; margin: 0 2px 0 0;}
#nwsc_prevLink:hover, #nwsc_prevLink:visited:hover { background: url(images/prevlabel.gif) left 40% no-repeat; }
#nwsc_nextLink:hover, #nwsc_nextLink:visited:hover { background: url(images/nextlabel.gif) right 40% no-repeat; }
#nwsc_loading{
	position: relative;
	margin-top: 25%;
	left: 0%;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 0;
	z-index: 916;
	}
#nwsc_loading {
	display: none;
}


#nwsc_wrapper {
	height: 99%;
		background-color:#FFF;
		padding: 0;
		border: 1px solid #F6A225;
		display: block;
		overflow:hidden;
} 
#nwsc_inner {
	display: block;
	margin: 10px;
}
.nwsc_rounded {
	-moz-border-radius:1.5ex;
  -webkit-border-radius:1.5ex;	
}
.nwsc_closerounded {
  -moz-border-radius-bottomleft:1.5ex;
  -webkit-border-bottom-left-radius:1.5ex;
}
#nwsc-bottom {
	display: block;
	height: 76px;
}
#nwsc-close {
		position:relative;
		z-index: 912;
		float :right;
		height: 20px;
		width: 22px;
		background: #fff;
		text-align:right;
}
#nwsc-close a {
	position: relative;
	display: block;
	text-indent: 2000px !important;
	overflow: hidden;
	background-image:url(images/nwsc-btn-close.gif);
	background-repeat: no-repeat;
	background-position: 0 0;	
	width: 13px;
	height: 13px;
	line-height: 13px;
	float: right;
}
#nwsc-close a:hover,
#nwsc-close a:focus {
	background-position: 0 -27px;	
}
#nwsc-bigimage {
	position: relative;
	float :left;
	z-index: 910;
	margin: -20px auto 0 auto;
	text-align: center;
	width: 100%;
	display: block;
}
img#nwsc-grossbild,
#nwsc-bottom {
	display: none;
}
#nwsc-img-txt {	
	float:left;
	width: 380px;
}
#nwsc-img-txt h3 {
	padding: 8px 0 9px 0;
	font-weight: bold;
}
#nwsc-img-txt p {
	margin: 0px 0 2px 0;
}
#nwsc-std {
	float :right;
	text-align: right;
	width: 235px;
	margin-right: 2px;
}
#nwsc-navi  {
	position: relative;
	height: 31px;
	display: block;
	margin: 9px 0 0 0;
}
#nwsc-navi a {
	text-indent: 5000px;
	overflow: hidden;
}
#nwsc-counter {
	display: block;
	width: 41px;
	float :right;
	text-align: center;
	padding: 2px 0 0 0;
}
#nwsc-btn-prev,
#nwsc-btn-next {
	position: relative;
	float :right;
	display: block;
	width: 19px;
	height: 19px;
	background-image:url(images/gal-btn-next.gif);
	background-repeat: no-repeat;
}
#nwsc-btn-prev {
		background-image:url(images/gal-btn-prev.gif);
}
#nwsc-std a:link,
#nwsc-std a:visited {
	color: #d60000;	
}

