

#scrollbox {
	width:400px; height:80px; background:#f4f4f4; overflow:auto;
	margin-left:40px;border:1px solid #aaa; 
}
a.gallery, a.gallery:visited {
	display:block; color:#000; text-decoration:none; border:1px solid #000;
	width:75px; height:47px; margin:3px; float:left; font-size:11px;
}
a.slidea {background:url(../imagenes/thumb2.jpg);}
a.slideb {background:url(../imagenes/thumb3.jpg);}
a.slidec {background:url(../imagenes/thumb4.jpg);}
a.slided {background:url(../imagenes/thumb5.jpg);}
a.slidee {background:url(../imagenes/thumb6.jpg);}
a.slidef {background:url(../imagenes/thumb7.jpg);}
a.slideg {background:url(../imagenes/thumb8.jpg);}
a.slideh {background:url(../imagenes/thumb9.jpg);}
a.slidei {background:url(../imagenes/thumb10.jpg);}
a.slidej {background:url(../imagenes/thumb11.jpg);}


a.gallery span {
	display:block; position:absolute; left:150px; top:-1px; width:1px; height:1px; overflow:hidden; 
	background:#efedec; z-index:100; font-size:11px;
}
a.gallery:hover {
	white-space:normal; border:1px solid #fff;
}
a.gallery:hover img {
	border:1px solid #000; z-index:100;
}
a.gallery:active img, a.gallery:focus img {
	border:1px solid #000; z-index:50;
}

a.gallery:hover span {
	display:block; position:absolute; width:287px; height:275px;top:520px;
	padding:5px; font-style:italic; color:#000; background:#fff; z-index:100; font-size:11px;
}
* html a.gallery:hover span {
	left:420px;
}
a.gallery:active {
	border:1px solid #eee;
}
a.gallery:active span, a.gallery:focus span {
	display:block; position:absolute; width:287px; height:275px; top:520px;
	padding:5px; font-style:italic; color:#000; background:#fff; z-index:50;
}
* html a.gallery:active span {
	left:420px;
}

#thumbs {width:840px; height:60px;}
#pad {height:287px; width:275px; }




