.tundra .dijitDialogUnderlay, 
.nihilo .dijitDialogUnderlay,
.soria .dijitDialogUnderlay {
	background-color:#000; 
	opacity:0.8;
	filter: alpha(opacity = 80);
}
.claro .dojoxLightbox .dijitDialogCloseIconHover,
.nihilo .dojoxLightbox .dijitDialogCloseIconHover,
.tundra .dojoxLightbox .dijitDialogCloseIconHover, 
.tundra .dojoxLightbox .dijitDialogCloseIconActive,
.nihilo .dojoxLightbox .dijitDialogCloseIconActive,
.claro .dojoxLightbox .dijitDialogCloseIconActive {
    background:url('../images/popup/close.png') no-repeat 0 0;
}
.claro .dojoxLightbox,
.soria .dojoxLightbox,
.nihilo .dojoxLightbox,
.tundra .dojoxLightbox {
	padding-top:20px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:0px;
	position:absolute;
	z-index:999;
	overflow:hidden;
	width:100px;
	height:100px; 
	border:0px solid #fff !important; 
	background:transparent url('../images/loading2.gif') no-repeat center center;
	/*-webkit-box-shadow: 0px 6px 10px #636363; 
	-webkit-border-radius: 3px;
	-moz-border-radius:4px;
	border-radius: 4px;*/
}
.dojoxLightboxContainer {
	position:absolute;
	top:0; left:0;	
	/*background-color:#FFF;*/
}
.dojoxLightboxFooter {
	padding-bottom:0px;
	position:absolute;
	top:-20px;
	right:0;	
	margin-top:0px;
	color:#333;
	z-index:1000;
	font-size:10pt;
	width:100%;
}
.dojoxLightboxGroupText {
	color:#FFF; 
	font-size:8pt;
}

.LightboxClose {	
	width:20px;
	height:19px;
	cursor:pointer;
	position:absolute;
	top:20px;
	right:-20px;
}

.LightboxNext {
	float:right;
	width:16px;
	height:16px;
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
	
}


.LightboxPrev
 {
	float:left;
	width:16px;
	height:16px;
	cursor:pointer;
		position:absolute;
	top:0;
	left:0;
}

.claro .LightboxClose,
.nihilo .LightboxClose,
.tundra .LightboxClose {
	background:url('../images/popup/close.png') no-repeat 0 0;
}
.di_ie6 .claro .LightboxClose,
.di_ie6 .nihilo .LightboxClose,
.dj_ie6 .tundra .LightboxClose {
	background:url('../images/popup/close.png') no-repeat 0 0;
}
.claro .LightboxNext, 
.nihilo .LightboxNext,
.tundra .LightboxNext {
	background:url('../images/buttons/popup_btn_carousel_arrow_right_small.png') no-repeat center center;
}
.dj_ie6 .claro .LightboxNext,
.dj_ie6 .nihilo .LightboxNext,
.dj_ie6 .tundra .LightboxNext {
	background:url('../images/buttons/popup_btn_carousel_arrow_left_small.png') no-repeat center center;
}
.claro .LightboxPrev,
.nihilo .LightboxPrev,
.tundra .LightboxPrev {
	background:url('../images/buttons/popup_btn_carousel_arrow_left_small.png') no-repeat center center;
}
.dj_ie6 .claro .LightboxPrev,
.dj_ie6 .nihilo .LightboxPrev,
.dj_ie6 .tundra .LightboxPrev {
	background:url('../images/buttons/popup_btn_carousel_arrow_left_small.png') no-repeat center center;
}
.soria .LightboxClose,
.soria .LightboxNext,
.soria .LightboxPrev {
	width:15px;
	height:15px;
	background:url('../../../dijit/themes/soria/images/spriteRoundedIconsSmall.png') no-repeat center center;
	background-position:-60px;
}
.soria .LightboxNext {
	background-position:-30px 0;
}
.soria .LightboxPrev {
	background-position:0 0;
}
.dojoxLightboxText {
	margin:0; padding:0; 
	color:#FFF;
	position:absolute;
	top:0;
	left:30px;	
	display:none;
}
