
/* CATEGORIES */
/* --------------------------------- */
#categories {
	display: none;
	text-align: left;
	width: 200px;
	height: 250px;
	overflow: auto;
	padding:5px;
}
#categories ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#categories li {
	display: inline;
}

#categories a {
	display: block;
	padding: 5px 10px;
}
#categories a:hover, #categories a:active, #categories a:focus {
	color: #ffffff;
	background: #b7d0e4;
}

#categories a.at {
	font-weight: bold;
}

/* TITLE */
/* --------------------------------- */

#title {
}

#title h3 {
	margin-top: 0;
}

/* DESC */

#imgdesc {
	font-size: .9em;
	padding: 20px;
	padding-bottom: 0;
}

/* THUMBS */
/* --------------------------------- */

#thumbs {
	text-align: center;
	white-space : nowrap;
	width: 665px;
	overflow-x: scroll;
	margin-bottom: 10px;
}

#thumbs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#thumbs li {
	display: inline;
}

#thumbs a {
}

#thumbs img {
	border: solid 1px #377db7;
	margin: 1px;
}

#thumbs img.at {
	border: solid 2px #f00;
	margin: 0;
}

/* PAGES */
/* --------------------------------- */

#pages {
	text-align: center;
	padding: 5px;
	border: dashed 1px #377cb7;
	margin-bottom: 10px;
}

#pages ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#pages li {
	display: inline;
}

#pages a {
	padding: 2px 10px;
}

#pages a:hover, #pages a:active, #pages a:focus {
	background: #4c97e3;
	color: #fff;
}

#pages a.at, #pages a.at:hover, #pages a.at:active, #pages a.at:focus {
	background: none;
	font-weight: bold;
	color: #f00;
}


/* IMAGE */
/* --------------------------------- */

#image {
	text-align: center;
}

#image img {
	border: solid 1px #377db7;
}
