@charset "UTF-8";
/**
 * "Stylsheet für Slimbox Buttons der PMKSLIMBOX
 */

@media all
{

/*Linkgrafiken*/
/*#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	background:url(../images/sb_anchor_spacer.gif);
}
*/

#lbPrevLink:hover {
	background-color: transparent;
	background-image: url(../../img/lightbox_links.png);
	background-repeat: no-repeat;
	background-position: 0% 15%;
}

#lbNextLink:hover {
	background-color: transparent;
	background-image: url(../../img/lightbox_rechts.png);
	background-repeat: no-repeat;
	background-position: 100% 15%;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	margin:0;
	padding:0;
	background-color: transparent;
	background-image: url(../../img/lightbox_schliessen.png);
	background-repeat: no-repeat;
	background-position: center;
}

/*#lbPrintLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../images/sb_printicon.gif) no-repeat center;
	margin:0 5px 0 0; padding:1px;
}

#lbSaveLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../images/sb_saveicon.gif) no-repeat center;
	margin:0 5px 0 0; padding:1px;
}

#lbSaveLink:hover,
#lbPrintLink:hover {
	border: 1px solid #666;
	padding: 0px;
}
*/
}
