.photo {
    width: 148px;
    height: 135px;
    background: white;
    float:left;
    margin: 25px;
}

.photo_bordrosso {
    border: 1px solid #ec1c2d;
}

.photo_bordbianco {
    border: 1px solid #ffffff;
}

.page_info
{
    margin: 0;
    padding-top: 10px
}
.page_info li
{
    list-style: none;
    display:inline-block;
}
.page_info li a, .current
{
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #8A8A8A;
    text-align: center;
}

.current
{
    font-weight:bold;
    color: #000;
}

.page {
    clear: both;
    float: none;
}

#gallery{
	text-align: center;
	margin:auto;
	width: 100%;
	height: 478px;
}

.imgPic:hover {
    cursor: pointer;
}

#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;
}

.lens:hover{
    cursor: pointer;
}

#leftImg, #rightImg{
    display:none;
    position: absolute;
    z-index: 110;
    top: 0;
    opacity: 0.8;
    border-radius: 50%;
    width: 4%;
    z-index: 1003;
    cursor: pointer;
}