2007-03-12 22:33:53 +00:00
|
|
|
/* fix IE with another layout for thumbnails */
|
|
|
|
|
2010-12-26 06:21:26 +00:00
|
|
|
.thumbnails .wrap2 {
|
2007-03-12 22:33:53 +00:00
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
text-align: left;
|
|
|
|
}
|
2010-12-26 06:21:26 +00:00
|
|
|
.thumbnails .wrap2 A,
|
|
|
|
.thumbnails .wrap2 SPAN {
|
2007-03-12 22:33:53 +00:00
|
|
|
overflow: visible;
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2010-12-26 06:21:26 +00:00
|
|
|
.thumbnails IMG.thumbnail {
|
2007-03-12 22:33:53 +00:00
|
|
|
position: relative;
|
|
|
|
top: -50%;
|
|
|
|
margin-top: 2%;
|
|
|
|
}
|
2007-09-28 02:22:57 +00:00
|
|
|
|
2010-12-29 21:00:25 +00:00
|
|
|
.pwg-icon {
|
|
|
|
display: block;
|
|
|
|
}
|
2011-10-23 21:08:35 +00:00
|
|
|
|