/* @group Peeling Screenshots */

#middle ul.screenshots-peel {
	width: 196px;
	height: 120px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#middle ul.screenshots-peel h3,
#middle ul.screenshots-peel p {
	display: none;
}

#middle ul.screenshots-peel li{
	display: block;
	float: left;
	width: 196px;
	height: 120px;
	position: relative;
	padding: 0;
	margin-left: 0px;
}

#middle ul.screenshots-peel li a.rw-lightbox {
	margin-top:0;
}

#middle ul.screenshots-peel li.last {
	/*margin-left: 58px;*/
}

#middle .screenshots-peel span.plus {
	display: block;
	text-indent: -999em;
	width: 21px;
	height: 20px;
	background:url(../images/lightbox/plus.gif) no-repeat;
	position: absolute;
	z-index: 1;
	left: -2px;
	top: -2px;
	
	display:none;
}

/* @end */

#middle ul.screenshots-peel h3,
#middle ul.screenshots-peel p {
	display: none;
}




#lightbox {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -370px;
	margin-top: -282px;
	z-index: 100;
	background-image: url("../images/lightbox/background.png");
	width: 740px;
	height: 565px;
	text-align: left;
}

#lightbox h3 {
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	width:500px;
	margin:0 0 10px 0;
	
	display:none;
}

#lightbox p {
	font-size: 12px;
	color:#000;
	width: 500px;
}

#lightbox a.rw-lightbox {
	display: none;
}

#lightbox img {
	position: absolute;
	top: 0;
	left: 0;
	width: 740px;
	height: 565px;
	display: block;
}

#lightbox #close {
	position: absolute;
	top: 6px;
	left: 6px;
	background: url(../images/lightbox/close.png) top left;
	width: 26px;
	height: 26px;
	text-indent: -900em;
	z-index: 102;
}

#lightbox #lightbox-content {
	position: absolute;
	top: 16px;
	left: 16px;
	width: 700px;
	padding: 20px;
	height: 525px;
	z-index: 101;
}

#lightbox #lightbox-content div {
	position: absolute;
	left: 50px;
	top: 50px;
	width: 480px;
	text-align:center;
}

#lightbox #lightbox-content div img {
	position: relative;
	left: -2px;
	top: 0;
}

#lightbox #lightbox-content #movie {
	float: right;
}

#lightbox #lightbox-content img {
	position: absolute;
	left:0px;
	top:0px;
	width: 600px;
	height: auto;
	
	margin:5px;
	padding:0;
	
	display:none;
}

#lightbox #lightbox-content embed {
	position: absolute;
	left: 239px;
	top: 0;
}

#lightbox-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    width: 60px;
    height: 60px;
    text-indent: -900em;
    opacity: 0.9;
	background: #fff url(../imageslightbox/loader.gif) no-repeat center center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 8px #4c4c4c;
	-moz-box-shadow: 0 0 8px #4c4c4c;
	box-shadow: 0 0 8px #4c4c4c;
}

#lightbox #lightbox-thumbnails:before {
	content: "Weitere Bilder";
	float:none;
	display:block;
	font-size: 1em;
	font-weight: bold;
	color: orange;
	
	display:none;
}

#lightbox #lightbox-thumbnails {
	position: absolute;
	top: 280px;
	width: 500px;
    padding: 0;
    margin: 0;
    list-style-type: none;
	
	display:none;
}

#lightbox #lightbox-thumbnails li {
	margin-top: 5px;
	display:block;
	float:left;
}

#lightbox #lightbox-thumbnails li a img {
    display: block;
    float: left;
    margin-right: 10px;
    width: 100px;
    height: auto;
    border: 2px #fff solid;
    padding: 1px;
}

#lightbox #lightbox-thumbnails a.current-thumb img {
    border: 1px solid orange;
}

.rw-lightbox {
    display: inline-block;
}

#lightbox img.imageStyle,
#lightbox span.plus {
	display: none;
}