body{
	background: url(/img/gallery_bg.jpg) top left no-repeat;
	background-attachment : fixed;
	font-family:Arial, Verdana, sans-serif;
	margin:0px;
	padding:0px;
}
h1{
	padding:0px;
	color:#fff;
	margin-top:2px;
	margin-bottom:5px;
	margin-left:75px;
	font-size:25px;
	text-transform:uppercase;
}
h2{
	padding:0px;
	color:#fff;
	margin-top:30px;
	margin-bottom:0px;
	margin-left:75px;
	font-size:16px;
}
a.close{
	padding-right:12px;
	background: url(/img/close.gif) right 4px no-repeat;
	color:#000;
	font-size:11px;
	position:absolute;
	top:20px;
	right:20px;
	text-decoration:none;
	text-transform:uppercase;
}
a.close:hover{
	text-decoration:underline;
}
div.slideshow {
  margin: 18px 84px 0px 84px;
  width:380px;
}
div.slideshow p {
  padding-top: 9px;
}
div.slideshow ul {
  width:380px;
  margin:0px;
  padding:0px;
  position: absolute;
  top: 320px;
  text-align:center;
  background:#fff;
}
div.slideshow ul li {
 display:block;
 float:left;
}
div.slideshow ul li a {
  display: block;
  width: 30px;
  background-position: 50% 50%;
  cursor: pointer;
  height: 25px;
  margin-right: 3px;
  opacity: 0.5;
  border:2px solid #fff;
  float:left;
}
div.slideshow ul li a.active,
div.slideshow ul li a:hover {
  opacity: 1;
}
div.slideshow ul li a.active{
	border:2px solid #f60;
}
div.slideshow ul li a.prev{
	display:block;
	background: url(/img/gallery_prev.jpg) top left no-repeat;
	width:8px;
	height:21px;
	min-height:21px;
}
div.slideshow ul li a.next{
	display:block;
	background: url(/img/gallery_next.jpg) top left no-repeat;
	width:8px;
	height:21px;
	min-height:21px;
}
#pictext{
	text-align:center;
	font-size:11px;
	color:#666;
	position:relative;
}
