@charset "UTF-8";
/* CSS Document */

.pg {
width: 220px;/*This is the formatting for the cool portfolio pop-ups*/
list-style: none none;
}
.pg img {
border: 1px solid #f3ecd0;
width : 50px; 
height : 50px;  
}


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

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

.pg li a {
position: relative;
border: 2px solid #f3ecd0;
float: left;
display: block;
width: 50px;
height: 50px;
}

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

.pg li a img {
	border: 0 none;
	position: absolute;
	width: 50px;
	height: 50px;
	background-image: url(../../english/css/images/products/finger_puppets/thumbs/minispottedowl2638.jpg);
}

.pg li a:hover img,.pg li a:active img,.pg li a:focus img {
width: 100px;
height: 100px;
left: -20px;
top: -10px;
z-index: 1;
}

.left img{
	padding: 10px;
}
