#scroller {width:680px; height:400px; position:relative;}
/* #scroller em {display:block; width:250px; height:195px; position:absolute; top:0; right:0; border:1px solid #09c;} */
#scroller span {display:block; width:400px; height:400px; float:right; border:1px solid #97BEE7;}

#scroller b#thumbs {display:block; width:250px; height:390px; overflow:auto; margin-top:0px; background:#BAD4EF; border:1px solid #97BEE7; padding:5px; float:left;
color:#649EDB; font: 10px/normal verdana, arial, helvetica;
}
#scroller b#thumbs a {display:block; float:left; margin:7px; background:#DCE9F7; width:60px; height:60px; border:1px solid #97BEE7;}
#scroller b#thumbs a img {width:60px; height:60px; border:0;}

#scroller b#thumbs a:hover {border:1px dotted #ccc; background:#fff url(click_on.gif);}
#scroller b#thumbs a:active, #scroller b#thumbs a:focus {border:1px solid #97BEE7; background:#DCE9F7; outline:0;}
#scroller b#thumbs a:hover img {display:block; position:absolute; background:#aaa; z-index:500;}
#scroller b#thumbs a:active img, #scroller b#thumbs a:focus img {display:block; position:absolute; background:#aaa; z-index:100;}

 #scroller b#thumbs a:hover img.hr, #scroller b#thumbs a:focus img.hr {width:0px; height:0px; right:35px; top:7px; border:1px solid #97BEE7;}
 #scroller b#thumbs a:hover img.vt, #scroller b#thumbs a:focus img.vt {width:0px; height:0px; right:55px; top:7px; border:1px solid #97BEE7;}
 #scroller b#thumbs a:active img.hr, #scroller b#thumbs a:focus img.hr {width:360px; height:270px; left:300px; top:60px; border:1px solid #97BEE7;}
 #scroller b#thumbs a:active img.vt, #scroller b#thumbs a:focus img.vt {width:270px; height:360px; left:340px; top:20px; border:1px solid #97BEE7;}

 #volver {
 	display: block;
	margin-top:5px;
	white-space: nowrap;
 }
 #volver a.enlace {
 	color:#649EDB; font: 10px/normal verdana, arial, helvetica;
 }