/* root element for scrollable */
div.scrollable.vertical {  
	position:relative;
	overflow:hidden;	
	height: 315px;	 
	width: 170px;	
}
div.scrollable.vertical div.items {	
	position:absolute;
	height:20000em;	
	margin: 0px;
}
div.scrollable div.items div {
	float:none;
	margin:0px 0px;
}
div.scrollable div.items div {
	float:left;
	text-align:center;
	width:170px;
	height:86px;
	padding:2px 0px 17px;
	font-size:12px;	
	cursor:pointer;
}
div.scrollable div.items a:link img {
	border: 2px solid #a9a9a9;
}
div.scrollable div.items a:visited img {
	border: 2px solid #a9a9a9;
}
div.scrollable div.items a:hover img {
	border: 2px solid #990000;
}
div.scrollable div.items a:active img {
	border: 2px solid #990000;
}
div.scrollable div.items a:link {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4E4E4E;
}
div.scrollable div.items a:visited {
	color: #4E4E4E;
}
div.scrollable div.items a:hover {
	color: #990000;
}
div.scrollable div.items a:active {
	color: #990000;
}
div.scrollable div.items div:link {
	color: #990000;	
}
div.scrollable div.items div:visited {	
}
div.scrollable div.items div:hover {
	color: #990000;	
}
div.scrollable div.items div.active {
	color: #990000;	
	cursor:default;
}
/* ******************************************* cat_brand */
/* prev, next, prevPage and nextPage buttons */
#cat_brand a.prev, #cat_brand a.next, #cat_brand a.prevPage, #cat_brand a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(images/up.png) no-repeat 0px 0px;
	cursor:pointer;
	margin-top: 1px;
	margin-right: 75px;
	margin-bottom: 1px;
	margin-left: 75px;
}

/* mouseover state */
#cat_brand a.prev:hover, #cat_brand a.next:hover, #cat_brand a.prevPage:hover, #cat_brand a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
#cat_brand a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
#cat_brand a.next, #cat_brand a.nextPage {
	background-image:url(images/down.png);
	clear:right;	
}

