/* "Sleek White" by Noel Jackson, use as you wish. */


/* 
body#photostack #topbar {
	margin: 20px auto 18px auto;
	height: 25px;
	border-bottom: 1px solid #333;
	text-align: left;
	width: 864px;
}
*/

body
{
	margin: 0px auto;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	background: #222;
	color: #999;
	font: normal 12px Helvetica, Arial, sans-serif;
}


body#photostack #menu {
margin: -25px 0px 0px auto; padding: 0px;
font-weight: bold;
list-style: none;
text-align: right;
width: 600px;

}

body#photostack #menu li.button {
margin: 0px 5px 0px auto;
padding: px 0px 0px 0px;
height: 25px;
line-height: 25px;
width: 55px;
display: block;
}
body#photostack #menu li ul {
display: none;
list-style: none;
}
body#photostack #menu li:hover, body#photostack #menu li.over {
color: black;
}
body#photostack #menu li:hover ul, body#photostack #menu li.over ul {
position: absolute;
right: 0px;
top: 20px;
z-index: 10;
display: block;
margin: 0px;
padding: 0px;
text-align: left;
width: 140px;
}

body#photostack #menu li ul li {
position: normal;
margin: 0px; padding: 0px;
line-height: 20px;
height: auto;
width: 140px;
background-color: #ccc;
}

body#photostack #menu li ul li a {
margin: 0px;
line-height: 20px;
padding: 2px 3px 2px 10px;
text-decoration: none;
background: #ccc;
display: block;
}
* html body#photostack #menu li ul li a {
height: 20px;
}
body#photostack #menu li ul li a:hover {
background: #666;
color: #fff;
}

body#photostack #menu li ul li.spacer {
height: 5px;
line-height: 5px;
margin: 0px;
padding: 0px;
}

body#photostack #menu li ul li a span {
display: inline;
color: #ccc;
padding-left: 3px;
}

body#photostack #menu li ul li a:hover span{
color: white;
}

body#photostack #image
{
	z-index: 1;
	text-align: center;
	margin: 0px auto 5px auto;
	padding: 30px;
	border: 1px solid #333;
}
body#photostack #image img {
	z-index: 1;
}

body#photostack .nav {
display: block;
line-height: 10px;
font-size: 12px;
height: 10px;
position: relative;
margin: 12px auto 4px auto;
margin-bottom: 10px;
padding: 0px;
width: 580px;
}
body#photostack .nav a {
padding: 0px 3px;
}

body#photostack .list {
list-style: none;
width: 600px;
margin: 0px auto 10px auto;
}
body#photostack .list {
position: relative;
left: -10px;
}
body#photostack .list li {
float: left;
padding: 0px;
margin: 0px 5px 5px 0px;
border-width: 2px;
border-color: #444;
border-style: solid;
}
body#photostack .list li span {
height: 138px;
width: 138px;
display: block;
background: #333;
}

body#photostack .list li span {
display: table;
_position: relative;
overflow: hidden;
}

body#photostack .list>li span {
overflow: none;
}

body#photostack .list li span:hover, body#photostack .list li span.hover {
background: #111;
}

body#photostack .list li span a {
_position: absolute;
_top: 50%;
display: table-cell;
vertical-align: middle;
margin: 0px auto;
text-align: center;
}
		
body#photostack .list li span a img {
_position: relative;
_top: -50%;
_left: -50%;
}

body#photostack .list h2 {
display: block;
font-size: 10px;
line-height: 24px;
width: 138px;
}
body#photostack .list h2 a {
display: inline;
}

body#photostack .info {
padding: 10px 0px;
text-align: center;
clear: both;
border-top: 1px solid #333;
width: 600px;
margin: 20px auto;
}
body#photostack .info a {
margin: 0px 4px;
}

body#photostack .hide {
display: none;
}
body#photostack .metadata {
	margin: 0px auto;
	text-align: center;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
	background: transparent url(images/prevlabelx.gif) no-repeat 0% 15%;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
	background: transparent url(images/nextlabelx.gif) no-repeat 100% 15%;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Arial, Verdana, Helvetica, "Lucida Grande", Geneva, Lucida, "Trebuchet", "Trebuchet MS", sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
