div.hide {
display:none; 
width:0; 
overflow:hidden;
}
div.show {
clear:left; 
background:#fff; 
width:127px; 
margin-top:0px; 
position:relative; 
z-index:0px; 
font:11px verdana, arial, sans-serif; 
line-height:18px;
}
div.show ul {
margin:0; 
padding:0; 
list-style:none; 
width:127px; 
position:relative;
}
div.show ul li {
width:127px; 
height:30px; 
background:url(images/side_1.gif); 
margin:1px 0 0 0;
}
div.show ul li a, div.show ul li a:visited {
display:block; 
width:127px; 
height:30px; 
line-height:27px; 
background:url(images/side_0.gif); 
color:#000; 
text-align:center; 
text-decoration:none;
}

div.show ul li a:hover {
background:transparent; 
color:#c00; 
white-space:nowrap; 
line-height:29px;
}

div.show ul li a span {
display:none;
}
div.show ul li a:hover span {
display:block; 
position:absolute; 
left:133px; 
top:0;
}
div.show ul li a:hover span img {
border:1px solid #000;
}
.clear {
clear:both;
}

.TitleGeneros {
font-family:"Trebuchet MS";
font-size:12px;
font-weight:bold;
color:#0066CC;
}