* {margin:0; padding:0}
/*Area total de la galería*/
#gallery {position:relative; width:465px; margin:0 auto; padding-top:0;}
#images {border:2px solid #fff; height:225px; margin-bottom:20px}
/*Imagen grande*/
#image {position:relative; width:465px; height:317px; padding:0; background:#FFF url(images/loading.gif) center center no-repeat; border-bottom:4px solid #FFF;}
#image img {position:absolute; top:0; left:0;}
#imagearea{background-color:#FFF;}



#thumbwrapper {margin-top:0; padding-left:0; width:465px; height:115px;}
/*Area de visualización final de miniaturas*/
#thumbarea {position:relative; overflow:hidden; height:115px; width:465px;}
/*Area total de las miniaturas, independientemente de su visualización*/
#thumbs {position:absolute; list-style:none; height:115px; width:10000px;}
#thumbs li {float:left; margin-right:0; cursor:pointer; margin-left:0;}
#thumbs li img{border-right:4px solid #FFF;}



.imgnav {position:absolute; height:285px; width:20%; z-index:100; height:285px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(images/left.gif) left center no-repeat;}
#previmg:hover {opacity:1; filter:alpha(opacity=50)}
#nextimg {right:0; background:url(images/right.gif) right center no-repeat;}
#nextimg:hover {opacity:1; filter:alpha(opacity=50)}
