@charset "utf-8";

/* CSS DE LA GALERIE PHOTOS */
img {vertical-align:top; border:none;} 
#thumbs {overflow:auto; list-style:none; margin:55px; padding:0;  border:solid 3px #fff; width:405px; float:left;} 
#thumbs li {float:left;} 
#thumbs a {display:block; padding:10px; outline:none;} 
#thumbs a:hover, #thumbs a:focus {background:#ccc;} 
#thumbs a.active {background:#F3EB0C;} 
#viewer {position:absolute; width:480px; height:360px; margin-left:475px; margin-top:120px; border:solid 3px #fff;} 
#viewer img[src*="loader"] {position:absolute; left:50%; top:50%; margin:-15px 0 0 -15px;}