﻿/* SLIMBOX (Customized version) http://homepage.mac.com/yukikun/software/slimbox_ex/  */
/*#lbOverlay { position: absolute; top:0; left: 0; width: 100%; background-color: #000; cursor: pointer; z-index: 90;}
#lbCenter {background-color: #fff; position: absolute;	left: 50%; overflow: hidden; z-index: 90;}
#lbBottomContainer {background-color: #ddd; position: absolute;	left: 50%;overflow: hidden; z-index: 90;}
.lbLoading {width: 100%; height: 100%; background: url(Images/loading.gif) no-repeat center; z-index: 99;} 
#lbCanvas {padding: 10px; background: url(Images/bgLb.jpg) repeat-x left bottom #fff;}
#lbCanvas img {margin:-18px 0 0 0;	z-index: 98; }
#lbCanvas iframe {margin:0;	z-index: 98;}
#lbPrevLink, #lbNextLink { display: block; position: absolute; width: 50%; outline: none;}
#lbPrevLink { left: 0; background: transparent url(Images/prevlabel.gif) no-repeat 0px 15%;}
#lbPrevLink:hover {	background: transparent url(Images/prevlabel.gif) no-repeat 0px 15%;}
#lbNextLink { right: 0; background: transparent url(Images/nextlabel.gif) no-repeat 100% 15%;}
#lbNextLink:hover {	background: transparent url(Images/nextlabel.gif) no-repeat 100% 15%;}
#lbBottom {font-size:12px;	font-family: Verdana, Helvetica, sans-serif; color: #666; line-height: 1.4em; text-align: left;
	        margin:0 0 0 10px; padding:0; }
#lbCloseLink {display: block; float: right;	width: 18px;height: 18px; background: transparent url(Images/close.gif) no-repeat center;	position: relative; top: 0px; right: 0px; z-index: 99; }
#lbCaption, #lbNumber {}
#lbCaption {}*/

#lbOverlay {
	position: absolute;
	top:0; left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 99;
}

#lbCenter {
	position: absolute;
	left: 50%; padding:0;
	overflow: hidden;
	background-color: #fff;
	z-index: 99;
	margin: 10px 10px 0 10px;
}

#lbBottomContainer {
	position: absolute;
	left: 50%; 
	overflow: hidden;
	background-color: #fff;
	z-index: 99;
	padding-bottom: 5px;
}

* html #lbBottomContainer {
	padding-bottom: 0px;
}

.lbLoading {background: #fff url(Images/loading.gif) no-repeat center; z-index: 199;}
#lbCanvas {padding: 10px 10px 0 10px; background-color: #fff;}
#lbCanvas img {z-index: 98; margin:0; padding:0; /*position: relative;*/}
#lbCanvas iframe {z-index: 98; margin:0; padding: 0px; /*overflow: visible;*/ /*/position: relative;*/ background-color: #fff;}

#lbPrevLink, #lbNextLink { display: block; position: absolute; width: 50%; outline: none;}
#lbPrevLink { left: 0; background: transparent url(Images/prevlabel.gif) no-repeat 0px 15%;}
#lbPrevLink:hover {	background: transparent url(Images/prevlabelHover.gif) no-repeat 0px 15%;}
#lbNextLink { right: 0; background: transparent url(Images/nextlabel.gif) no-repeat 100% 15%;}
#lbNextLink:hover {	background: transparent url(Images/nextlabelHover.gif) no-repeat 100% 15%;}


#lbBottom {
	font-size:12px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #666;
	line-height: 1em;
	text-align: left;
	margin:10px 0 0 10px; padding:0;
}

* html #lbBottom {
 margin: 0 0 0 10px;
}

#lbTop {
	font-size:12px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #666;
	text-align: left;
	margin:0; padding:0;
	position: relative;
	top: 0; height: 9px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 9px;
	height: 9px;
	background: transparent url(Images/close.gif) no-repeat center ;
	margin:0; padding:0; position: relative; clear: both; z-index: 99;
}

#lbCloseLink:hover {
	width: 9px;
	height: 9px;
	background: transparent url(Images/closeHover.gif) no-repeat center ;
}

#lbCaption, #lbNumber { font-size: 0.8em;}
#lbCaption a{font-weight: bold; color: #666;}
