/*MacOS theme for Slimbox
*/


/* Apparently some div declaration needs to be present, even an empty one */
div { }
/* SLIMBOX */
#lbImageBG {
	background: transparent url(shadowbg.png) no-repeat bottom right;
	margin-top: 9px;
	margin-left: 9px;
	_background-image: none;
	_background: #333;
	_margin-top: 4px;
	_margin-left: 4px;
}

#lbImage {
	border: none;
}

#lbBottomContainer {
	margin-top: 10px;
	background-color: #006CF6;
	background: url(bluebg.png) repeat-x 0% 100%;
}

#lbCaption, #lbNumber {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 1.4em;
	border: 0px solid #ccc;
	width:100%;
	margin: 0px;
}

#lbCaption {
	font-weight: normal;
	text-align: center;
}

#lbNumber {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

#lbBottom {
	border: none;
	border-bottom: 1px solid #000;
}

#lbCenter {
	padding: 0px;
}

#lbOverlay {
	background-color: #006CF6;
}

#lbCloseLink {
	display: none;
	margin: 0px;
	width:0px;
	height:0px;
}

#lbUpperCloseLink {
	position: absolute;
	display:block;
	z-index: 20;
	margin-top: -16px;
	margin-left: -16px;
	width: 32px;
	height: 32px;
	background: transparent url(close.png) no-repeat top right;
	_background: transparent url(close_ie.gif) no-repeat top right;
	_margin-top: 0px;
	_margin-left: 0px;
	visibility:visible;
}