/* slimbox domain fixes */

#lbPrevLink:hover {
	background: url('../images/prevlabel_de.gif') no-repeat 0% 15%;
}

#lbNextLink:hover {
	background: url('../images/nextlabel_de.gif') no-repeat 100% 15%;
	margin-right: -1px;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 100px;
	height: 22px;
	background: url('../images/closelabel_de.gif') no-repeat center;
	margin: 5px 0;
}
.sold {
	background:url('../images/sold.png') no-repeat;
	display:block;
	height:42px;
	margin-left:45px;
	position:relative;
	top:-2px;
	width:70px;
}
/* IE6 has separate ie.css*/

*+html .sold { /* nur für den IE7 */
	margin-top: -95px;
}

.sold_detail {
	background:url('../images/sold.png') no-repeat;
	position: absolute;
	display:block;
	height:42px;
	margin-left:235px;
	width:70px;
}
/* IE6 has separate ie.css*/
