h3.galleryH {
	position: fixed;
	left: 350px;
	top: 20px;
}

#gallery {
	clear:right;
	display: list-item;
}

#gallery li {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 25px;
}

#gallery li a {
	margin: 2.5px;
}

#gallery li a img {
	border: 2px #999 solid;
	width: 25px;
	height: 25px;
}

/* HERE MICHELLE IS WHERE YOU ADJUST THE PICTURE STACKS HEIGHT */
.set1 {
	height: auto;
}

.set1 li a {
	float: left;
}

.set2 {
	clear: both;
	color:#000;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////// */

#imagebig {
	width:350px;
	height: auto;
	border: solid #999 1px;
	padding: 4px;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////// */

#description {
	left: 350px;
	top: 95px;
	font-size: 1.6em;
}

div#rightGallery {
	margin-top:35px;
}

div#leftGallery {
	float:left;
	margin-top:35px;
	margin-bottom: 35px;
}

div#footerGallery {
	clear:both;
}