﻿@charset "utf-8";

/* Enlarge Photo in article Page */
/* Eng Version*/
/* Latest Update: 27/05/2013*/
#wrapper {
	position:absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;

	
}
#overlay {
	display: none;
	z-index: 999;
	background: #000;
	position: fixed;
	top: 0px;
	left: 0px;	
	right: 0px;
	bottom: 0px;
	text-align: center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80); /* For IE8 and earlier */
    opacity: 0.8;


}
#specialBox {
	display: none;
	position: relative;
	z-index: 1000;
	margin: 0px auto 0px auto;
	background: #333;
	color: #000;


}


#entry-inner  {
	position: relative;
	right: 0;


}

#entry-detail {
	right: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #999;
	text-align: left;
	position:absolute;
	top: 0;
	z-index: 1002;
	padding: 4px 5px 5px 5px;

}

#entry-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:1.2em;
}



#specialBox a:link,  #specialBox a:hover, #specialBox a:active, #specialBox a:visited {
	color: #000;

}


#entry-tool {
	position:absolute;
	background-color:#999;
	color: #fff;
	margin:0;
	padding: 4px 0;
	width: 170px;
	border: 1px solid #fff;
}

#entry a:link, #entry a:active,#entry a:hover, #entry a:visited {
	color: #000;
}


#pctnav-prev {
	margin-left:2px;
}

#entry-tool a:link, #entry-tool a:active,#entry-tool a:hover, #entry-tool a:visited {
	text-decoration:none;
}

#pctnav-prev, #pctnav-next, #entry-original-tool{
	display:inline; 
	float:left;
	margin-right:2px;
}

 #entry-close {
	display:inline; 
	float:left;

}

#pctno {
	width:46px; 
	height: 28px; 
	background-color: #111; 
	display:block; 
	float:left;
	margin-right:2px;
	line-height: 28px;
}

#thumbs-container {
	display: none;
}

#entry-pct {
	right: 0;
	position:absolute;
	top:0px;
	z-index: 1003;
	
}

#entry {
	width: 100%;
	height: 100%;
	right: 0px;
	position:absolute;
	top:45px;
	z-index: 1001;
	padding: 0px;

	
	
}
#entry-large {
	background-color: #999999; 
	padding: 5px;
}
