/* slimbox */
#lbOverlay {
	background-color: 		#15203E;
	position: 				absolute;
	left: 					0;
	width: 					100%;
	cursor: 				pointer;
}

#lbCenter {
	position: 				absolute;
	left: 					50%;
	overflow: 				hidden;
	background-color: 		#fff;
}

#lbBottomContainer {	
	position: 				absolute;
	left: 					50%;
	overflow: 				hidden;
}

.lbLoading {
}

#lbImage {
	position: 				absolute;
	left: 					0;
	top: 					0;
	background-repeat: 		no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: 				block;
	position: 				absolute;
	top: 					0;
	width: 					50%;
	outline: 				none;
}

#lbPrevLink {
	left: 					0;
}

#lbPrevLink:hover {
}

#lbNextLink {
	right: 					0;
}

#lbNextLink:hover {
}

#lbBottom {
	font-family: 			Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size: 				10px;
	line-height: 			1.4em;
	text-align: 			left;
	border-top-style: 		none;
}

#lbBottom a {
	border:					0;
}

#lbCloseLink {
	display: 				block;
	float: 					right;
	width: 					22px;
	height: 				20px;
	margin: 				0;
}

/* slimbox */
#lbCenter {
	background-color: 		#fff;
}

#lbBottomContainer {	
	background-color: 		#fff;
}

.lbLoading {
	background: 			#fff url(../images/common/buttons/loading.gif) no-repeat center;
}

#lbImage {
	border: 				10px solid #fff;
}

#lbPrevLink {
	background: 			transparent url(../images/common/buttons/prev.gif) no-repeat 0% 15%;
}

#lbNextLink {
	background: 			transparent url(../images/common/buttons/next.gif) no-repeat 100% 15%;
}

#lbBottom {
	color: 					#333;
	border: 				10px solid #fff;
}

#lbCloseLink {
	background:				transparent url(../images/common/buttons/close.gif) no-repeat right top;
}


#lbCaption, #lbNumber {
	margin-right: 			71px;
}

#lbCaption {
	font-weight: 			bold;
}
