/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 9999;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 99999;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	border:none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/gallerylite/previous.png) no-repeat 0% center;
}
* html #lbPrevLink:hover {
	background: transparent url(images/gallerylite/previous.gif) no-repeat 0% center;
}
#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/gallerylite/next.png) no-repeat 100% center;
}
* html #lbNextLink:hover {
	background: transparent url(images/gallerylite/next.gif) no-repeat 100% center;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbBottom #aEcard{color:Red;border:none;}
#lbBottom h3{font-size:1.5em; color:#000; margin:0; padding:0; font-weight:normal;}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	border:none;
	background: transparent url(images/gallerylite/Lightbox_close.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: normal;
}

#lbCaption h3{
	font-size:1.5em; color:#cc3333; margin:0; padding:0; font-weight:normal;
}
