@charset "utf-8";
/* CSS Document */

/*Make sure your page contains a valid doctype at the top*/
#simplegallery{ /*CSS for Simple Gallery Example 1*/
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
z-index:100;
float:left;
margin:2px 0px 2px 4px;
}
* html #simplegallery{ /*CSS for Simple Gallery Example 1*/
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
z-index:100;
float:left;
margin:-5px 0px 0px 4px;
}
#simplegallery .gallerydesctext{ /*CSS for description DIV of Example 1 (if defined)*/
text-align: left;
padding: 2px 5px;
}