





.imgbox
{
cursor: default;
list-style: none;
}

.imgbox a
{
cursor: pointer;
}

.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: 100px;
height: 75;
}

.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: 200px;
height: 150px;
}