.gallery {

margin: 80px 0px 0px -88px; /* Firefox & others */
.margin: 80px 0px 0px -45px; /* IExplorer */
overflow:hidden; /* Clears the floats */
width: 100%; /* IE and older Opera fix for clearing, they need a dimension */
list-style:none;
        
}

.gallery li {

float:left;
display:inline; /* For IE so it doesn't double the 1% left margin */
width: 245px;
height: 340px;
position:relative;
overflow:hidden; /* Clears the floats */

}

.gallery a, .gallery img {

display: block;
width:100%;

}

a img { border:none; } /* A small fix */

.gallery a:link,
.gallery a:visited,
.gallery a:focus,
.gallery a:hover,
.gallery a:active

{

padding:4px;
background:#fff;
width:170px;
height:170px;
border:1px dotted #ccc;
position: absolute;
top:0%;
left:20%;

}

.gallery a:hover {
		  
border:1px solid #222;
background:#222;

}

.gallery p {
            
font: normal 9px georgia, verdana, arial, sans serif;
color: #333333;
line-height: 1.7em;
padding: 5px 0px 0px 5px;
position:absolute;
top: 170px;
left:50px;
.top: 180px;
.left:50px;

}


/* NOU */

#paypal1 {

position: relative;
padding: 3px 0px 0px 5px;
position:absolute;
top: 230px;
left:45px;
       
}

#paypal2 {

position: relative;
padding: 3px 0px 0px 5px;
position:absolute;
top: 275px;
left:45px;
       
}