@charset "UTF-8";
/* CSS Document */


/*
Add a new picture:
every circle needs a width of 20px
substract 20px per picture by 'left'
*/
#nav {
	left:552px;
	margin:0;
	position:relative;
	top:19px;
	width:400px;
	z-index:100 !important;
}


/*
you don't have to edit the following styles
*/
#nav a {
	background:url(../_img/icon-slideshow.gif) no-repeat 2px 0;
	color:transparent;
	margin:0 0 0 0 1px;
	padding:1px 4px;
	text-align:right;
	text-decoration:none;
}
#nav a.activeSlide {
	background:url(../_img/icon-slideshow.gif) no-repeat 2px -20px;
}
.pics {
	height:641px;
	width:930px;
	margin:0;
	padding:0;
	overflow:hidden;
	z-index:1;
}
.pics img {
	background-color:#eee;
	height:590px;
	left:0;
	padding:0;
	top:0;
	width:930px;
}
h3 {
	font-size:17px;
	font-weight:normal;
	margin:0 0 14px 0;
	padding:0;
	z-index:2;
}
.imgBorder {
	border-top:#8fdbc6 6px solid;
	padding:3px 0;
}
