* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	text-align: center;
	background-color: #FFFFFF;
	font-family: 'Lucida Grande', 'Trebuchet MS', verdana, arial, sans-serif;
	color: #c7ddc7;
	font-size: 65.5%;
}

a:link, a:visited { color: #069; text-decoration: none; }
a:hover, a:visited:hover { text-decoration: underline; }

h1 {
  position: relative;
  margin: 0 auto;
	height: 40px;
	width: 180px;
	padding: 10px;
	background: transparent url(../img/mediaserver.gif) center center no-repeat;;
  display: block;
	text-indent: -9000px;

}

#linkBlog{
	position: absolute;
	top: 10px;
	left: -54px;
	width: 54px;
	height: 40px;
	display: block;
	font-weight: bold;
	font-size: 11px;
	color: #006600;
  background: url(../img/logoaua.gif) right 0px no-repeat;
}

#toggleMenu {
	position: absolute;
	top: 10px;
	right: -114px;
	width: 114px;
	height: 40px;
	display: block;
	font-weight: bold;
	font-size: 11px;
	color: #006600;
  background: url(../img/gallerieslogo2.gif) right 0px no-repeat;
}

#navigator {
  position: absolute;
  top: 0px;
  left: 0px;
	padding: 0;
	margin: 0 auto;
}

#OuterContainer {
	padding: 0;
	margin: 0 auto;
}

#Container {
	position: relative;
	height: 200px;
	width: 200px;
	margin: 0 auto;
	background-color: #dedede;
	border: 5px solid #c7ddc7;
	font-size: 0px;
}

#wBox{
	position: absolute;
  top: 0px;
  left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
	z-index: 20;
}

#photoBox{
	position: absolute;
  top: 0px;
  left: 0px;
	z-index: 1;
}

#Photo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
}

#Loading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0%;
	text-align: center;
	z-index: 0;
	line-height: 0;
}

#LinkContainer {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

#PrevLink, #NextLink {
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url(../img/c.gif) no-repeat; 
	display: block;
}

#PrevLink span, #NextLink span { display: none; }

#PrevLink { left: 0; float: left; }
#NextLink { right: 0; float: right; }

#PrevLink:hover, #PrevLink:visited:hover { background: url(../img/prev_minus.gif) 20% 50% no-repeat; }
#NextLink:hover, #NextLink:visited:hover { background: url(../img/next_plus.gif) 80% 50% no-repeat; }

#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(../img/prev_chevron.png) 20% 50% no-repeat; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(../img/next_chevron.png) 80% 50% no-repeat; }

#CaptionContainer {
	position: relative;
	margin: 0 auto;
	width: 200px;
	text-align: left;
	background-color: #c7ddc7;
	color: #006600;
}

#CaptionContainer p {
	padding: 5px 10px 10px 10px;
	font-size: 11px;
}

#Counter {
	font-weight: bold;
	padding-right: 5px;
}

#About p {
	margin: 0 20px;
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
}

#About {
	width: 100%;
	text-align: left;
	background-color: #efefef;
	border-bottom: 1px solid #dedede;
}

#AboutBody {
	margin-top: 15px;
}

#AboutBody p {
	font-weight: normal;
	font-size: 11px;
	line-height: 1.4em;
	margin: 0 20px 10px 20px;
	padding: 0;
}

#thumbs_cont ul {
	width: 85px;
	margin: 0px 5px 0px 5px;
	padding: 0;
}

#thumbs_cont ul li {
	display: block;
	width: 84px;
	margin-top: 4px;
	text-align: center;
	background: #c7ddc7;
	border: 0px solid #c7ddc7;
}

#thumbs_cont ul li img {
  margin-top: 5px;
	padding: 1px;
	border: 1px solid #c7ddc7;
	background: #ffffff;
}
	
#thumbs_cont ul li img.selected {
	border: 1px solid #999999;
}
	
#thumbs_cont ul li img:hover {
	border: 1px solid #3A2101;
}

#thumbs_cont ul li .thumb_name {
	display: block;
	bottom: 0;
	text-align: center;
	margin: 0 1px 0 1px;
	padding: 2px 0 2px 0;
	color: #c7ddc7;
	font-weight: normal;
}

#nav_next img, #nav_prev img{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#nav_next, #nav_prev{
  display:none;
}


#menuBox {
	height: 100%;
	width: 100%;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	background-color: #004C00;
}
#menuInnerBox {
	padding: 20px 20px 20px 20px;
	text-align: left;
}

#sectionList {
	width: 400px;
	display: inline;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
}

#sectionList li {
  display: inline;
}

#sectionList li a{
	font-weight: bold;
	color: #fff;
}

#galleryList {
	float: left;
	margin-top: 10px;
}

#galleryList li{
	display: block;
	float: left;
	width: 84px;
	height: 120px;
	padding-top: 4px;
	margin-right: 4px;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	text-align: center;
}

#galleryList li img{
  margin-top: 5px;
	padding: 1px;
	border: 1px solid #c7ddc7;
	background: #ffffff;
}

#galleryList li img:hover {
	border: 1px solid #3A2101;
}

#galleryList li.current img:hover {
	border: 2px solid #3A2101;
}

#galleryList li.current a {
	text-decoration: none;
}

li em { font-style:normal;color:#fff; padding-right:2px;}
