@CHARSET "UTF-8";

div.scrollable {
    left:0;
	top:47px;
    position:absolute; 
    overflow:hidden;          
    width:115px;     
    height:428px;
}
div.scrollable div.items {
	width:100px;
	height:20000em;
    position:absolute;
    left:0px;
}
div.scrollable div.items div.category {
	text-align:center;
	width:100px;
	height:20px;
	left:0px;
    padding: 8px 0px 4px 0px;
    margin:0px 6px;
    border-bottom: 1px dotted #999;
    overflow:hidden;
}
div.scrollable div.items div.category-big {
	text-align:center;
	width:100px;
	height:40px;
	left:0px;
    padding: 8px 0px 4px 0px;
    margin:0px 6px;
    border-bottom: 1px dotted #999;
    overflow:hidden;
}
/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	position:absolute;
	display:block;
	width:18px;
	height:18px;
	background:url(../img/navi.up.png) no-repeat;
	float:left;
	cursor:pointer;
	left:48px;
}

a.prev {
	top:12px;
}

a.next {
	bottom:12px;
}

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

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

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

div.links {
	display: none;
}

/*********** navigator ***********/

/* position and dimensions of the navigator */
div.navi {
	position:absolute;
	top:190px;
	left:0px;
	width:20px;
	height:120px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:8px;
	background:url(/img/navigator.png) 0 0 no-repeat;
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
}
