
#ibox_wrapper
{
	padding:10px 10px 35px 10px;
	line-height:25px;
	color:Navy;
	font-size:14px;
	text-transform:uppercase;
	/*border-color:#fff;*/
}

#ibox_wrapper,#ibox_footer_wrapper a
{
	background-color:#DEEBF5;
}

#ibox_content
{
	/*background-color:#fff;*/
	border:1px inset;
	padding:2px;
	width:100%;
	height:100%;
	margin-bottom:5px;
	position:relative;
	top:0px;
	left:0px;
	color:#444;
	text-transform: none;
}

#ibox_footer_wrapper
{
	padding:0 3px;
	bottom:5px;
	top:auto;
}

#ibox_footer_wrapper a
{
	text-indent:-100000px;
	background:url('images/btn_close.gif') no-repeat;
	width:80px;
	/*height:22px;*/
}



#ibox_loading
{
	text-indent:-100000px;
	background:url('images/indicator.gif') center center no-repeat;
	width:200px;
	height:200px;
	border:0;cursor:hand;margin:0;padding:0;position:absolute;
}

/**************************************************************

	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;
}

/*************************************************************/

