/* CSS Document */

/* Gallery-Navigation ----------------------------------------------- */
#galleryNavBox {
	 border-bottom: 1px solid #CCCCCC;
	 width: 650px;
}
#galleryNavBox img {
	border: 0px;
}

#galleryNavBox td {
	text-align: right;
	height: 26px;
	vertical-align: middle;
}

#galleryNavBox img {
	 vertical-align: bottom;
}

/* Tabelle pictureOverview ---------------------------------------------------------- */

#pictureOverview td.picture {
	width: 130px;
	height: 180px;
	text-align: center;
	vertical-align: middle;
}

#pictureOverview img.pic {
	border: 1px solid #FFFFFF;
}
#pictureOverview img.pic:hover{
	border: 1px solid #FFC21F;
}
