

/* A hyperlink */
a:hover {
    color: #626262;
}
/* Current index page number */
#index .page_cur {
	background-color: #EBEBEB;
}
/* Other index page numbers */
#index .page_other:hover {
	background-color: #CACACA;	
}
/* The "for sale" label. */
#index .for_sale {
	left: -6px;
}
/* The folder thumbnail. */
#index .folder_image {
	border-color: #C0C0C0;
}
