/*
	Makes NEXT and PREV always visible theme for Slimbox
*/


/* Apparently some div declaration needs to be present, even an empty one */
div { }
/* SLIMBOX */

#lbNextLink {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbPrevLink{
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}