
.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width:359px;
	height:540px;
	margin:-300px 0 0 -175px;
	/*padding: 1em;*/
	/*border:1px solid #fff;*/
	background:#000000;
	text-align: left;
	z-index:1001;
	/*overflow: auto;	*/
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }

/* default link style - needed to make the :active work correctly in IE */
a, a:visited, a:hover, a:active {
color:#fff;
}
/* style the outer cntaining div to fit the landscape, portrait and buttons */
.album {
width:359px; 
/*height:360px;*/ 
height:540px;
background:#000;
border:1px solid #aaa;
margin:0 auto;
overflow:hidden;
}
#NorthSt{
background:#000 url(../images/press/Elle-Decoration/Elle-Decor01.jpg) 0 0px no-repeat;
}
#Yoo{
background:#000 url(../images/press/Living-Etc/Living-Etc-Yoo-Apartments.jpg) 0 0px no-repeat;
}
#hakkasan{
background:#000 url(../images/press/Independent/independent-magazine-hakkasan-1.jpg) 0 0px no-repeat;
}
#EstelleRoad{
background:#000 url(../images/press/KBB-Estelle-Road/EstelleRoad1.jpg) 0 0px no-repeat;
}
#CarolynSceales{
background:#000 url(../images/press/KBB-Carolyn-Sceales/KBB-CS1.jpg) 0 0px no-repeat;
}
#Belgravia{
background:#000 url(../images/press/House-and-Garden/Belgravia-Residence.jpg) 0 0px no-repeat;
}
#StanleyHouse{
background:#000 url(../images/press/World-of-Interiors/StanleyHouse-01.jpg) 0 0px no-repeat;
}
/* remove the padding margin and bullets from the list. Add a top margin and width to fit the images and a position relative */
.gallery {
padding:0; 
margin:510px 0 0 0; 
list-style-type:none; 
position:relative; 
width:359px;
}
/* remove the default image border */
.gallery img {
border:0;
}
/* make the list horizontal */
.gallery li {
float:left;
}
/* style the link text to be central in a surrounding box */
.gallery li a, .gallery li a:visited {
font-size:11px;
float:left; 
text-decoration:none; 
color:#fff; 
background:#000; 
text-align:center; 
width:24px; 
height:24px; 
line-height:24px; 
border:1px solid #444;
margin:2px;
}
/* position the images using an absolute position and hide them from view */
.gallery li a img {
position:absolute; 
top:-510px; 
left:0; 
visibility:hidden; 
border:0;
}

/* fix the top position for the landscape images 
.gallery li a img.landscape {
top:-280px;
}*/
/* fix the left position for the portrait images */
.gallery li a img.portrait {
left:0;
border-left:0px solid #eee;
border-right:0px solid #eee;
}
/* style the hover background color for the text boxes */
.gallery li a:hover {
background:#999999;

}
/* style the active/focus colors for the text boxes (required for IE) */
.gallery li a:active, .gallery li a:focus {
background:#666666; 
color:#fff;
}
/* make the images visible on active/focus */
.gallery li a:active img, .gallery li a:focus img {
visibility:visible;
}
