@charset "utf-8";

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

#lbCenter, #lbBottomContainer {
	position: 			absolute;
	left: 				50%;
	overflow: 			hidden;
	background-color: 	#fff;
	z-index:			10;
	padding:			0;
}
.lbLoading {
	background: 		#fff url(/static/images/slimbox/loading.gif) no-repeat center;
}
#lbCanvas {
	border: 			10px solid #fff;
	background:			#000;
}
#lbCanvas iframe, 		#lbCanvas img {
	margin:				0; 
	padding:			0;
}
#lbPrevLink, #lbNextLink {
	display:			block;
	position:			absolute;
	top: 				10px;
	width: 				70px;
	background:			url(/static/images/blank.gif);
}
#lbPrevLink {
	left: 				0;
}
#lbPrevLink:hover {
	background: 		transparent url(/static/images/slimbox/prevlabel.gif) no-repeat 0% 15%;
}
#lbNextLink {
	right:				0;
}
#lbNextLink:hover {
	background: 		transparent url(/static/images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family:		Verdana, Helvetica, sans-serif;
	font-size: 			10px;
	color: 				#C81C22;
	line-height: 		16px;
	text-align: 		left;
	margin:				0; 
	padding:			0 10px 0 10px;
	background:			#fff;
}

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

#lbCaption, #lbNumber {
	margin-right:		20px;
}

#lbCaption {
	font-weight: bold;
}

