@charset "utf-8";

a.indexThumbLink
{
	background-image:url(../images/core/thumbLink_OFF.gif);
	background-position:bottom right;
	background-repeat: no-repeat;
}

.indexThumbLink:hover
{
 background-image: url(../images/core/thumbLink_ON.gif);
 background-position:bottom right;
 background-repeat: no-repeat;
}