#image_popup_overlay  {
	display:none;
	background-color:#FFFFFF;
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
	z-index: 100;
}

#image_popup {
	display:none;
	z-index: 101;
/*	background-color:blue;
	opacity: 0.5;*/
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

#image_popup_container {
	margin:auto;
	margin-top:50px;
	width:830px;
	background-color:#FFF;
	-webkit-box-shadow: 0px 0px 6px #6C6C6C;
	-moz-box-shadow: 0px 0px 6px #6C6C6C;
}

#image_popup_container_image {
	margin:10px;
}

/*#image_popup_navigation {
	background-color: green;
}*/

#image_popup_navigation img {
	padding: 4px 2px 12px 2px;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
	margin:0px 2px;
}

/*#image_popup_navigation img:hover {
	cursor:pointer;
}*/

#image_popup img:hover {
	cursor:pointer;
}


#image_popup_navigation img.active, #image_popup_navigation img.hover {
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
}

#image_popup_navigation {
	text-align:center;
}

#image_popup_loader {
	position:absolute;
	left:-10000px;
	top:-10000px;
}
