/* from screen.css */
.discount {
	background:url(../images/nl/bg_discount.gif) no-repeat;
}

#boxShop a {
	background: url(/images/nl/button_bezoek.jpg) no-repeat;
}
#boxShop a:hover { 
	background: url(/images/nl/button_bezoek_hover.jpg) no-repeat;
}

.details2 .leftColumn .image div a { 
	background: transparent url(/images/nl/enlarge.png) no-repeat left top;
}
* html .details2 .leftColumn .image div a {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/nl/enlarge.png');
}

#myBabyHuysTop {
	background: url(../images/nl/mybaby_top.png);
}
* html #wrapper #myBabyHuysTop { /* PNG-fix for IE6 */
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/nl/mybaby_top.png');
}

/* from thickbox.css */	
.winkelmandtitel {
	background:url('/images/nl/header_afrekenen.gif') no-repeat;
}

#TB_closeWindow a,
#TB_closeAjaxWindow a {
	background: url(/images/nl/ico_closewindow.gif) no-repeat right center;
}
#TB_closeWindow a:hover,
#TB_closeAjaxWindow a:hover {
	background-image: url(/images/nl/ico_closewindow_on.gif)
}