/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox-page {
	display:none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9999;
	width: 625px;
	height: 432px;
	margin: -216px 0 0 -312px;
	padding: 10px;
	border: 1px solid #fff;
	background: #FFF;
	color: #000;
	text-align: left;
}

#lightbox-page.wide {
	width: 876px;
	height: 413px;
	margin: -206px 0px 0px -448px;
}

#lightbox-page a.lbAction {
	display: block;
}/*
#lightbox-page[id] {
	position: fixed;
}*/

#overlay-page {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	background: transparent url('../images/lightbox_bg.png') repeat 0% 0%;
}
#overlay-page[id] {
	position: fixed;
}

#lightbox-page.done #lbLoadMessage {
	display: none;
}
#lightbox-page.done #lbContent {
	display: block;
	position: relative;
}

#lightbox-page.done #lbConetnet #searchbox {
	position: relative;
	border: 1px solid red;
	background-color: red;
}
#lightbox-page.loading #lbContent {
	display: none;
}
#lightbox-page.loading #lbLoadMessage {
	display: block;
}

#lightbox-page.done img {
	
}

/* CUSTOM --------------------------------------- */
#lightbox-page h2 {
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0 0 1em;
}
#lightbox-page p {
	color: #666;
}

#lightbox-page #close {
	width: 122px;
	height: 38px;
	position: absolute;
	right: 9px !important;
	right: 19px;
	top: -25px;
}

#lightbox-page #scrollbox {
	width: 670px;
	height: 440px;
	padding-right: 10px;
	overflow: auto;
}

#lightbox-page #thumbs{

 position:absolute;
 top:0;
 right:0;
 width:200px;
 padding: 10px;

}

#lightbox-page #thumbs img{
 margin:3px;
}

/*#lightbox-page .thumbnail {
border:1px solid #CFCFCF;
padding:1px;
}*/

#searchbox-flash
{
	width: 620px;
	margin: 0 auto 0 auto;
}