@charset "utf-8";
/* CSS Document */
#container{
overflow:hidden;
width:120px;
height:120px;
background:#fff;
z-index:0;
}

#content{
background: #fff;
width:120px;
height:120px;
position:relative;
top:-16px;
z-index:0;
}

#thumbs ul{
display:block;
list-style:none;
width:120px;
height:120px;
padding-left:0px;
overflow:hidden;
margin-top:10px;
padding-top:10px;
}

#thumbs ul li{
display:block;
list-style:none;
overflow:hidden;
width:120px;
}

#thumbs ul li a{
margin-top: 4px;
}

#thumbs ul li img{
width:120px;
height:120px;
border:0px;
}

#thumbs ul li img:hover{

opacity:0.5;
FILTER: Alpha(opacity=50);
}

.slide{
width:120px;
height:120px;
overflow:hidden;
}


/*Estilos slider superior central */

#container_superior{
overflow:hidden;
width:124px;
height:148px;
position:relative;
top:-148px;
left:449px;
z-index:0;
}

#content_superior{
width:124px;
height:148px;
position:relative;
top:0px;
z-index:0;
}

#thumbs_superior ul{
display:block;
list-style:none;
width:124px;
height:148px;
padding-left:0px;
overflow:hidden;
margin-top:0px;
padding-top:0px;
}

#thumbs_superior ul li{
display:block;
list-style:none;
overflow:hidden;
width:124px;
}

#thumbs_superior ul li a{
margin-top: 0px;
}

#thumbs_superior ul li img{
width:124px;
height:148px;
border:0px;
}

#thumbs_superior ul li img:hover{

opacity:0.5;
FILTER: Alpha(opacity=50);
}

.slide_superior{
width:124px;
height:148px;
overflow:hidden;
position: absolute; 
top: -260px; 
left: 0px; 
display: none; 
z-index: 4; 
opacity: 1;
}
