#imove{	
	position: absolute;	
	left: 0;
	width: 100%; 
	z-index: 100; 
	text-align: center; 
	line-height: 0;
}

#imove a img{ border: none; }

#imove_outerImageContainer{ 
	position: relative; 
	background-color: #fff; 
	width: 250px; 
	height: 250px; 
	margin: 0 auto;
	overflow:hidden; 
}
#imove_imageContainer{ 
	padding: 10px;
	overflow:hidden; 
}
#imove_imageContainer img { 
	overflow:hidden;
}
#imove_imageContainer #imove_Image_div {
	position:relative;
	border:2px solid #FFF; /*000;*/
	border-bottom:1px solid #000;
	overflow:hidden;
	cursor:move;
}
#imove_loading{ 
	position: absolute; 
	top: 40%; 
	left: 0%; 
	height: 25%; 
	width: 100%; 
	text-align: center; 
	line-height: 0; 
}


#imove_imageContainer>#imove_hoverNav{ left: 0;}
#imove_hoverNav a{ outline: none;}

#imove_nord, #imove_sud{
	height:13px;
	width:21px; 	
	background-image: url(data:image/gif;base64,AAAA);
	/*border:1px solid #ff0000;*/
	position:absolute; 
	/* Trick IE into showing hover */ display: block;	
}

#imove_est, #imove_ovest {
	height:21px;
	width:13px; 	
	background-image: url(data:image/gif;base64,AAAA);
	/*border:1px solid #ff0000;*/
	position:absolute; 
	/* Trick IE into showing hover */ display: block;	
}

/*
#imove_ovest:hover, #imove_over:visited:hover { 
	left:0;
	background: url(/images/imove/ovest.gif)  no-repeat;
}
#imove_est:hover, #imove_est:visited:hover {  
	right:0;
	background: url(/images/imove/est.gif) no-repeat;
}
#imove_nord:hover, #imove_nord:visited:hover {
	top:0; 
	background: url(/images/imove/nord.gif) no-repeat; 
}
#imove_sud:hover, #imove_sud:visited:hover { 
	bottom:0;
	background: url(/images/imove/sud.gif) no-repeat; 
}
*/
#imove_ovest { 
	left:0;
	background: url(/images/imove/ovest.gif)  no-repeat;
}
#imove_est{  
	right:0;
	background: url(/images/imove/est.gif) no-repeat;
}
#imove_nord {
	top:0; 
	background: url(/images/imove/nord.gif) no-repeat; 
}
#imove_sud { 
	bottom:0;
	background: url(/images/imove/sud.gif) no-repeat; 
}


#imove_imageDataContainer{ 
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	; 
}



#imove_imageData {
	padding:0 10px; 
	color: #666; 
	height:30px;
}
#imove_imageData #imove_imageDetails{ width: 50%; float: left; text-align: left;}	
#imove_imageData #imove_caption{ font-weight: bold;	}

#imove_bottomNav {
	padding-bottom:5px;
	float:right;
}
			
#imove_imageData #imove_bottomNavClose, #imove_bottomNavZoomIn, #imove_bottomNavzoomOut,{ 
	/*width: 66px; 
	float: right;*/  
	padding-bottom: 0.7em; 
	outline: none;
}	 	
#imove_overlay{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 500px; 
	background-color: #000; 
}
