
.LightBoxMask
{
	rem-filter: alpha(opacity=66);
	rem-opacity: 0.66;
	rem--moz-opacity: 0.66;
	background-color: #333333;
}

.LightBoxFrame
{
	background-color: white;
	border: solid 3px #CCCCCC;
}

.LightBoxPrevBtn
{
	cursor:pointer;
	position:absolute;
	background-color:Transparent; /*White*/
	width:64px;
	height:24px;
	top:120px;
	left:12px;
	background-image:url(Images/prev.neutral.png);
	background-repeat:no-repeat;
	border-bottom:none;/*solid 2px #333333;*/
	border-left-style:none;
}

.LightBoxNextBtn
{
	cursor:pointer;
	position:absolute;
	background-color:Transparent;
	width:64px;
	height:24px;
	top:120px;
	right:12px;
	background-image:url(Images/next.neutral.png);
	background-repeat:no-repeat;
	border-bottom:none;
	border-right-style:none;
}

.LightBoxCloseBtn
{
	cursor:pointer;
	float:right;
	width:80px; /*64px*/
	height:24px;
	top:0px;
	right:0px;
	border:solid 2px #cccccc;
	background-image:url(Images/close.de.png);
	background-repeat:no-repeat;
	
}
.LightBoxCloseBtn
{
	_background-image:url(Images/close.gif)
}
.LightBoxCloseBtn:hover
{
	border-bottom:solid 2px #333333;
	background-color:white;
}

.LightBoxToolbar
{
	background-color: #cccccc;
}

.LightBoxPhotoInfo
{
	padding: 4px;
	float: right;
	color: #666666;
}

.LightBoxPhotoTitle
{
	padding: 4px;
	font-weight: bold;
	color: #333333;
}

.LightBoxPhotoDescription
{
	padding: 8px;
	color: #666666;
}
