.mask{
	position:relative;
	width:500px;
	height:70px;
	overflow:hidden;
}

#pilisbox{
	position:absolute;
}

#pilisbox span{
	display:block;
	float:left;
}
#pilisbox img{
	width: 100px;
    border: 0;
    margin-right: 2px;
}

ul#gallery
{
  margin:0 45px;
  padding: 0;
  list-style: none;
}

ul#gallery li
{
  width: 100px;
  height: 92px;
  float: left;
  padding: 5px;
  text-align: center;
}

ul#gallery img
{
  border: 0;
}

h1
{
    color:#000000;
    font-family:Tahoma;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
}