@charset "utf-8";

/* SLIMBOX (Customized version) */

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

#lbCenter {
	position: absolute;
	left: 50%; padding:0;
	overflow: hidden;
    z-index: 101;
	background: url(../images/sb-background.gif) no-repeat top;
}

#lbBottomContainer {
    position: absolute;
	left: 50%; padding:0;
	overflow: hidden;
    z-index: 101;
}

.lbLoading {
	background: #fff url(../images/sb-loading.gif) no-repeat center;
}

#lbCanvas {
	border-left: 18px solid white;
	border-right: 18px solid white;
	border-bottom: 18px solid white;
}

#lbCanvas iframe, #lbCanvas img {
	margin:0; padding:0;
}

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


#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/sb-prevlabel.gif) no-repeat;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/sb-nextlabel.gif) no-repeat;
}

#lbBottom {
	/*font:84% Arial, Helvetica, sans-serif;*/
	color:#606060;
	line-height: 1.4em;
	text-align: left;
	margin:0 0 0 0;
	padding:15px 0 0 0;
	border-left:18px solid white;
	border-right:18px solid white;
	background-color:#ffffff;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 15px;
	height: 16px;
	background: transparent url(../images/sb-closelabel.gif) no-repeat center;
	margin:0; padding:0;
}

#lbCaption, #lbNumber {
}

#lbCaption {
	/*font-weight: bold;*/
}

/* Slimbox rounded corners */

.top-left {
margin-top:0px;
margin-right: 18px; /* clip right corner */
background-image: url('../images/sb-corners1280x40.gif');
height: 19px; /* vertical: show first half of the image with the top-corners in it */
font-size: 2px; /* correct height for IE */
}

.top-right {
margin-top: -19px; /* to level of top-left corner */
margin-left: 18px; /* clip left corner */
background-image: url('../images/sb-corners1280x40.gif'); 
background-position: 100% 0; /* show bg-image starting at the right */
height: 19px; 
font-size: 2px;
}

.bottom-left {
margin-right: 18px; /* clip right corner */
background-image: url('../images/sb-corners1280x40.gif');
background-position: 0 -18px; /* show under half of the image */
height: 22px;
font-size: 2px;
}

.bottom-right {
margin-top: -22px; /* to level of bottom-left corner */
margin-left: 18px; /* clip left corner */
background-image: url('../images/sb-corners1280x40.gif'); 
background-position: 100% -18px; /* under half, right side */
height: 22px; 
font-size: 2px; 
}

.inside {
border-left: 1px solid #C00000;
border-right: 1px solid #C00000;
background: #EFEFEF;
color: #000000;
padding-left: 10px;
padding-right: 10px;
}

.notopgap {

margin-top: 0;
}

.nobottomgap {

margin-bottom: 0;
}
