@charset "utf-8";

/* SLIMBOX (Customized version) */

#lbOverlay  { background-color: #FFF; cursor: pointer; position: absolute; z-index: 4; top: 0; left: 0; width: 100% }

#lbCenter, #lbBottomContainer        { background-color: #000; background-position: 0 bottom; padding: 0; position: absolute; z-index: 4; left: 50%; overflow: hidden }

.lbLoading   { background: #fff url(images/sb_loading.gif) no-repeat center; z-index: 4 }

#lbCanvas      { 	position: absolute;
	border: 10px solid #666;
	background-color: #FFF;
	padding: 10px;
	display: none;
	z-index: 3;
	}

#lbCanvas iframe, #lbCanvas img    { background-color: #000; margin: 0; padding: 0; z-index: 4; border: solid 1px #999 }

#lbPrevLink, #lbNextLink   { background: url(images/sb_anchor_spacer.gif); display: block; position: absolute; z-index: 4; top: 10px; width: 70px }


#lbPrevLink  { z-index: 4; left: 0 }

#lbPrevLink:hover   { background: url(images/sb_prevlabel.gif) no-repeat; z-index: 4 }

#lbNextLink  { z-index: 4; right: 0 }

#lbNextLink:hover   { background: url(images/sb_nextlabel.gif) no-repeat; z-index: 4 }

#lbBottom    { color: #fff; font-size: 1.1em; font-family: Verdana, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 1.4em; text-align: left; margin: 0 0 0 10px; padding: 0; z-index: 4 }

#lbCloseLink     { background: url(images/sb_closelabel.gif) no-repeat center; display: block; margin: 4px 15px 2px 5px; padding: 0; z-index: 4; width: 66px; height: 22px; float: right }

#lbCaption, #lbNumber  { z-index: 4 }

#lbCaption   { font-weight: normal; z-index: 4 }