div#content1{
	width: 95%;
}

div#content2{
	display: none;
}
div#content3{
	display: none;
}

div#content1 {
	padding: 5px 10px;
	overflow: auto;
	position: relative;
}


/*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*/


margin:0 100px 0 0px;

}

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

#left p{ padding:0 0 0 20px;}