@charset "UTF-8";
/* CSS Document */


.clear {
	clear: both;
}

#tab-wrap {
	position:relative; 
	float: left; 
	clear:both; 
	width: 720px;
	color: #fff;
}

#content{
	width: 720px;
	margin: 0px 0px 0px 0px;
}
.button {
	float: left;
	cursor: pointer;
}

#tab1 {
	display: block;
}
#tab1-button {
	opacity: 1.0;
}

#tab2 {
	display: none;
}
#tab2-button {
	opacity: 0.5;
}

#tab3 {
	display: none;
}
#tab3-button {
	opacity: 0.5;

}
.galleryImages img{
	margin: 10px;
	border: 3px #ffffcc solid;
}

#tab4 {
	display: none;
}
#tab5 {
	display: none;
}
.galleryImages{
	width: 720px;
}
.noRightMargin{
	margin-right: 0px;
}