/*
 * Image classes
 */

img {
	border: 0;
}

img.icon {
	vertical-align: middle;
	border: 0;
	margin: 2px;
	background: none;
}

img.icon-small {
	vertical-align: baseline;
	border: 0;
	background: none;
}

img#logo { margin: 80px 0 0 0; }

img#about       { background-image: url( ../images/button.about.gif ); }
img#collections { background-image: url( ../images/button.collections.gif ); }
img#contact     { background-image: url( ../images/button.contact.gif ); }
img#shops       { background-image: url( ../images/button.shops.gif ); }
img#home        { background-image: url( ../images/button.hunza.gif ); }

a.button img
{
  background-position: top left;
  background-repeat: no-repeat;
  float: left;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
}

a.button img#home { border-right: 1px solid white; }

a.button:hover img      { background-position: center center; }
a.button:hover img#home { background-position: bottom center; }
a#current.button img    { background-position: bottom center; }