/*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 #CCCCCC;
float: left;
margin-right: 10px;
}

.simplegallerytext { margin: 10px 0 25px 0; font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: normal; line-height: 18px; }

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}