/* DEFAULT CATALOG
------------------------------ */

#abholder, #abholder ul {
display: block;
list-style: none;
text-align: center;
padding:10px 0 5px 0;
margin:0;
}

#abholder li {
  margin: 0; /*trbl*/
  height: 68px;
  width: 120px;
}

#abholder li a {
  display: block;
  height: 68px;
  width: 120px;
  border:0;
}

#abholder li #a1 {
 background: url(http://www.select2gether.com/imgs/dusel_icons/pants.png) no-repeat center top;
}
#abholder li #a1:hover {
background-position: center -70px;
}


#abholder li #a2 {
 background: url(http://www.select2gether.com/imgs/dusel_icons/acs.png) no-repeat center top;
}
#abholder li #a2:hover {
background-position: center -70px;
}

#abholder li #a3 {
 background: url(http://www.select2gether.com/imgs/dusel_icons/bags.png) no-repeat center top;
}
#abholder li #a3:hover {
background-position: center -70px;
}

#abholder li #a4 {
background: url(http://www.select2gether.com/imgs/dusel_icons/shirts.png) no-repeat center top;
}
#abholder li #a4:hover {
background-position: center -70px;
}

#abholder li #a5 {
 background: url(http://www.select2gether.com/imgs/dusel_icons/caps.png) no-repeat center top;
}
#abholder li #a5:hover {
background-position: center -70px;
}

#abholder li #a6 {
 background: url(http://www.select2gether.com/imgs/dusel_icons/dress.png) no-repeat center top;
}
#abholder li #a6:hover {
background-position: center -70px;
}

#abholder li #a7 {
 background: url(http://www.select2gether.com/imgs/dusel_icons/coats.png) no-repeat center top;
}
#abholder li #a7:hover {
background-position: center -70px;
}

#abholder li #a8 {
 background: url(http://www.select2gether.com/imgs/dusel_icons/shoes.png) no-repeat center top;
}
#abholder li #a8:hover {
background-position: center -70px;
}

#abholder li #a9 {
 background: url(http://www.select2gether.com/imgs/dusel_icons/basket.png) no-repeat center top;
}
#abholder li #a9:hover {
background-position: center -70px;
}


/* CATALOG  ARROW
------------------------------ */

.apop, .apop2 {
	display: none;
/*
	background: url(../imgs/arrow-head.gif) repeat-x left center;
	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
*/
}

.apop img, .apop2 img {
	border: 0 !important;
}

a.tpop:hover .apop, a.tpop:hover .apop2  {
	display: inline;
	position: absolute;
	border: 0;
	z-index: 10;
	text-decoration: none;
}

a.tpop:hover .apop {top:410px}
a.tpop:hover .apop2 {top:520px}