
#illustrations-index
{
	position: absolute; 
	left: 10px; 
	right: 10px; 
	top: 0px; 
	bottom: 0px; 
}

#illustrations-index .content 
{ 
	top: 22px; 
	bottom: 44px; 
	padding-top: 20px; 
	padding-left: 20px; 
	padding-right: 20px; 
} 

#illustrations-index .illustrations-index
{
	margin: auto; 
	margin-bottom: 20px; 
}

#illustrations-index .illustrations-index ul 
{ 
	list-style-type: none; 
	text-align: center; 
}

#illustrations-index .illustrations-index ul li
{
	position: relative; 
	display: inline-block; 
	margin: 5px; 
	padding: 5px; 
	vertical-align: top; 
	white-space: nowrape; 
}

#illustrations-index .illustrations-index ul li div 
{ 
	position: relative; 
	display: inline-block; 
	vertical-align: top; 
}

#illustrations-index .illustrations-index ul li img
{
	border: 1px white solid; 
	box-shadow: 5px 5px 5px rgb(0, 0, 0); 
	-webkit-text-shadow: 5px 5px 5px rgb(0, 0, 0); 
	text-shadow: 5px 5px 5px rgb(0, 0, 0); 
	max-height: 300px; 
}

#illustrations-index .illustrations-index ul li .no-deco
{
	border: none;
	box-shadow: none;
}

#illustrations-index .illustrations-index ul li div .protect-screen
{
	position: absolute; 
	left: 0px; 
	right: 0px; 
	top: 0px; 
	bottom: 0px; 
	cursor: pointer; 
}

#illustrations-index .illustrations-index ul li p
{
	z-index: 99999;
	text-align: center;
	margin-top: 10px;
}
