#lightbox {
	background-color: #fff;
	padding: 10px 10px 50px;
	margin:10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxIndicator {
	border: 1px solid white;
}
#lightboxOverallView,
#overlay {
	background-color: #000;
	opacity: 0.5;
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	filter: Alpha(opacity=50);
}

#controlerBox{
	position:absolute;
	left:50%;
	margin-left:-120px;
	bottom:10px;
	height:20px;
	z-index:100;
	background:url(nav2.gif) left -41px no-repeat;
}

#controlerBox *{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:240px;
	float:left;
	height:18px;
	background-image:url(nav2.gif);
	cursor:pointer;
}


#closeButton{
	position:absolute;
	left:-13px !important;
	top:-13px !important;
	height:29px;
	width:29px;
	text-indent:-9999px;
	background-image:url(close2.png);
	background-position:left top;
}

* html #closeButton{
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}

#closeButton:hover{
	background-position:left bottom !important;
}


#prevLink{
	width:88px;
	background-position:0 0;
}

#nextLink{
	width:97px;
	background-position:-88px 0;
}

#actionImage{
	width:55px;
	background:none;
}

#toExpand{
	width:55px;
	background-position:-185px 0 !important;
}

#toShrink{
	width:55px;
	background-position:-252px 0 !important;
}

#prevLink:hover{
	background-position:0 -21px !important;
}

#nextLink:hover{
	background-position:-88px -21px !important;
}

#toExpand:hover{
	background-position:-185px -21px !important;
}

#toShrink:hover{
	background-position:-252px -21px !important;
}

#leftDiv,#rightDiv{
	background:#fff;
	filter: Alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}



