a{
	cursor:pointer;
}
#iNr{
	font: bold 14px Tahoma;
	margin-left:20px;
	}
#gl{
	height:100%;
	width:100%;
	position:absolute;
	top:0px;
	z-index:20;
	background-color:#ECECEC;
}

#log{
	background-color: #ffffff;
	border: 1px solid #E8E6E6;
	height: 30px;
	width: 50px;
	margin: 0 auto;
	
	display:absolute;
	
}

#log .iMenu{
	margin-bottom:8px;
	height:15px;
	padding-top:10px;
	padding-right:15px;
}
.hide{
	display:none;
}
#log .iMenu .itemLeft{
	background: url('../img/l.gif') no-repeat;

	display:block;
	height:15px;
	width:15px;
	float:left;
	margin-left:15px;
}

#log .iMenu .itemRight{
	background: url('../img/p.gif') no-repeat;

	display:block;
	height:15px;
	width:15px;
	float:left;
	margin-left:15px;
}

#log .iMenu .itemX{
	background: url('../img/x.gif') no-repeat;

	display:block;
	height:15px;
	width:15px;
	float:right;
	margin-right:5px;
	
}

#log .iMenu .img{
	text-align:center;
}
.clear{
	clear:both;
}

#imageI{
	margin: 0 auto;
}