#picture {
}
* html #picture {
}

#picture a.small, #picture a.small:visited {
border:0 none;
display:block;
left:0;
text-decoration:none;
top:0;
}
* html #picture a.small, #picture a.small:visited {
border/**/:0 none;
display/**/:block;
left/**/:0;
text-decoration/**/:none;
top:0;
}

#picture a img {
border:0 none;
}
* html #picture a img {
border/**/:0 none;
}

#picture a.small:hover {
text-decoration:none;
}
* html #picture a.small:hover {
text-decoration/**/:none;
}

#picture a .large {
border:0 none;
display:block;
height:0px;
position:absolute;
width:0px;
}
* html #picture a .large {
border/**/:0 none;
display/**/:block;
height/**/:0px;
position/**/:absolute;
width/**/:0px;
}

#picture a.small:hover .large {
display:block;
height:80px;
margin-left:-60px;
margin-top:-30px;
width:80px;
}
*html #picture a.small:hover .large {
display/**/:block;
height/**/:80px;
margin-left/**/:-60px;
margin-top/**/:-30px;
width/**/:80px;
}



#pictures {
}
#pictures a.small, #pictures a.small:visited {
border:0 none;
display:block;
left:0;
text-decoration:none;
top:0;
}
#pictures a img {
border:0 none;
}
#pictures a.small:hover {
text-decoration:none;
}
#pictures a .large {
border:0 none;
display:block;
height:0;
position:absolute;
width:0;
}
#pictures a.small:hover .large {
display:block;
height:80px;
position:absolute;
margin-left:-60px;
margin-top:-30px;
width:80px;
}
* html #pictures a.small:hover .large {
display/**/:block;
height/**/:80px;
position/**/:absolute;
margin-left/**/:-60px;
margin-top/**/:-30px;
width/**/:80px;
}