/* CSS for ne popups inc Smartview */
	#mainContainer{
		width:500px;
		margin:0 auto;
		margin-top:10px;
		border:1px double #000;
		padding:5px;
		
	}
	
	/* Alternative layout for the message box - used by one of the messages */
	
	.modalDialog_contentDiv_error{
		border:3px solid #FFF;	
		padding:2px;
		z-index:100;/* Always needed	*/
		position:absolute;	/* Always needed	*/
		background-color:#F00;	/* White background color for the message */
		color:#FFF;
	}
	.modalDialog_contentDiv_error a{
		color:#FFF;
	}
	
	.modalDialog_transparentDivs{	
	filter:alpha(opacity=70);	/* Transparency */
	opacity:0.7;	/* Transparency */
	background-color:#AAA;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	background: transparent url(/uk/en/img/alert_smartviewbg.png) no-repeat;
	z-index:10001;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	padding: 20px;
}

.modalDialog_contentDiv h3{
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.modalDialog_contentDiv p{
	width: 400px;
}

.modalDialog_contentDiv_shadow{
	z-index:10000;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=70);	/* Transparency */
	opacity:0.7;	/* Transparency */	
}













#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10002;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	/*background-color: #fff;*/
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10001;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	/*background: transparent url(/uk/en/images/spacer.gif) no-repeat; */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { /*background: url(../images/prevlabel.gif)*/ left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { /*background: url(../images/nextlabel.gif)*/ right 15% no-repeat; }


#imageDataContainer{
	
	display: none;	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 500px;
	}
	
#bottomNav
{
	display: none;
}

/* modal content styles  */

.modalbox { position:relative; width:520px; height:329px; background: transparent url(/uk/en/img/lightbox/bg_modal.gif) no-repeat; }
.modalbox .btn_close { float:right; margin:10px; }
.modalbox .content { text-align:left; padding-top:100px; width:275px; margin:0px auto; }
.modalbox .btn_yes { margin-right:75px; }

