/* The containing box for the gallery. */
#gallery {position:relative; 
width:600px;height:280px; 
margin:10px; 
background:#fff url(../images/gallerycontainer.gif) left top no-repeat;}

/* Removing the list bullets and indentation  */
#gallery ul {padding:0;margin:0;list-style-type:none; }

#gallery ul li {float:left;}

/* #gallery ul { list-style-type:none;display:block;margin:0;padding:0;} */
#gallery ul li {display:inline;margin:0;padding:0;width:79px;height:75px;}
#gallery ul li a {padding:0;margin:0;width:79px;}
#gallery ul li a img {padding:0;margin:0;}
#gallery ul li a img.mini{width:75px;height:75px;}
#gallery ul li a img.thumb{position:absolute; visibility:hidden; width:300px;height:192px;bottom:0;left:0;}
#gallery ul li a span{position:absolute;visibility:hidden;width:280px;height:172px;bottom:10px;right:10px;color:#888888;}

#gallery ul li a:hover {}
#gallery ul li a:hover img.mini{}
#gallery ul li a:hover img.thumb{ visibility:visible;}
#gallery ul li a:hover span{ visibility:visible;}

#wallpapers {padding-left:20px;}
.wallpaper {margin-left:5px;padding:0;display:block;width:300px;border-top:1px solid #ebebeb;float:left;}
.wallpapers h4 {font-size:.8em;}