.imgbox {
cursor: default;
list-style: none;
}
.imgbox a {
cursor: default;
}
.imgbox a .prev {
display: none;
}
.imgbox a:hover .prev {
display: block;
position: absolute;
top: -33px;
left: -45px;
z-index: 1;
}
.imgbox img {
background: #fff;
border-color: #aaa #ccc #ddd #bbb;
border-style: solid;
border-width: 1px;
color: inherit;
padding: 2px;
vertical-align: top;
width: 300px;
height: 100px;
}
.imgbox li {
background: #eee;
border-color: #ddd #bbb #aaa #ccc;
border-style: solid;
border-width: 1px;
color: inherit;
display: inline;
margin: 3px;
padding: 5px;
position: relative;
float: left;
}
.imgbox .prev {
border-color: #000;
width: 400px;
height: 250px;
}