﻿
.pg {
width: 100%;
list-style: none;
text-align: left;
margin: 0;
}

.pg:after {
display: block;
content: ".";
height: 0;
visibility: hidden;
clear: both;
}

.pg li {
list-style: none;
display: inline;
}

.pg li a {
display: block;
width: 400px;
height: auto;
float: left;
}

.pg li a:hover {
font-size: 100%;
z-index: 1;
}

.pg li a img {
border: 0 none;
width: 380px;
height: auto;
}

.pg li a:hover img,.pg li a:active img,.pg li a:focus img {
width: auto;
height: auto;
left: -50px;
top: -37px;
z-index: 1;
}



