/*Make sure your page contains a valid doctype at the top*/
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 1px solid #252525;
color:#fff;
padding-left:5px; padding-right:5px;
}

#simplegallery1 .gallerydesctext{
padding-top:1px;
padding-left:5px;
font-family:Tahoma,Arial,Verdana,Sans-Serif; 
font-size:10px;
color:#fff;
}