#listaimagenes
{
    OVERFLOW: hidden;
    WIDTH: 770px;
    POSITION: relative;
    HEIGHT: 210px
}
#listaimagenes UL
{
    DISPLAY: block;
    MARGIN: 10px;
    WIDTH: 770px;
    LIST-STYLE-TYPE: none;
    HEIGHT: 200px
}
#listaimagenes UL LI
{
    FLOAT: left
}
#listaimagenes UL LI A
{
	DISPLAY: block;
	OVERFLOW: hidden;
	WIDTH: 70px;
	CURSOR: pointer;
	TEXT-INDENT: -770px;
	HEIGHT: 200px;
	background-color: #FFFFFF;
	background-position: 0% 50%;
	border-right-width: 2px;
	border-right-style: NONE;
	border-right-color: #CCCCCC;
}
#listaimagenes UL LI.standar A
{
    BACKGROUND: url('images/standar.jpg') 0% 50%; 
}
#listaimagenes UL LI.glass A
{
    BACKGROUND: url('images/glass.jpg') 0% 50%; 
}
#listaimagenes UL LI.rolling A
{
    BACKGROUND: url('images/rolling.jpg') 0% 50%; 
}
#listaimagenes UL LI.receptionandprivate A
{
    BACKGROUND: url('images/receptionandprivate.jpg') 0% 50%; 
}
#listaimagenes UL LI.surgical A
{
    BACKGROUND: url('images/surgical.jpg') 0% 50%; 
}
#listaimagenes UL LI.laboratory A
{
    BACKGROUND: url('images/laboratory.jpg') 0% 50%; 
}
#listaimagenes UL LI.xrayviewer A
{
    BACKGROUND: url('images/x_ray_viewer.jpg') 0% 50%; 
}
#listaimagenes UL LI.organizers A
{
    BACKGROUND: url('images/organizers.jpg') 0% 50%; 
}
#listaimagenes UL LI.exhibitions A
{
    BACKGROUND: url('images/exhibitions.jpg') 0% 50%; 
}
#listaimagenes UL LI.photos A
{
    BACKGROUND: url('images/photos.jpg') 0% 50%; 
}
.clear
{
    CLEAR: both
}