/*画像のパスのオーバーライド*/
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url('../../images/litebox-1.0/blank.gif') no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('../../images/litebox-1.0/prevlabel.gif') left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('../../images/litebox-1.0/nextlabel.gif') right 15% no-repeat; }
