@charset "UTF-8";
body {
	font-family: "Arial", sans-serif;
	font-size: 0.8em;
	line-height: 1.23em;	
	letter-spacing:.1em;
	color:#999;
	margin:0;
	padding:0;
	text-transform:none;
	background: white;
}

#container{
	margin:15px;
	min-height:600px
}

 /*NAV styles*/
#nav{
	padding:0 0 42px 0;
}

#nav li{
	display:inline;
	background:URL(ben_divider.gif) no-repeat 5px 3px;
	padding-left:14px;
}
#nav li ul{
	position:absolute;
	left:0;
	top: 1.25em;	
}

#nav .first{
	padding-left:0;
	background:none;
}

#logo{
	font-size: 1.1em;
	text-transform:uppercase;
}

#logo a:visited{
	text-decoration:none;
}

#logo a:hover{
	color:#000;
}


#nav li a:hover, #nav li.active a, #nav li li a, #nav li.active li.active a, #nav li.active a:hover, .numbers a:hover, .numbers .active a{
	color:#000;
	text-decoration:none;
}

#nav li li{
	background:URL(ben_divider2.gif) no-repeat 5px 3px;
	display:inline;
	padding-left:14px;
}
#nav li li a, #nav li.active li a{
	color:#999;
	cursor:pointer;
}
/* end of NAV styles*/

/*NUMBERS subnav styles*/
.numbers{
	margin:-17px 0 2px 0;
}
.numbers li{
	display:inline;
	margin-right:8px;
}

.numbers li.first{
	background:URL(ben_divider2.gif) no-repeat 100% 3px;
	padding-right:8px;	
}
.numbers a {
	color:#999;
	cursor:pointer;
}

.slideshow .numbers {
  background: #FFF;
  top: -2px;
  left: 0px;
  position: absolute;
  
}
/*end of NUMBERS subnav styles*/
/*slideshow styles*/
.slideshow {
  margin: 0 0;
  overflow: hidden;
  position:relative;
}

.slideshow .piccies{
	width:10000px;
}

.piccies li{
	float:left;
	width:auto;
	margin-right:2px;
}

/*end of slideshow styles*/
/*main content styles*/

.caption{
	text-transform:uppercase;
	margin-top:4px;	
	font-size:0.8em;
}

#copy p{
	margin-bottom:30px;
}

a{
	color:#8C8C8C;
	text-decoration:none
}
.black, a:hover{
	color:#000;
}

/*main content styles*/
/* ZOOM styles*/

#overlay {
	/* REQUIRED */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* REQUIRED */
	font-size:1em;
	line-height:1.08em;
	z-index:100;
}

#overlaybk{
	background:#000;
	width: 100%;
	height: 100%;
}

#zoomloader{
	background:#FFF;
	zIndex: 1;
	position:absolute;
}

#zoomcloser{
	text-align:center;
	line-height:1.75em
}

#zoomprev{
	position:absolute;
	left:1px;
	line-height:1.75em;
	top:0;
}

#zoomnext{
	position:absolute;
	right:1px;
	line-height:1.75em;
	top:0;
}

#zoomcloser{
	text-align:center;
	line-height:1.75em
}

#loading{
	margin:20px;
}
#imageno{
	float:right;
	width:100px;
	text-align:right;
}

/* end of ZOOM styles*/

#enlargeall{
	position:absolute;
	bottom:-100px;
}


