/***********************************************/
/* lightboxcss.php                             */
/* Use with Smallworlds Website                */
/***********************************************/

/*************** lightbox styles ***************/

#lb_background {
	background-color: #000000;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	z-index: 100;
	width:  100%;
	height: 100%;
	filter: alpha(opacity=30);
	-moz-opacity: .30;
	opacity: .30;
	display: none;
}

#lb_window {
	background: url("http://content.smallworlds.com/content-v674/webassets/lightbox_bg.png") no-repeat;
	top: 150px;
	position: absolute;
	overflow: auto;
	width: 344px;
	height: 195px;
	z-index: 150;
	display: none;
}

#lb_window_cookies {
	background: url("http://content.smallworlds.com/content-v674/webassets/lightbox_bg_cookies.png") no-repeat;
	top: 150px;
	position: absolute;
	overflow: auto;
	width: 344px;
	height: 195px;
	z-index: 150;
	display: none;
}

#lb_window_browser {
	background: url("http://content.smallworlds.com/content-v674/webassets/lightbox_bg_browser.png") no-repeat;
	top: 72px;
	position: absolute;
	overflow: auto;
	width: 454px;
	height: 286px;
	z-index: 150;
	display: none;
}

#lb_caption {
	padding: 20px;
	text-align: left;
}

#lb_button_yes {
	background: url("http://content.smallworlds.com/content-v674/webassets/lightbox_close.png") no-repeat;
	width: 124px;
	height: 32px;
	cursor: pointer;
	cursor: hand;
}

#lb_button_no {
	background: url("http://content.smallworlds.com/content-v674/webassets/lightbox_close.png") no-repeat;
	width: 124px;
	height: 32px;
	cursor: pointer;
	cursor: hand;
}

