
/*----- for menu --*/

/* manga contents ( in manga.html) */
#manga{
	position:absolute;
	top:70px;
	left:0px;
	clear:both;
	display:block;
	width:100%;
	height:410px;
	z-index:40;
	margin:0px;
	padding:0;
	background:#ffffff;

}

/* menu shutters */
#mangaMenu{
	position:absolute;
	top:70px;
	left:-40px;
	margin:0;
	width:30000px;
	height:1px; /* */
	z-index:50;
}
/*-- IE 7 ans below CSS hacks. */
*:first-child+html #mangaMenu{
	left:0px;
	top:52px;
}

* html #mangaMenu{
	left:0px;
	top:52px;
} 

/*-- end */

/* menus */
span.numbers{
	display:block;
	width:148px;
	height:410px;
	overflow:hidden;	
	vertical-align:center;
}

li.menuElement{
	display:inline;
	float:left;
	background:#ffffff;
}

li.menuElement img{
	margin:0px;
	float:left;
	cursor:pointer;	
}

/* new icons */
#newIcon{
	position:absolute;
	top:-35px;
	left:150px;
}

/*-- IE 7 ans below CSS hacks. */
*:first-child+html #newIcon{
	top:-18px;
}

* html #newIcon{
	top:-18px;
} 

/*-- end */


#mangaImg{
	position:absolute;
	top:0px;
}

#closeButton{
			position:absolute;
			top:15px;
			right:65px;
			cursor:pointer;
		}
