#ibox_wrapper {
    line-height:25px;
    border-color:#fff;
	font-size:14px;
	/*text-transform:uppercase;*/
}
#ibox_wrapper, #ibox_footer_wrapper a { background-color:#DEEBF5; }
#ibox_content { background-color:#fff; color:#000; border:1px inset; margin: 10px 10px 40px 10px; }
#ibox_footer_wrapper {
    line-height: 15px;
    bottom: 5px;
    top: auto;
    left: 10px;
}
#ibox_footer_wrapper a {
    text-indent: -100000px;
    border:0;
    background: #fff url('images/btn_close.gif') center center no-repeat;
    width: 66px;
    padding: 0;
    height: 22px;
    line-height: 22px;
}
#ibox_footer_wrapper a:hover { background-color:#fff; }
#ibox_loading {
    text-indent: -100000px;
    width: 200px;
    height: 200px;
    background: #fff url('images/indicator.gif') center center no-repeat;
}


/**************************************************************

	Lightbox
	v 1.5

**************************************************************/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/indicator.gif) no-repeat center;
}

#lbImage {
	width:400px;
	height:400px;
	border:50px solid #fff;
}


.photos {
	padding: 6px;
	border: 1px solid #fff;
}

a:hover .photos {
	border: 1px solid #999;
}

.lightboxDesc a {
	color: #999999;
	text-decoration: none;
}

.lightboxDesc a:hover {
	color: #000000;
	text-decoration: none;
}

/***************************

	styles for hidden next & previous buttons

***************************/
/*
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 32px;
	outline: none;
}

#lbPrevLink {
	left: 0;
	
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

/***************************

	styles for next & previous buttons as part of footer

***************************/

#lbPrevLink, #lbNextLink {
	display:block;
	width: 43px;
	height: 20px;
	outline: none;
}

#lbPrevLink {
	float: left;
	background: transparent url(images/previous.gif) no-repeat left;
	
}

#lbPrevLink:hover {
	background: transparent url(images/previous.gif) no-repeat left;
}

#lbNextLink {
	float: right;
	background: transparent url(images/next.gif) no-repeat right;
}

#lbNextLink:hover {
	background: transparent url(images/next.gif) no-repeat right;
}

#lbControls {
	display: block;
	height: 22px;
}


/**********************************/


#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	line-height: 1.4em;
	text-align: center;
	border : 50px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	clear: both;
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/btn_close.gif) no-repeat center;
	margin: 0px 0px 0px 0px;
	/*border: 1px solid #000;*/
}

#lbCaption, #lbNumber, #lbDescription {
	text-align: center;
	/*border: 1px solid #000;*/
}

#lbCaption {
	font-weight: bold;
}


.lightboxDesc {
	display:none;
}

/*************************************************************/


