#simplegallery1 { /* CSS for Simple Gallery Example 1 */
position: relative; /* keep this intact */
visibility: hidden; /* keep this intact */
border: 1px solid grey;
margin: 0px 20px 20px 0px;
}

#simplegallery2 { /* CSS for Simple Gallery Example 2 */
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 1px solid grey;
margin: 0px 20px 20px 0px;
}

#simplegallery1 .gallerydesctext { /* CSS for description DIV of Example 1 (if defined) */
text-align: center;
padding: 2px 0px;
}

#simplegallery2 .gallerydesctext { /* CSS for description DIV of Example 2 (if defined) */
text-align: center;
padding: 2px 0px;
}