#imageViewer .surface #links .outBasket
{
	height:12px;width:12px;
}
#imageViewer .surface #links .sponsored
{
	background:url(/images/icons/purchased-plot.png) no-repeat 0 0;
	height:12px;
	width:12px;
}
#imageViewer .surface #links .forSale
{
	background:url(/images/icons/plot-for-sale.png) no-repeat 0 0;
	height:12px;
	width:12px;
}
#imageViewer .surface #links .userPlot
{
	background:url(/images/icons/owned-plot.png) no-repeat 0 0;
	height:12px;
	width:12px;
}
#imageViewer .surface #links .inBasket,.sponsoredInBasket,.forSaleInBasket
{
	background:url(/images/icons/selected-plot.gif) no-repeat 0 0;
	height:12px;
	width:12px;
}
#imageViewer .surface #links .outBasket:hover
{
	background:transparent;
	border:1px solid yellow;
	height:12px;
	width:12px;
}
#imageViewer .surface #links .sponsored:hover, .searchedSponsored
{
	background-image:url("/images/icons/purchased-plot-hover.png");
	height:12px;
	width:12px;
}
#imageViewer .surface #links .inBasket:hover,.sponsoredInBasket:hover,.forSaleInBasket:hover,.searchedSponsoredInBasket,.searchedInBasket,.searchedForSaleInBasket
{
	background:url(/images/icons/selected-plot-hover.gif) no-repeat 0 0;
	height:12px;
	width:12px;
}
#imageViewer .surface #links .userPlot:hover,.searchedUserPlot
{
	background:url(/images/icons/owned-plot-hover.png) no-repeat 0 0;
	height:12px;
	width:12px;
}
#imageViewer .surface #links .forSale:hover,.searchedForSale
{
	background:url(/images/icons/plot-for-sale-hover.png) no-repeat 0 0;
	height:12px;
	width:12px;
}

