.gall-single-box{
background:#000000;
height:220px;
margin-bottom:10px;float:left;margin-left:10px;
}
.gall-single-box h3{
height:26px;
}
.gall-single-box:hover{
background:#777777;
color:#000000;
cursor:hand;
}
.gall-single-box-img{
height:100px;margin:5px 0px 0px 8px;overflow:hidden;
}
.gall-single-box-txt{
padding:8px;
}

/*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: 10px solid darkred;
margin-left:50px;
}

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