#gallery{
	text-align: center;
	height: auto;
	top:10px;
}

.photo {
    width: 150px;
    height: 135px;
    background: #ffffff;
	display:inline-block;
}

.page_info{
	padding: 0;
	font-size:16pt;
}

.page_info li
{
    list-style: none;
    display:inline-block;
}

.page_info li a, .current
{
    padding: 5px;
    text-decoration: none;
    color: #8A8A8A;
    text-align: center;
}

.current
{
    font-weight:bold;
    color: #000;
}

.imgPic:hover {
    cursor: pointer;
}
.photo_bordrosso {
    border: 1px solid #ec1c2d;
	margin-bottom: 10px;
}
#biggerImg{
  display:none;
  position: absolute;
  z-index: 1002;
  top: 0;
}

#overImg{
    display: none;
    position: absolute;
    top:0;
    left:0;
    background-color: #0D4C92;
    opacity: 0.8;
    z-index: 1001;
    height:100%;
}

#overImg:hover{
    cursor: pointer;
}