/* Shared styles for lightbox & slimbox*/

#overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	/*cursor:pointer;*/
	z-index:90;
}

#prevLink, #nextLink {
	display:block;
	position:absolute;
	top:0;
	width:50%;
	height:100%;
	background:transparent url(../img/blank.gif) no-repeat; /* Trick IE into showing hover */
}

#prevLink {
	left:0;
	float:left;
}

#nextLink {
	right:0;
	float:right;
}


#prevLink:hover {
	/* Edit here for a different image!*/
	background:transparent url(../img/lightboxLeft.gif) no-repeat 0% 50%;
}

#nextLink:hover {
	/* Edit here for a different image!*/
	background:transparent url(../img/lightboxRight.gif) no-repeat 100% 50%;
}

#playLink,#pauseLink,#saveLink,#closeLink {
	display:block;
	float:right;
	/* Set these two to the actual dimensions of your images! If they differ in size you have to set them seperately!*/
	width:26px;
	height:26px;
	/* End*/
	margin-left:1.0em;
}

#playLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(../img/play.gif) no-repeat center;
	width: 100px;
}

#pauseLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(../img/pause.gif) no-repeat center;
	width: 100px;
}

#saveLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(../img/save.gif) no-repeat center;
}

#closeLink {
	/* Edit here for a different image! Add width & height here if needed*/
	float: right;
	height: 24 px;
	width: 100px;
	background:transparent url(../img/lightboxX.gif) no-repeat center;
	background-position: top;
	padding: 0px;
	margin-top: 1px;
	/*clear:right;
	float:right;*/
}

#buyLink {
	background:transparent url(../img/buy.gif) no-repeat center;
}

#Buy {

	float: right;
	height: 24px;
	width: 100px;
	background:transparent url(../img/lightboxBuy.gif) no-repeat center;
	margin-top: 1px;
	margin-bottom:1px;
}

#Kaufen {
	float: right;
	height: 24px;
	width: 100px;
	background:transparent url(../img/lightboxKaufen.gif) no-repeat center;
	margin-top: 1px;
	margin-bottom:1px;	
}

/* Slimbox-only*/
#sbCenter, #sbBottomContainer {
	position:absolute;
	left:50%;
	overflow:hidden;
	background-color:#fff;
	z-index:100;
}

#sbCenter a, #sbBottomContainer a {
	text-decoration:none;
	border:none;
	outline:none;
}

.sbLoading {
	background:#fff url(../img/loading.gif) no-repeat center;
}

#sbImage {
	position:absolute;
	left:0;
	top:0;
	border:10px solid #fff;
	background-repeat:no-repeat;
}

#sbBottom {
	font-family:tahoma, arial, sans-serif;
	font-size:11px;
	color:#666;
	line-height:1.4em;
	text-align:left;
	padding:0 10px 10px 10px;
}

#sbCaption {
	width:66%;
	font-weight:bold;
	margin-bottom:0.1em;
}

#sbNumber {
	width:66%;
	margin-bottom:0.1em;
}

#sbPresent {
	width:66%;
	margin-bottom:0.1em;
}

#sbPresent a {
	color:#666;
	margin-right:1.0em;
}

#sbPresent a.act {
	font-weight:bold;
	color:#fff;
	background:#777;
	border-right:0.2em solid #777;
	border-bottom:0.1em solid #777;
	border-left:0.4em solid #777;
}



/* Lightbox-only*/
#lbLightbox {
	position:absolute;
	left:0;
	width:100%;
	z-index:100;
	text-align:center;
	line-height:0;
}

#lbLightbox a {
	text-decoration:none;
	border:none;
	outline:none;
}

#lbLightbox img {
	border:none;
}

#lbupperDataContainer {

	width: 100%;
	min-height: 28px;
	height: 28px;
	margin: 0px auto;
	padding: 0px;
}

#lbupperNav {
	
	width: 100%;
	height: 26px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background: #0a0a0a;
	padding: 0px;
	margin: 0px;
}


#lbOuterImageContainer {
	position:relative;
	background-color:#0a0a0a;
	width:250px;
	height:250px;
	margin:0 auto;
}

#lbImageContainer {
	padding:10px;
}

#lbLoading {
	position:absolute;
	z-index:110;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
	background:#0a0a0a url(../img/loading.gif) no-repeat center;
}

#lbHoverNav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}

#lbImageContainer>#lbHoverNav {
	left:0;
}

#lbImageDataContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#0a0a0a;
	margin:0 auto;
	line-height:1.4em;
	overflow:auto;
	width:100%;
	text-align: center;
	height: 52px;
}

#lbImageData {
	padding:0 10px;
	color:#666;
}

#lbImageDetails {
	width:100%;
	text-align:center;
	height: 16px;
}

#lbCaption {
	font-weight:bold;	
}

#bottomNav {
	width: 100%;
	text-align: center;	
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	height: 26px;
	padding: 0px;
	margin: 0px;
}

#lbNumber {
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	margin-top: 6px;
}

#lbPresent {
	/*display:block;*/
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-bottom:0.1em;
	
}

#lbPresent a {
	color:#666;
	margin-right:1.0em;
}

#lbPresent a.act {
	font-weight:bold;
	color:#fff;
	background:#777;
	border-right:0.2em solid #777;
	border-bottom:0.1em solid #777;
	border-left:0.4em solid #777;
}