/* Category Scroller */

div#catsbar {
	position: absolute;
	width: 138px;
	height: 190px;
	border: none;
	overflow:hidden;
	z-index:1;
	margin-top:0;
	vertical-align:top;
	background-color:#FFFFFF;
}

#topfading {
	position: absolute;
	display: block;
	width: 138px;
	height: 36px;
	z-index:1001;
	border: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='images/top-gradient.png');
}
#topfading[class] {
	background: transparent url('../images/top-gradient.png') top repeat-x;
}
#btmfading {
	position: absolute;
	display: block;
	margin-top: 164px;
	width: 138px;
	height: 36px;
	z-index:1000;
	border: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='images/bottom-gradient.png');
}
#btmfading[class] {
	background: transparent url('../images/bottom-gradient.png') bottom repeat-x;
}
div#catswrap {
	position:absolute;
	left:0px; 
	top:0px;
	width:138px; height:100%;
	overflow:hidden;
	z-index:0;
}

div#scrollingcats {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
}

table#imgTbl { width:138px; }

table#imgTbl td { height:100%; vertical-align:centre; text-align:left; padding: 0; }

table#imgTbl * img{ border: none;  }

