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

/*Make sure your page contains a valid doctype at the top*/
#simplegalleryOrganization, #simplegalleryHoarding { //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: none;
width: 850px;
height: 424px;
margin: 0px 0px 0px;
padding: 0;
z-index:0;
background: #FFFFFF;
}


.instructions {
width: 100%;
display: block;
padding: 10px 0;
text-align: center;
font-size:9px;
}

.galleryHolder {
	display: block;
	width: 850px;
	padding: 0;
	margin: 10px 0 10px 0;
}
