﻿.display
{
list-style-type:none
}

.display a
{
cursor:default;
}

.display a .show1
{
display:none;
}

.display a:hover .show1
{
display:block;
position:absolute;
top:80px;
left:160px;
z-index:1;
}

.display .show1
{
width:400px;
height:300px;
padding:1px;
}

.display a .show2
{
display:none;
}

.display a:hover .show2
{
display:block;
position:absolute;
top:0px;
left:160px;
z-index:1;
}

.display .show2
{
width:400px;
height:300px;
padding:1px;
}

.display a .show3
{
display:none;
}

.display a:hover .show3
{
display:block;
position:absolute;
top:-80px;
left:160px;
z-index:1;
}

.display .show3
{
width:400px;
height:300px;
padding:1px;
}

.display a .show4
{
display:none;
}

.display a:hover .show4
{
display:block;
position:absolute;
top:-160px;
left:160px;
z-index:1;
}

.display .show4
{
width:400px;
height:300px;
padding:1px;
}

.display a .show5
{
display:none;
}

.display a:hover .show5
{
display:block;
position:absolute;
top:-240px;
left:160px;
z-index:1;
}

.display .show5
{
width:400px;
height:300px;
padding:1px;
}

.display a .show6
{
display:none;
}

.display a:hover .show6
{
display:block;
position:absolute;
top:-320px;
left:160px;
z-index:1;
}

.display .show6
{
width:400px;
height:300px;
padding:1px;
}

.display img
{
background:transparent;
border:1px solid #ffffff;
color:inherit;
padding:1px;
vertical-align:top;
width:100px;
height:60px;
}

.display li
{
background:#ffffff;
color:inherit;
background:transparent;
display:inherit;
float:left;
margin:0;
padding:8px 0;
position:relative;
}


#contentimages
{
float:left;
width:120px;
padding:20px 0 0 20px;
background-image:none;
background:transparent;
border:none;
}



